battle-skills
v1.0.7
Published
Personal collection of battle-tested agentic skills for Claude Code, Cursor, Gemini CLI, Codex CLI, Antigravity and more.
Maintainers
Readme
⚔️ Battle Skills
Personal collection of battle-tested agentic skills for Claude Code, Cursor, Gemini CLI, Codex CLI, and more.
These are real skills from real projects — not theoretical patterns. Each one has been used in production and refined through actual use.
📑 Table of Contents
- 🚀 Quick Start
- 🛠️ Installation
- 📦 Features
- 🎯 Available Skills
- 🤝 How to Contribute
- 💬 Community & Support
- 👥 Repo Contributors
- ⚖️ License
- 🌟 Star History
🚀 Quick Start
- Install via your AI assistant's directory (
.claude/skills,.cursor/skills, etc.) - Use by naming the skill in the prompt (e.g.
Use awesome-readme to...) - Validate and build new skills easily with our included scripts.
🛠️ Installation
💡 Recommended: Use the CLI Installer
# Install directly to your favorite AI Assistant
npx battle-skills --cursor # For Cursor
npx battle-skills --claude # For Claude Code
npx battle-skills --gemini # For Gemini CLI
npx battle-skills --antigravity # For Antigravity
npx battle-skills --path ./battle-skills # Custom path (.agent/skills)Alternative: Manual Git Clone
| Tool | Install Command |
| --------------- | ------------------------------------------------------------------------ |
| Claude Code | git clone https://github.com/QuocTang/battle-skills.git .claude/skills |
| Cursor | git clone https://github.com/QuocTang/battle-skills.git .cursor/skills |
| Gemini CLI | git clone https://github.com/QuocTang/battle-skills.git .gemini/skills |
| Universal | git clone https://github.com/QuocTang/battle-skills.git .agent/skills |
To update: Rerun the npx command or git -C <your_tool_folder>/skills pull
📦 Features
- ✅ Battle-Tested: Real, production-grade instructions built from hard-earned experience.
- 🔄 Universal Compatibility: Works seamlessly with Claude, Cursor, Gemini CLI, and standard AI agent architectures.
- 🛠️ Self-Validating: Includes
validate_skills.pyto ensure every skill is formatted perfectly. - 📚 Auto-Documentation:
gen_catalog.pykeeps theCATALOG.mdand machine-readableskills_index.jsonconstantly updated.
🎯 Available Skills
See the full list of our current capabilities in the 👉 CATALOG.md.
Check out the
create-skillguide if you want to understand how the battle skills are structured!
🤝 How to Contribute
We welcome contributions! Please follow these steps to add your own battle skills:
- Fork the repository.
- Create a new branch for your feature or skill.
- Follow the
create-skillguide to scaffold your new skill folder andSKILL.md. - Run
python3 scripts/validate_skills.pyandpython3 scripts/gen_catalog.py. - Update
CHANGELOG.mdand Submit a Pull Request.
💬 Community & Support
If this repository saves you time or levels up your AI coding game, please give it a ⭐️! Your support keeps the collection growing.
👥 Repo Contributors
Made with contrib.rocks.
⚖️ License
MIT License. See LICENSE for details.
