Agent skill · Content & Marketing

manage-skills

Discover, list, create, edit, toggle, copy, move, and delete AI agent skills across 11 tools (Cursor, Claude, Agents, Windsurf, Copilot, Codex, Cline, Aider, Continue, Roo Code, Augment)

Rohit Ghumare73,165★ · +3,601/wk · 3 repos on radarProfile →
claude-codecopilotApache-2.0
Install
npx skills add rohitg00/awesome-claude-code-toolkit --skill manage-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/manage-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,438
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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` | ### Single-file tools (one config file) | Tool | Global Path | Project Path | |------|------------|--------------| | Copilot | `~/.github/copilot-instructions.md` | `.githu

What's inside
Steps it walks through
  1. Supported Tools & Paths
  2. Directory-based tools (multiple skills)
  3. Single-file tools (one config file)
  4. Cursor plugins (read-only)
  5. Skill File Format
  6. Operations
  7. List all skills
  8. Read a skill
  9. Create a new skill
  10. Enable / Disable a skill
  11. Copy a skill between tools
  12. Move a skill
  13. Delete a skill
  14. Copy a skill from global to project scope
Commands it runs
List skills for a specific tool
ls ~/.agents/skills/
ls ~/.cursor/skills/
ls ~/.claude/skills/
ls ~/.windsurf/rules/
ls ~/.cline/rules/
ls ~/.continue/rules/
ls ~/.roo/rules/
Count total skills across all tools
echo "Agents: $(ls ~/.agents/skills/ 2>/dev/null | wc -l | tr -d ' ')"
More from awesome-claude-code-toolkit
All skills →
About this skill
What does the manage-skills skill do?

Discover, list, create, edit, toggle, copy, move, and delete AI agent skills across 11 tools (Cursor, Claude, Agents, Windsurf, Copilot, Codex, Cline, Aider, Continue, Roo Code, Augment)

How do I install it?

Run `npx skills add rohitg00/awesome-claude-code-toolkit --skill manage-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rohitg00/awesome-claude-code-toolkit, a repository with 2,438 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going