Complete AI TrainingYourJobSkills for your job

Skills / ai-ml

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)

AI & Automation

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.

When to Use

Use this skill when the user wants to inspect, create, edit, enable, disable, copy, move, or delete local AI-agent skills or rule files across supported coding tools.

Supported Tools & Paths

Directory-based tools (multiple skills)

Each skill lives in its own subdirectory with a SKILL.md file containing YAML frontmatter.

ToolGlobal PathProject 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)

ToolGlobal PathProject Path
Copilot~/.github/copilot-instructions.md`.github/copilo

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourceumutbozdag/agent-skills-manager
License
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-09-04

Related skills

advanced-evaluation

This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.

agent-creator

Create custom AI subagents with proper plugin structure, persona generation, and companion routing skills.

agent-framework-azure-ai-py

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.

agent-memory

A hybrid memory system that provides persistent, searchable knowledge management for AI agents.

agent-memory-mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

agent-orchestration-improve-agent

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.