# Command Management

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

- Skill: `majiayu000/command-management-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/command-management-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/command-management-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/command-management-2

---


**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. Report completion with command details and location

## 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 saved to correct location with correct YAML frontmatter
- Report delivered with command details and location

