Auto-Pilot / 全自动
更新于 a month ago

ai-agent-skills

Sskillcreatorai
0.6k
skillcreatorai/ai-agent-skills
82
Agent 评分

💡 摘要

一个用于AI代理技能的通用安装器和包管理器,支持跨多个编码代理的一键安装。

🎯 适合人群

AI辅助开发者代理技能创作者注重效率的工程师AI工具集成者技术团队负责人

🤖 AI 吐槽:这是为你AI的包管理器准备的包管理器,因为我们真正需要的是更多的元管理。

安全分析中风险

该工具将不受信任的代码(技能)直接安装并执行到具有高系统访问权限的代理目录中。技能可能包含运行shell命令、访问文件或进行网络调用的脚本。缓解措施:在主注册表中包含技能前,实施沙盒审查环境,并默认允许用户以受限制的项目本地模式安装技能。


Quick Start

# Install a skill to ALL agents with one command npx ai-agent-skills install frontend-design # Install to a specific agent only npx ai-agent-skills install frontend-design --agent cursor # Browse skills interactively npx ai-agent-skills browse # Install from any GitHub repo npx ai-agent-skills install anthropics/skills npx ai-agent-skills install anthropics/skills/pdf # specific skill # Install from any git URL (SSH or HTTPS) npx ai-agent-skills install git@github.com:anthropics/skills.git # Install from local path npx ai-agent-skills install ./my-custom-skill

One command. Every agent. By default, skills install to Claude Code, Cursor, Codex, Amp, VS Code, Copilot, Gemini CLI, Goose, Letta, and OpenCode simultaneously.

Why This Exists

Every major AI coding agent now supports skills. But they're scattered everywhere.

We also created our own repo to cureate the best in one place. Quality over quantity https://www.skillcreator.ai/explore All skills follow the Agent Skills spec.

Compatible Agents

Works with Claude Code, Cursor, Codex, Amp, VS Code, GitHub Copilot, Gemini CLI, Goose, Letta, and OpenCode.

Available Skills

Development

| Skill | Description | |-------|-------------| | frontend-design | Production-grade UI components and styling | | mcp-builder | Create MCP servers for agent tool integrations | | skill-creator | Guide for creating new agent skills | | code-review | Automated PR review patterns | | code-refactoring | Systematic code improvement techniques | | backend-development | APIs, databases, server architecture | | python-development | Modern Python 3.12+ patterns | | javascript-typescript | ES6+, Node, React, TypeScript | | webapp-testing | Browser automation and testing with Playwright | | database-design | Schema design and optimization | | llm-application-dev | Build LLM-powered applications | | artifacts-builder | Interactive React/Tailwind web components | | changelog-generator | Generate changelogs from git commits |

Documents

| Skill | Description | |-------|-------------| | pdf | Extract, create, merge, split PDFs | | xlsx | Excel creation, formulas, data analysis | | docx | Word documents with formatting | | pptx | PowerPoint presentations |

Creative

| Skill | Description | |-------|-------------| | canvas-design | Visual art and poster creation | | algorithmic-art | Generative art with p5.js | | image-enhancer | Improve image quality and resolution | | slack-gif-creator | Create animated GIFs for Slack | | theme-factory | Professional font and color themes | | video-downloader | Download videos from various platforms |

Business

| Skill | Description | |-------|-------------| | brand-guidelines | Apply brand colors and typography | | internal-comms | Status updates and team communication | | competitive-ads-extractor | Analyze competitor ad strategies | | domain-name-brainstormer | Generate and check domain availability | | lead-research-assistant | Identify and qualify leads |

Productivity

| Skill | Description | |-------|-------------| | ask-questions-if-underspecified | Clarify requirements before implementing | | doc-coauthoring | Co-author docs, proposals, specs with structured workflow | | job-application | Cover letters and applications using your CV | | qa-regression | Automated regression testing with Playwright | | jira-issues | Create, update, search Jira issues | | code-documentation | Generate docs from code | | content-research-writer | Research and write content with citations | | developer-growth-analysis | Track developer growth metrics | | file-organizer | Organize files and find duplicates | | invoice-organizer | Organize invoices for tax prep | | meeting-insights-analyzer | Analyze meeting transcripts | | raffle-winner-picker | Randomly select contest winners |

Commands

# Interactive browser (TUI) npx ai-agent-skills browse # List all available skills npx ai-agent-skills list npx ai-agent-skills list --category development npx ai-agent-skills list --installed --agent cursor # Install (defaults to ALL agents) npx ai-agent-skills install <name> # installs to ALL agents npx ai-agent-skills install <name> --agent cursor # install to specific agent only npx ai-agent-skills install <owner/repo> # from GitHub (all agents) npx ai-agent-skills install <git-url> # from any git URL (ssh/https) npx ai-agent-skills install ./path # from local path (all agents) npx ai-agent-skills install <name> --dry-run # preview only # Manage installed skills npx ai-agent-skills uninstall <name> npx ai-agent-skills update <name> npx ai-agent-skills update --all # Discovery npx ai-agent-skills search <query> npx ai-agent-skills info <name> # Configuration npx ai-agent-skills config --default-agent cursor

Supported Agents

By default, install targets all agents. Use --agent <name> to install to a specific one.

| Agent | Flag | Install Location | |-------|------|------------------| | Claude Code | --agent claude | ~/.claude/skills/ | | Cursor | --agent cursor | .cursor/skills/ | | Codex | --agent codex | ~/.codex/skills/ | | Amp | --agent amp | ~/.amp/skills/ | | VS Code / Copilot | --agent vscode | .github/skills/ | | Gemini CLI | --agent gemini | ~/.gemini/skills/ | | Goose | --agent goose | ~/.config/goose/skills/ | | OpenCode | --agent opencode | ~/.opencode/skill/ | | Letta | --agent letta | ~/.letta/skills/ | | Portable | --agent project | .skills/ (works with any agent) |

Manual Install

# Clone the repo git clone https://github.com/skillcreatorai/Ai-Agent-Skills.git # Copy a skill to your skills directory cp -r Ai-Agent-Skills/skills/pdf ~/.claude/skills/

Create Your Own

  1. Build manually: Follow the Agent Skills spec

What Are Agent Skills?

An open standard from Anthropic for extending AI agents. A skill is just a folder:

my-skill/
├── SKILL.md       # Instructions + metadata
├── scripts/       # Optional code
└── references/    # Optional docs

All major AI coding tools support this format.

Contributing

  1. Fork this repo
  2. Add your skill to /skills/<name>/
  3. Ensure SKILL.md follows the spec
  4. Update skills.json
  5. Submit PR

We review all contributions for quality and spec compliance.

Links

See Also

openskills - another universal skills loader that inspired parts of this project (created pre the open agent skills standard) & Requires global install, AGENTS.md sync, and Bash calls. Great for flexibility.

ai-agent-skills - Just npx, installs to native agent folders. Homebrew for skills.


Credits & Attribution

This repository builds upon and curates skills from the open-source community:

We believe in open source and giving credit where it's due. If you see your work here and want additional attribution, open an issue.

Community


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

优点

  • 简化多代理技能管理
  • 提供大量精选技能目录
  • 遵循开放标准规范
  • 支持从多种来源安装(npm、git、本地)

缺点

  • 依赖外部技能质量和安全性
  • 可能导致代理配置冲突
  • 为工作流增加工具依赖
  • 技能发现依赖中央注册表

相关技能

dot-skills

A
toolCo-Pilot / 辅助式
82/ 100

“这是一个组织良好的速查表集合,但称其为‘技能’可能高估了其自动化程度。”

han

B
toolAuto-Pilot / 全自动
78/ 100

“它就像你 AI 生成代码的直升机父母,在代码能出去玩耍之前不断检查它的作业。”

amp-skills

C
toolCo-Pilot / 辅助式
68/ 100

“这不像一个市场,更像是一个为某个特定 AI 管家准备的、存货不多的食品储藏室。”

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

版权归原作者所有 skillcreatorai.