multiAI Summary Pending

command-management

Use PROACTIVELY this skill when you need to create or update custom commands following best practices

231 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/command-management/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/emz1998/command-management/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/command-management/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How command-management Compares

Feature / Agentcommand-managementStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Use PROACTIVELY this skill when you need to create or update custom commands following best practices

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

**Goal**: Create or update custom commands following template standards

**IMPORTANT**: Keep command content high-level and concise. Do not dive into implementation details.

## Workflow

1. Read command docs from `.claude/skills/command-management/references/command-docs.md` and template from `.claude/skills/command-management/templates/command.md`
2. Analyze user requirements and determine command location
3. Create or update the command file
4. Test via `SlashCommand` tool and report results

## Constraints

- DO NOT deviate from template structure (YAML frontmatter + all sections)
- NEVER save commands outside `.claude/commands/` directory
- DO NOT grant excessive tool permissions - apply least-privilege
-

## Acceptance Criteria

- Command saved to correct location with complete YAML frontmatter
- All template sections populated
- Command tested successfully via `SlashCommand`