Skip to main content

⚔ One command to install the right AI agent skills for any framework — Claude Code, Cursor, Cline, Codex, Antigravity & more

Project description

The Lord of the Skills

⚔ THE LORD OF THE SKILLS ⚔

One Catalog to Rule Them All, One Catalog to Find Them, One Catalog to Bring Them All, and in the Darkness Bind Them

Stars Forks Watchers License CI Last Commit Contributors Issues Repo Size

🌟 A growing, organized collection of AI agent skills — covering 14 frameworks 🌟

18,142+ artifacts · 14 frameworks · 10 LOTR-themed kingdoms · 307+ source repos · 357 canonical ⭐


✨ Spotlight: The Only Catalog Covering Google Antigravity

🟪 Google Antigravity (antigravity.google) is Google's new AI-first IDE launched November 2025 alongside Gemini 3 — a heavily modified VS Code fork.

820 Antigravity-tagged skills · across all 10 kingdoms · spidered via a dedicated 30-query focused crawler

While most AI skill catalogs have zero Antigravity coverage, this repo has been on it since launch. If you're an Antigravity user, this is your definitive skill library. Browse: find skills/ -path '*antigravity*' -name '*.md'

📖 See FRAMEWORKS.md for the full 14-framework breakdown.


🤔 Why This Repo?

🏆 Largest collection 18,142+ skills from 307+ GitHub repos, covering Claude Code, Cursor, Cline, Roo, Aider, OpenHands, Codex, Continue, Goose, Copilot, AutoGen, CrewAI, LangGraph, and Google Antigravity
🎭 LOTR-themed Sorted into 10 kingdoms (⚔ Gondor = Coding, ✦ Rivendell = Research, 👁 Mordor = Security, ⚙ Isengard = Agents, ...) — memorable, fun, and easy to navigate
Canonical skills Deduplicated with 357 ⭐ canonical representatives — one best version per concept. See DEDUP.md for how it works
🤖 lotr CLI One-command installer: lotr "write unit tests" — auto-detects your framework, matches intent to kingdom, downloads only the skills you need. See cli/README.md
🚀 Kickoff mode lotr "building a tauri app" — auto-installs skills across 5+ kingdoms for a new project. Only 10-15 files downloaded, not 18,000
🤖 Reusable crawler Open-source Python spider — clone it and build your own kingdom. See crawler/README.md
📦 Drop-in ready Copy any kingdom's skills into your agent's ~/.claude/skills/, .cursor/rules/, .clinerules/, etc. — works instantly

🚀 Quick Start (60 seconds)

Option A — lotr CLI (recommended)

# Install
pip install lotr-skills

# cd into any project that uses an AI agent
cd my-react-project/

# Bootstrap (once per project — creates .lotr/AGENTS.md so your agent knows lotr)
lotr init

# Safe defaults (if unsure what you need)
lotr starter
# → detects cursor + typescript + react
# → installs 9 canonical skills across 3 kingdoms (gondor, fangorn, mordor)

# One command for a specific task:
lotr "write unit tests for the API"
# → matches "unit tests" → rohan (testing)
# → downloads 2 canonical skills → .cursor/rules/

# Project kickoff (auto-detected):
lotr "building a tauri app"
# → plans 5 kingdoms (gondor, rohan, moria, fangorn, isengard)
# → downloads 4 skills across all kingdoms → .cursor/rules/

# Full usage guide:
lotr guide

Option B — Manual copy

# 1. Clone
git clone https://github.com/Bilal140202/the-lord-of-the-skills.git
cd the-lord-of-the-skills

# 2. Copy skills into your agent (pick your framework)
cp -r skills/gondor/claude-code/* ~/.claude/skills/           # Claude Code
cp -r skills/gondor/cursor/*     .cursor/rules/               # Cursor
cp -r skills/gondor/cline/*      .clinerules/                 # Cline / Roo
cp skills/gondor/aider/CONVENTIONS.md ./CONVENTIONS.md        # Aider

# 3. Or — canonical ⭐ only (1 best skill per concept)
find skills/ -name 'canonical__*' -exec cp {} ~/.claude/skills/ \;

📖 Full guide: QUICKSTART.md · CLI docs: cli/README.md · Browse: KINGDOMS.md · Frameworks: FRAMEWORKS.md


🖼 Previews

📄 PDF Catalog (33 pages) 📊 Excel Index (6 sheets)
PDF cover PDF kingdom section
PDF skill entries Folder structure

🗺 The Ten Kingdoms

Kingdom Domain Artifacts Canonical
Gondor Coding & Software Engineering 10,141 188 ⭐
Rivendell Research & Knowledge 1,776 30 ⭐
Isengard Agents & Orchestration 1,630 19 ⭐
The Shire Writing & Content 1,272 22 ⭐
Moria DevOps & Infrastructure 914 40 ⭐
🐴 Rohan Testing & Verification 718 20 ⭐
🌳 Fangorn Documentation & Memory 708 15 ⭐
Lothlórien Data & Analysis 496 13 ⭐
👁 Mordor Security & Auditing 406 9 ⭐
🕸 Mirkwood Specialized & Niche 81 1 ⭐
TOTAL 18,142 357 ⭐

📖 Full mottos, frameworks, and per-kingdom stats: KINGDOMS.md


⚙ Frameworks Covered (14)

Framework Files Description
🟠 claude-code 8,104 Anthropic's SKILL.md format
🟣 cursor 1,400+ .cursorrules / .cursor/rules/*.mdc
🟡 openhands 400+ OpenHands agent files
🟤 continue 200+ .continue/ config
🟪 antigravity 820 Google Antigravity IDE (new!)
codex 500+ OpenAI Codex AGENTS.md
🔵 cline 1,400+ .clinerules/ memory banks
roo 800+ Roo Code .roo/rules/
🟢 aider 600+ CONVENTIONS.md + .aider*
goose 150+ Block Goose extensions
🔵 copilot 100+ .github/copilot-instructions.md
🟣 crewai 80+ CrewAI agent configs
🟢 langgraph 60+ LangGraph agent definitions
general 2,535+ Cross-framework / unclassified

📖 Detailed breakdown: FRAMEWORKS.md


📦 What's in This Repo?

the-lord-of-the-skills/
├── README.md              ← You are here (short!)
├── QUICKSTART.md          ← 60-second start (CLI + manual)
├── KINGDOMS.md            ← Map of the 10 Kingdoms
├── FRAMEWORKS.md          ← 14-framework breakdown
├── ROADMAP.md             ← Future plans
├── FAQ.md                 ← Common questions
├── MANIFEST.md            ← _manifest.json schema docs
├── DEDUP.md               ← Canonical dedup explained
├── CHANGELOG.md           ← Version history
├── catalogs/              ← PDF + Excel indexes
├── cli/                   ← lotr CLI (install, kickoff, search, ...)
├── crawler/               ← Reusable Python pipeline
├── docs/                  ← Credits, map, full index
├── tests/                 ← pytest unit tests
├── .github/workflows/     ← CI/CD
└── skills/                ← 18,142 artifacts (10 kingdoms)

🕷 Use Our Crawler for Your Own Project

The crawler is fully reusable — clone it and build your own kingdom:

cd crawler/
pip install -r requirements.txt
python3 crawler.py            # Spider GitHub (5-phase, resumable)
python3 classify.py           # Tag each file with kingdom + skill type
python3 dedup.py              # Cluster + mark canonical ⭐
python3 build_package.py      # Build themed package
python3 generate_excel.py     # Excel index
python3 generate_pdf.py       # PDF catalog

📖 Full docs: crawler/README.md · Auto-refresh monthly via cron


🌟 Star Appreciation

If this compilation saved you time, give it a star!

Star History Chart

Every star tells the compiler the kingdom was worth building.

Stargazers


🤝 Contributing

The kingdom grows with every contributor. See CONTRIBUTING.md for:

  • 🏰 Adding a new skill — submit a PR with a SKILL.md / AGENTS.md / .cursorrules file
  • Adding a new kingdom — propose a new domain in an Issue
  • 🕷 Improving the crawler — make the spider smarter, broader, faster
  • 📚 Improving docs — fix typos, add examples, translate

Contributors Display


📜 Changelog (latest)

[v1.7.0] — 2026-06-29 — The Complete CLI

  • 🚀 New lotr init — creates .lotr/AGENTS.md bootstrap file so your agent knows lotr
  • 🚀 New lotr starter — safe defaults per framework (no task needed, 9 skills across 3 kingdoms)
  • 🚀 New lotr guide — full usage guide in-terminal
  • 📦 Bumped to v1.2.0 on PyPI (pip install --upgrade lotr-skills)
  • 🧪 6 new tests (200 total, all passing)
  • 11 subcommands total: init, starter, guide, install, kickoff, preview, list, search, detect, kingdoms, update

[v1.6.0] — 2026-06-29 — The Kickoff + PyPI

  • 🚀 New lotr kickoff mode — multi-kingdom project setup (lotr "building a tauri app")
  • 🧠 Smart auto-detection: CLI figures out install vs kickoff from your phrasing
  • 📦 PyPI package LIVE: pip install lotr-skillshttps://pypi.org/project/lotr-skills/
  • 🧪 21 new tests (194 total, all passing)

[v1.5.0] — 2026-06-29 — The One Command

  • 🚀 New lotr CLI — smart skills installer (lotr "write unit tests")
  • 📊 skills/index.json — 16,760 skills indexed, instant lookup
  • 🎨 Per-framework placement (10 frameworks)
  • 🧪 43 new CLI tests

[v1.4.0] — 2026-06-22 — The Trustworthy Kingdom

  • 🔒 Added SECURITY.md, 4 GitHub Releases, 3 seeded Discussions
  • 🏷 Updated description + topics (added mcp, prompt-engineering, antigravity)
  • ✨ Antigravity spotlight, softened "LARGEST" claim

[v1.3.0] — 2026-06-22 — The Polished Kingdom

  • 🎨 Shortened README (1,000+ → 200 lines), added 10 badges, screenshots, "Why This Repo?" section
  • 📚 6 new docs: QUICKSTART, FRAMEWORKS, ROADMAP, FAQ, MANIFEST, DEDUP
  • 🛠 Added requirements.txt + pyproject.toml + GitHub Actions CI/CD + 130 pytest tests
  • 🤝 Created 5 starter issues (good-first-issue) + 8 labels + promotion post templates

[v1.2.0] — 2026-06-19 — The Antigravity Frontier

  • ✨ Added Google Antigravity as the 14th framework (820 files tagged)
  • 🕷 Built crawler_antigravity.py with 30 targeted search queries
  • 📊 Discovered 689 antigravity-related repos, cloned 307, extracted 11,697 files
  • 📈 Total artifacts: 10,888 → 18,142 (+66%)

[v1.1.0] — 2026-06-19 — The Kingdoms Take Shape

  • 🏰 Restructured: per-kingdom README.md for all 10 kingdoms
  • 🗺 Added top-level KINGDOMS.md index
  • 🐛 Renamed 508 files to URL/git-safe names (⭐ → canonical__)

[v1.0.0] — 2026-06-19 — The Fellowship Forms

  • 🎉 Initial compilation: 10,888 artifacts from 102 source repos across 13 frameworks

📖 Full history: CHANGELOG.md · Future plans: ROADMAP.md


⚖ Licensing

  • Compilation scripts (crawler/, build_package.py, etc.): MIT — see LICENSE
  • Skill artifacts (skills/): Each retains its original upstream license — see docs/CREDITS.md

If you are an upstream maintainer and wish to have your skills removed, please open an issue.


🙏 Credits

This compilation would not exist without the 307+ source repositories. See docs/CREDITS.md for the full list.

Special thanks to: anthropics/anthropic-cookbook, hesreallyhim/awesome-claude-code, cline/cline, Aider-AI/aider, All-Hands-AI/OpenHands, continuedev/continue, block/goose, microsoft/autogen, crewAIInc/crewAI, langchain-ai/langgraph, modelcontextprotocol/servers, sickn33/antigravity-awesome-skills, and 295+ more.


🌟 May your agents be wise, your prompts be sharp, and your skills be many. 🌟

Built with ⚔ by Ansari Mohammad Bilal

⭐ Star this repo · 🍴 Fork it · 💬 Open an issue · 📖 Read the docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lotr_skills-1.2.0.tar.gz (60.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lotr_skills-1.2.0-py3-none-any.whl (37.4 kB view details)

Uploaded Python 3

File details

Details for the file lotr_skills-1.2.0.tar.gz.

File metadata

  • Download URL: lotr_skills-1.2.0.tar.gz
  • Upload date:
  • Size: 60.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for lotr_skills-1.2.0.tar.gz
Algorithm Hash digest
SHA256 4b26aab8afce0ad19ea491811f74cd75001124058ee1a2a41776c727cad3c754
MD5 08c9c61d5cd16c924e65afbf78d2cf38
BLAKE2b-256 b4c200d8566992818b012a04ef3bc5976710d2c4677645e926c447faa936e2bf

See more details on using hashes here.

File details

Details for the file lotr_skills-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: lotr_skills-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 37.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for lotr_skills-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 203a0a53967d79073672d37399920b2ac563bc0839df2fa7425347a8a6843322
MD5 e28ddfa3f8b04518b8a08f495f29de06
BLAKE2b-256 1a69ac74473290449354acc0cb5939157ea23a6dba42b499fa3dba42aec95d23

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page