Co-Pilot / 辅助式
更新于 a month ago

awesome-ai-agent-skills

Tthienanblog
0.0k
thienanblog/awesome-ai-agent-skills
78
Agent 评分

💡 摘要

一个可重用技能的集合,用于增强AI编码代理在各种平台上的能力。

🎯 适合人群

希望增强代理能力的AI开发者需要简化工作流程的软件工程师创建文档的技术写作者配置环境的DevOps专业人员监督AI工具集成的项目经理

🤖 AI 吐槽:技能自助餐,但别忘了检查保质期!

安全分析中风险

由于外部插件,该项目可能暴露与依赖供应链和网络访问相关的风险。为了减轻风险,确保定期更新和审计依赖项。

Awesome AI Agent Skills

A community-shared collection of reusable skills for AI coding agents. Works with Claude Code, Cursor, Kilo Code, Windsurf, OpenAI Codex, and any AI tools that support skills or custom instructions.

What are Skills?

Skills are self-contained instruction sets that teach AI agents specific workflows, guidelines, or capabilities. Each skill includes:

  • A SKILL.md with metadata and instructions
  • Optional reference documentation for detailed guidance
  • Reusable across any project

Installation

Claude Code

Step 1: Add the marketplace

/plugin marketplace add thienanblog/awesome-ai-agent-skills

Step 2: Install skills

# Install a plugin (can bundle multiple skills)
/plugin install documentation-skills@awesome-ai-agent-skills

# Install Laravel guidelines
/plugin install laravel-app-skills@awesome-ai-agent-skills

# Install Docker local development skill
/plugin install devops-skills@awesome-ai-agent-skills

# Install workflow/clarification skill
/plugin install workflow-skills@awesome-ai-agent-skills

Updating the marketplace

/plugin marketplace update

OpenAI Codex / Other AI Tools

Clone or reference this repository and point your AI tool to the skills/ directory. Each skill follows a standard format with SKILL.md containing the instructions.

git clone https://github.com/thienanblog/awesome-ai-agent-skills.git

Manual Usage

You can also copy individual skill instructions directly into your AI agent's context or system prompt.

Available Skills

| Skill | Author | Description | |-------|--------|-------------| | agents-md-generator | Official | Generate or update CLAUDE.md/AGENTS.md files for AI coding agents through auto-scanning project files combined with interactive Q&A. Supports multiple tech stacks, development environments, and preserves customizations when updating. | | ask-questions-if-underspecified | Tibo (Codex Team) | Clarify requirements before implementing. Do not use automatically, only when invoked explicitly. | | design-system-generator | Official | Generate a project-specific DESIGN_SYSTEM.md that enforces consistent UI/UX across SPAs, traditional server-rendered sites, and hybrid systems. Includes tokens, component rules, accessibility gates, and production asset/manifest guidance. | | docker-local-dev | Official | Generate Docker Compose and Dockerfile configurations for local development through interactive Q&A. Supports PHP/Laravel, WordPress, Drupal, Joomla, Node.js, and Python stacks with Nginx, Supervisor/PM2, databases, Redis, and email testing. Always asks clarifying questions before generating configurations. | | documentation-guidelines | Official | Write or update backend feature documentation that follows a repo's DOCUMENTATION_GUIDELINES.md (or equivalent) across any project. Use when asked to create/update module docs, API contracts, or backend documentation that must include architecture, endpoints, payloads, Mermaid diagrams, and seeding instructions. | | laravel-11-12-app-guidelines | Official | Guidelines and workflow for working on Laravel 11 or Laravel 12 applications across common stacks (API-only or full-stack), including optional Docker Compose/Sail, Inertia + React, Livewire, Vue, Blade, Tailwind v4, Fortify, Wayfinder, PHPUnit, Pint, and Laravel Boost MCP tools. Use when implementing features, fixing bugs, or making UI/backend changes while following project-specific instructions (AGENTS.md, docs/). |

Plugin Groups

Plugins bundle related skills so you can install by domain. The source of truth is plugin-groups.json.

| Plugin | Description | Skills | |--------|-------------|--------| | documentation-skills | Skills for authoring AI agent instructions, backend documentation, and design systems. | agents-md-generatordocumentation-guidelinesdesign-system-generator | | laravel-app-skills | Guidelines for building Laravel 11/12 apps across common stacks and tooling. | laravel-11-12-app-guidelines | | devops-skills | Skills for Docker, CI/CD, and local development environment configuration. | docker-local-dev | | workflow-skills | Skills for AI agent workflow and requirements clarification processes. | ask-questions-if-underspecified |

Contributing

We welcome contributions! Here's a quick start:

  1. Fork this repository
  2. Create a skill folder: skills/your-skill-name/
  3. Add a SKILL.md with metadata:
    --- name: your-skill-name description: What the skill does and when to use it. ---
  4. Validate locally before pushing:
    npm install npm run validate
  5. Submit a pull request

See CONTRIBUTING.md for detailed guidelines, validation instructions, and troubleshooting.

For AI Agents

See CLAUDE.md (or AGENTS.md) for instructions on how to work with this repository, including how to group skills into plugins and update the marketplace when new skills are added.

Compatibility

This skill format is designed to be universal and works with:

  • Claude Code (Anthropic)
  • OpenAI Codex
  • Cursor
  • Kilo Code
  • GitHub Copilot
  • Windsurf
  • Any AI coding assistant that supports custom instructions or skills

Known Limitations

  • Claude Code currently indexes skills from the repository root, so /skills can list all marketplace skills even if you installed only one plugin. This is a Claude Code limitation. We follow the official Claude Skills marketplace example and keep source: "./" with explicit skills lists so plugin boundaries remain clear and other tools can scope installs properly. If /skills looks larger than expected, use the plugin skills list and the tables above as the source of truth.

License

MIT

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

优点

  • 与各种AI工具的广泛兼容性
  • 可重用技能提高生产力
  • 社区驱动的贡献
  • 结构化文档便于理解

缺点

  • 如果不维护,技能可能会过时
  • 依赖社区贡献
  • 新用户的学习曲线
  • Claude Code在技能索引上的限制

相关技能

skill-creator-skill

A
toolCo-Pilot / 辅助式
82/ 100

“看起来很能打,但别让配置把人劝退。”

agentic-ai-skills-creator

B
toolCo-Pilot / 辅助式
78/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

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

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

版权归原作者所有 thienanblog.