-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Frequently asked questions about awesome-skills.
A curated, multi-tool library of reusable Skills, Agents & Plugins for AI agents. Every entry is procedural memory that works across multiple runtimes from a single canonical SKILL.md.
Each skill is designed to work across major agent runtimes (Hermes, Claude Code, Cursor, Windsurf, OpenClaw, Roo, Cline, AGY) with thin adaptors — never duplicated logic.
Yes. All skills are open source (MIT License) and free to use.
git clone https://github.com/pedroiff0/awesome-skills.git
cp -r awesome-skills/skills/* ~/.hermes/skills/cp -r awesome-skills/skills/<category>/<skill> ~/.hermes/skills/<category>/Yes. See Multi-Tool Compatibility for the adaptors.
- Copy
templates/skill-template/toskills/<category>/<new-skill>/ - Edit
SKILL.mdfrontmatter and body - Run
python3 tools/gen_index.py - Open PR with all seven standard assignments
See Contributing Guide for details.
Assignee, Reviewer, Labels, Project, Milestone, Development (linked branch), Relationship (Closes/Relates #N).
Conventional Commits: feat, fix, refactor, docs, chore, test, ci.
The canonical definition of a skill in Hermes format. Contains YAML frontmatter (name, description, version, author, license, platforms, tags) and markdown body (Trigger, Steps, Pitfalls, Verification).
See docs/CODE_REVIEW.md for the severity table and rubrics.
See SECURITY.md for the private reporting process.
- 📖 README
- 🧩 Templates
- 📋 Project Board
- 💬 Discussions
- ⭐ Star History