manage-skills
Manage AI Agent Skills
You can manage skills and rules for all major AI coding tools directly from the terminal. This skill teaches you the directory layout, file format, and operations for each tool.
Supported Tools & Paths
Directory-based tools (multiple skills)
Each skill lives in its own subdirectory with a SKILL.md file containing YAML frontmatter.
| Tool | Global Path | Project Path |
|---|---|---|
| Agents | ~/.agents/skills/<name>/SKILL.md |
.agents/skills/<name>/SKILL.md |
| Cursor | ~/.cursor/skills/<name>/SKILL.md |
.cursor/skills/<name>/SKILL.md |
| Claude | ~/.claude/skills/<name>/SKILL.md |
.claude/skills/<name>/SKILL.md |
| Windsurf | ~/.windsurf/rules/<name>/<name>.md |
.windsurf/rules/<name>/<name>.md |
| Cline | ~/.cline/rules/<name>/<name>.md |
.cline/rules/<name>/<name>.md |
| Continue | ~/.continue/rules/<name>/<name>.md |
.continue/rules/<name>/<name>.md |
| Roo Code | ~/.roo/rules/<name>/<name>.md |
.roo/rules/<name>/<name>.md |
More from rohitg00/awesome-claude-code-toolkit
devops-automation
CI/CD pipeline design with GitHub Actions, Docker, Kubernetes, Helm, and GitOps patterns
120react-patterns
React 19 patterns including Server Components, Actions, Suspense, hooks, and component composition
92database-optimization
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
88api-design-patterns
REST API design with resource naming, pagination, versioning, and OpenAPI spec generation
87frontend-excellence
Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals
83redis-patterns
Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures
82