English | 中文
╔════════════════════════════════════════════════════════════════════════════════════════╗
║ ║
║ ██████╗ ██████╗ ███████╗███╗ ██╗ ███████╗██╗ ██╗██╗██╗ ██╗ ███████╗ ║
║ ██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝ ║
║ ██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ███████╗█████╔╝ ██║██║ ██║ ███████╗ ║
║ ██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ╚════██║██╔═██╗ ██║██║ ██║ ╚════██║ ║
║ ╚██████╔╝██║ ███████╗██║ ╚████║ ███████║██║ ██╗██║███████╗███████╗███████║ ║
║ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝ ║
║ ║
║ THE OPEN AGENT SKILLS ECOSYSTEM ║
║ ║
║ Claude Code • Cursor • OpenCode ║
║ ║
╚════════════════════════════════════════════════════════════════════════════════════════╝
An open library of agent skills — workflows, performance, Jira, Git, and more. Supports Claude Code, Cursor, and OpenCode. Full skill list (versions and triggers) at Skills Index.
💕 AI Coding Companion (coding-fangirl) has moved to oh-my-fangirl with independent versioning and a richer mode ecosystem.
Non-interactive global install (recommended; avoids PromptScript ✗ noise):
git clone https://github.com/FuDesign2008/open-skills.git
cd open-skills
node scripts/install-skills.mjsOr interactive / single-agent via the underlying CLI:
npx skills add FuDesign2008/open-skills -gUpdate:
npx skills updateNeed slash commands, hooks, or native platform integration (Claude Code / Cursor / OpenCode full install)? See Installation Guide.
- Fork → add or modify
skills/<name>/SKILL.md - Run
node scripts/gen-skill-docs.mjsto regenerate the index and commitdocs/generated/skills-index.md(do not edit manually — CIverifywill fail) - Follow AGENTS.md for coding standards and skill conventions
- Pull Request
See AGENTS.md for skill authoring specs and repo conventions.
MIT License — see LICENSE.