Skip to content
Skill

commands-manager

by majiayu000

AI Summary

Build and improve commands following the commands-management policy. This branch executes the policy defined by JARVIS-06. Always sync with Primary before major operations. Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "commands-manager" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/commands-manager-henmessi-plugin-dev && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands-manager-henmessi-plugin-dev/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/development/commands-manager-henmessi-plugin-dev/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands-manager-henmessi-plugin-dev/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/development/commands-manager-henmessi-plugin-dev/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Branch skill for building and improving commands. Use when creating new slash commands, adapting marketplace commands, validating command structure, working with $ARGUMENTS, or improving existing commands. Triggers: 'create command', 'improve command', 'validate command', 'fix command', 'slash command', '$ARGUMENTS', 'adapt command', 'multi-phase command', 'command frontmatter'.

Command Overview

Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Key concepts: • Markdown file format for commands • YAML frontmatter for configuration • Dynamic arguments ($ARGUMENTS, $1, $2) • File references (@$1, @file.txt) • Bash execution for context (!command) • Commands are instructions FOR Claude, not messages TO user

Commands Manager - Branch of JARVIS-06

Build and improve commands following the commands-management policy.

Policy Source

Primary policy: JARVIS-06 → .claude/skills/commands-management/SKILL.md This branch executes the policy defined by JARVIS-06. Always sync with Primary before major operations.

Quick Decision Tree

`text Task Received │ ├── Create new command? ─────────────> Workflow 1: Build │ └── What type? │ ├── Simple action ───────────> Single-phase command │ ├── Complex workflow ────────> Multi-phase command │ └── Skill invocation ────────> Skill-invoking command │ ├── Adapt marketplace command? ──────> Workflow 3: Adapt │ ├── Fix existing command? ───────────> Workflow 2: Improve │ └── Validate command? ───────────────> Validation Checklist `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 22d ago
Active
Adoption100+ stars on GitHub
530 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars530
Forks83
Issues2
Updated22d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code