Use PROACTIVELY this skill when you need to create or update custom commands following best practices
Scanned 2/12/2026
Install to Claude Code
npx -y skills add aiskillstore/marketplace --skill command-management --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Command Management?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aiskillstore-command-management)More formats (shields.io, HTML) on the badges page.
---
name: command-management
description: Use PROACTIVELY this skill when you need to create or update custom commands following best practices
allowed-tools: Read, Write, SlashCommand, TodoWrite, Glob, Grep
---
**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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!