by theneoai
🌟1000+ Expert AI Skills | CEO, Doctor, Engineer, Scientist & more | Transform AI into any professional | Powered by https://theneoai.github.io/skill-writer/
# Add to your Claude Code skills
git clone https://github.com/theneoai/awesome-skillsGuides for using ai agents skills like awesome-skills.
Last scanned: 6/27/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-27T06:53:16.777Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}awesome-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by theneoai. 🌟1000+ Expert AI Skills | CEO, Doctor, Engineer, Scientist & more | Transform AI into any professional | Powered by https://theneoai.github.io/skill-writer/. It has 100 GitHub stars.
Yes. awesome-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/theneoai/awesome-skills" and add it to your Claude Code skills directory (see the Installation section above).
awesome-skills is primarily written in JavaScript. It is open-source under theneoai on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-skills against similar tools.
No comments yet. Be the first to share your thoughts!
A curated library of role-based AI skills, organised by professional domain.
🌐 Website · 📚 Catalog · 📖 Install Guide · 🤝 Contributing
A library of 956 skill files (SKILL.md + optional references/) covering 3 kinds (persona / tool / workflow) across 60+ domains. Each skill is a prompt pack — an instruction set plus reference material — designed to load into Claude Code, OpenCode, Cursor, or similar agent runtimes to give an LLM a consistent professional persona, tool expertise, or engineering workflow methodology.
SKILL.md convention can ship with scripts/ and assets/ that the agent runs. The vast majority of skills here are persona + methodology, not runnable tools. Treat them as opinionated system prompts, not as plugins.skills/ 956 skill files organised by kind
persona/ 827 role-based professional persona skills
<domain>/<role>/
SKILL.md Frontmatter + system prompt (target ≤ 300 lines)
references/ On-demand deep content (workflow / scenarios / …)
EVALUATION_REPORT.md Optional self-scored quality report
tool/ 116 technology-specific expert skills (kind: tool)
<technology>/
<skill-name>/SKILL.md
workflow/ 8 process-driven action skills (kind: workflow)
engineering/ TDD, debug-diagnose, zoom-out, architecture-review,
issue-triage, to-prd
meta/ write-skill, caveman
external/ Registry of curated third-party skill repos
(anthropics/skills, mattpocock/skills, VoltAgent, …).
Pulled on demand via scripts/sync_external.py — not vendored.
benchmarks/ Evaluation dataset + scoring script for comparison
packages/ Curated skill bundles by domain
roadmap/ Career-path documents (independent of skills/)
taxonomy.yml Single source of truth: 21 categories, 80 aliases
tools/ Python package for skill analysis (scoring, tokens, anti-patterns)
scripts/ Maintenance scripts (catalog regen, external sync, taxonomy check, …)
.github/ CI workflows + scripts, CI/CD docs
The simplest way to install a skill is to have your agent read its SKILL.md URL:
Read https://github.com/theneoai/awesome-skills/blob/main/skills/persona/executive/ceo/SKILL.md and install as a skill
Platform-specific instructions (OpenCode native command, Claude Code, Cursor, Cline, Codex, Kimi) are in INSTALL-GUIDE.md.
Pre-bundled collections in packages/:
| Package | Focus |
|---|---|
| tech | Software, AI/ML, data |
| executive | CEO, CTO, CFO, COO, CMO |
| finance | Banking, consulting, investment |
| healthcare | Clinical and medical management |
| software | Backend, frontend, devops, QA |
Role skills modelled after the methodology of specific companies (15 shown out of 100+ under skills/enterprise/):
| Skill | Company | Methodology |
|---|---|---|
| amazon-engineer | Amazon | 14 LPs, Working Backwards, 6-page memos |
| tesla-engineer | Tesla | First principles, five-step algorithm |
| spacex-engineer | SpaceX | Rapid iteration, cost innovation |
| nvidia-ml-engineer | NVIDIA | CUDA optimisation, GPU platforms |
| mckinsey-consultant | McKinsey | MECE, issue trees, pyramid principle |
| toyota-engineer | Toyota | TPS, JIT, Kaizen, Jidoka |
| anthropic-researcher | Anthropic | Constitutional AI, interpretability |
Full list in CATALOG.md.
external/ is a registry of top third-party skill / subagent / plugin repositories —
not a mirror. Pull any subset on demand:
python3 scripts/sync_external.py --list # see what's registered
python3 scripts/sync_external.py --all # shallow-clone everything
python3 scripts/sync_external.py --slug anthropics-skills
Registered sources (see external/README.md for the full table):
| Category | Repos |
|---|---|
| Official (Anthropic) | anthropics/skills, claude-plugins-official, knowledge-work-plugins |
| Curated lists | VoltAgent/awesome-agent-skills, hesreallyhim/awesome-claude-code, travisvn/awesome-claude-skills, ComposioHQ/awesome-claude-skills |
| Subagents & orchestration | VoltAgent/awesome-claude-code-subagents, wshobson/agents, 0xfurai/claude-code-subagents |
To propose a new source, edit external/sources.yml and open a PR.
External clones are gitignored and never linted by our CI — we are a pointer, not an enforcer.
The repo ships a Python package for static analysis of skills:
pip install -e ./tools/
python -m tools.skill_analyzer.cli score # 8-dimension rubric scores
python -m tools.skill_analyzer.cli tokenizer # Token budget + API cost
python -m tools.skill_analyzer.cli antipattern # Common mistakes scanner
CI (.github/workflows/quality.yml) runs these on any PR that touches skills/, tools/, or .github/scripts/, and blocks merges whose changed SKILL.md files fall below score/token/description thresholds.
scripts/ or assets/ — they are persona prompts.EVALUATION_REPORT.md files reflect a self-graded rubric, not external review.packages/ (14), roadmap/ (22), and skills/ (60) use different taxonomies — being consolidated.| Doc | Purpose |
|---|---|
| CATALOG.md | Full catalog of all skills |
| INSTALL-GUIDE.md | Platform-specific install instructions |
| CONTRIBUTING.md | How to add or improve skills |
| .github/CI.md | CI/CD pipeline notes |
MIT — see LICENSE.
按专业领域组织的 AI Skill 库,共 956 个技能,按 3 种类型(persona / tool / workflow)覆盖 60+ 领域。每个技能是一份 SKILL.md(+ 可选 references/),本质是角色化的提示词包——一套系统指令加参考资料,用于在 Claude Code / OpenCode / Cursor 等 agent 运行时里给 LLM 加载稳定的专业身份、工具专长或工程工作流方法论。
SKILL.md 可以随包携带 scripts/ 和 assets/ 交给 agent 调用;本仓库绝大多数 skill 仅提供角色 + 方法论的文本,应视作有观点的系统提示词,而非可运行插件。skills/ 956 个技能文件,按 kind 分层组织
persona/ 827 个角色 persona 技能
<domain>/<role>/
SKILL.md Frontmatter + 系统提示词(目标 ≤ 300 行)
references/ 按需加载的深度内容(workflow / scenarios / …)
EVALUATION_REPORT.md 可选:自评质量报告
tool/ 116 个技术工具专家技能(kind: tool)
<technology>/
<skill-name>/SKILL.md
workflow/ 8 个流程驱动工作流技能(k