Co-Pilot / 辅助式
更新于 24 days ago

community-skills

Aautohandai
0.0k
autohandai/community-skills
78
Agent 评分

💡 摘要

一套为Autohand CLI设计的结构化技能集合,旨在提升各种技术的编码实践。

🎯 适合人群

希望提高编码效率的软件开发人员。希望标准化最佳实践的技术团队领导。教授现代编码技术的教育工作者。希望提升技能的开源贡献者。探索新框架和模式的技术爱好者。

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

Autohand Community Skills

A curated collection of skills for the Autohand CLI coding agent.

What are Skills?

Skills are structured knowledge files that teach Autohand how to work with specific technologies, frameworks, and patterns. They provide context, best practices, and code examples that help the AI assistant generate better code.

Installation

Install skills directly from Autohand CLI:

# Open the skills browser autohand --skill-install # Or install a specific skill directly autohand --skill-install typescript-refactoring-patterns # Install to project level (instead of user level) autohand --skill-install react-component-architecture --project

Or use the slash command within an Autohand session:

/skills install

Available Skills

Featured

| Skill | Description | Rating | |-------|-------------|--------| | typescript-refactoring-patterns | Expert TypeScript refactoring patterns for cleaner, type-safe code | ⭐ 4.9 | | react-component-architecture | Modern React component patterns with hooks, composition, and TypeScript | ⭐ 4.8 | | nextjs-app-router-mastery | Next.js 14+ App Router patterns, server components, and data fetching | ⭐ 4.9 | | testing-strategies | Comprehensive testing strategies with Vitest, Jest, and Testing Library | ⭐ 4.8 | | tailwind-ui-patterns | Tailwind CSS v4 patterns, component styling, and responsive design | ⭐ 4.8 | | cli-tool-development | Build professional CLI tools with Node.js, commander, and Ink | ⭐ 4.7 |

Languages

| Skill | Description | Rating | |-------|-------------|--------| | typescript-refactoring-patterns | Expert TypeScript refactoring patterns | ⭐ 4.9 | | error-handling-patterns | Robust error handling patterns for TypeScript | ⭐ 4.5 |

Frameworks

| Skill | Description | Rating | |-------|-------------|--------| | react-component-architecture | Modern React component patterns | ⭐ 4.8 | | nextjs-app-router-mastery | Next.js 14+ App Router patterns | ⭐ 4.9 | | python-fastapi-patterns | FastAPI best practices and async patterns | ⭐ 4.7 | | tailwind-ui-patterns | Tailwind CSS v4 patterns | ⭐ 4.8 |

Workflows

| Skill | Description | Rating | |-------|-------------|--------| | cli-tool-development | Build professional CLI tools | ⭐ 4.7 | | api-design-restful | RESTful API design patterns | ⭐ 4.6 | | testing-strategies | Comprehensive testing strategies | ⭐ 4.8 | | git-workflow-mastery | Advanced Git workflows | ⭐ 4.5 | | database-schema-design | Database schema design patterns | ⭐ 4.6 | | documentation-writing | Technical documentation best practices | ⭐ 4.4 |

Skill Structure

Each skill follows this structure:

skill-name/
├── SKILL.md          # Main skill file (required)
├── templates/        # Optional templates
├── examples/         # Optional examples
└── README.md         # Optional additional docs

SKILL.md Format

--- name: skill-name description: Brief description of the skill license: MIT compatibility: requirements (e.g., typescript 5+) allowed-tools: read_file write_file apply_patch --- # Skill Name ## Section 1 Content and code examples... ## Section 2 More content...

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Quick Contribution Guide

  1. Fork this repository
  2. Create a new skill directory with SKILL.md
  3. Add your skill to registry.json
  4. Submit a pull request

License

MIT License - See LICENSE for details.

Skills contributed by the community are licensed under their respective licenses as specified in each skill's frontmatter.

五维分析
清晰度8/10
创新性7/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 涵盖多种技术的全面技能集。
  • 结构化知识文件提高代码质量。
  • 鼓励最佳实践和现代模式。

缺点

  • 依赖于Autohand CLI。
  • 仅限于特定框架和语言。
  • 新用户可能需要额外学习。

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 autohandai.