191 attribution-first agent skills for Hermes Agent, Claude Code, Cursor — one installer, 28 categories, searchable catalog. See NOTICE for upstream attribution.
$ npx -y skills add kevinnft/ai-agent-skills --agent claude-code
Repo: kevinnft/ai-agent-skills
What's inside
Agent skills are instruction files that teach AI coding agents how to do specific tasks. Think of them like recipes — each SKILL.md file contains step-by-step procedures, best practices, and pitfalls for a particular workflow (debugging, code review, deploying, etc.).
When you give your AI agent access to these files, it can:
No code to install, no dependencies. Skills are just markdown files your agent reads. Drop them in a folder, point your agent at it, done.
Any agent that reads markdown instruction files:
~/.hermes/skills/~/.claude/skills/~/.cursor/skills/ ┌─ obra/superpowers ─────┐
├─ mattpocock/skills ────┤ 191 SKILL.md files
├─ addyosmani/agent-… ──→│ → one-command installer → ~/.hermes/skills/
├─ kepano/obsidian-skills┤ validation CI ~/.claude/skills/
├─ original (Hermes/Nous)┤ REST API (:5555) ~/.cursor/skills/
└─ community + adapted ──┘ attribution metadata
Derivative work, full attribution. Most skill content was authored by other people in their public repos. The value-add here is the aggregation, categorization, conflict detection, validation tooling, attribution metadata, and a portable installer. The named upstream authors did not contribute to or endorse this repo — see NOTICE and per-skill source_url: frontmatter.
[!IMPORTANT] Want the canonical version of one author's skills? Install directly from their repo. Links in
NOTICE.
🜲 Hermes Agent
git clone --recurse-submodules https://github.com/kevinnft/ai-agent-skills.git
cd ai-agent-skills && ./scripts/install.sh
🟧 Claude Code
git clone --recurse-submodules https://github.com/kevinnft/ai-agent-skills.git
cd ai-agent-skills && ./scripts/install.sh --agent claude --preset developer
🟦 Cursor
git clone --recurse-submodules https://github.com/kevinnft/ai-agent-skills.git
cd ai-agent-skills && ./scripts/install.sh --agent cursor --preset developer
🟪 Anything else
./scripts/install.sh --agent custom --target /path/to/your/agent/skills --preset minimal
🐍 Windows (no WSL)
git clone --recurse-submodules https://github.com/kevinnft/ai-agent-skills.git
cd ai-agent-skills && python scripts/install.py
./scripts/install.sh --list # browse all categories
./scripts/install.sh --list-presets # browse curated starter packs
./scripts/install.sh --preset developer # 5-category dev bundle (~92 skills)
./scripts/install.sh --preset minimal # just superpowers (14 skills)
./scripts/install.sh --category superpowers # install one category
./scripts/install.sh --dry-run --preset full # preview without copying
./scripts/install.sh --validate # lint frontmatter
./scripts/install.sh --help
| Preset | Categories | Approx size |
|---|---|---|
developer | superpowers, software-development, addyosmani, mattpocock, github | ~92 |
researcher | research, mlops, data-science, note-taking | ~29 |
content-creator | creative, media, social-media, productivity | ~37 |
devops | devops, github, mcp, autonomous-ai-agents | ~24 |
agentic | superpowers, autonomous-ai-agents, mcp, red-teaming | ~20 |
minimal | superpowers | 14 |
./scripts/uninstall.sh --preset minimal # remove a preset
./scripts/uninstall.sh --category creative # remove one category
./scripts/uninstall.sh --all --dry-run # preview a full wipe
./scripts/uninstall.sh --help
A timestamped backup is created before each removal unless you pass --no-backup.
Tip: start with one preset.
--preset minimalis the smallest meaningful slice. If you like the way the agentic loop feels, scale up with--preset developeror another category. Prefer the installer over rawcp -rso duplicate names and submodules are handled correctly.
A small number of skills document security research or dual-use workflows (notably red-teaming/godmode). They are opt-in:
minimal, developer, researcher, content-creator, devops)--category red-teaming or --preset agenticSee SECURITY.md for reporting and dual-use guidance.
Counts verified at every release with find skills -name SKILL.md after git submodule update --init.
addyosmani/ — 22 production engineeringmattpocock/ — 28 TypeScript & workflowssuperpowers/ — 14 agentic patternssoftware-development/ — 16 mixedDiagrams · ASCII art · p5.js · ComfyUI · DESIGN.md tokens · pixel art · Manim · TouchDesigner · Excalidraw
llama.cpp · Axolotl · Unsloth · vLLM · TRL · DSPy · lm-eval-harness · Hugging Face Hub
arXiv · web scraping · blogwatcher · polymarket · NFT/crypto analysis · trending repos
PR workflow · code review · repo mgmt · auth · issues · visual assets
Docker compose · VPS hardening · browser automation · kanban · webhooks
Notion · Google Workspace · Linear · Airtable · PowerPoint · OCR · maps
Plus media (5) · obsidian-skills (5, submodule) · apple (4) · autonomous-ai-agents (4) · note-taking, social-media, gaming, software-copyright (2 each) · data-science, dogfood, email, mcp, red-teaming, smart-home, yuanbao, patent-disclosure-skill (1 each)
📚 Full per-skill catalog → docs/categories.md
Every SKILL.md declares where it came from. Run grep -h "^origin:" skills/**/SKILL.md | sort | uniq -c to verify.
┌─────────────────────────────────────────────────────────────┐
89 │ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ │ aggregated
63 │ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ │ original
22 │ ▓▓▓▓▓▓▓▓▓ │ unknown ⚠
11 │ ▓▓▓▓ │ adapted
└─────────────────────────────────────────────────────────────┘
191 total*
*191 SKILL.md files total. 6 are inside the obsidian-skills / patent-disclosure-skill git submodules — those keep upstream-owned frontmatter and are excluded from the origin: provenance contract.
origin: | Count | Meaning |
|---|
FAQ
kevinnft-ai-agent-skills is a Claude Code plugin with 169 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes api-and-interface-design, browser-testing-with-devtools, ci-cd-and-automation. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it