create-command

Purpose: Create a new custom slash command following Claude Code conventions and best practices.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create-command" with this command: npx skills add vitadynamics/vita-cc-market/vitadynamics-vita-cc-market-create-command

Create Command Skill

Purpose: Create a new custom slash command following Claude Code conventions and best practices.

Goal

"${ARGUMENTS}"

Key Capabilities to Leverage

File Operations:

  • Read, Edit, Write - modify files precisely

  • Glob, Grep - search codebase

  • MultiEdit - atomic multi-part changes

Development:

  • Bash - run commands (git, tests, linters)

  • Task - launch specialized agents for complex tasks

  • TodoWrite - track progress with todo lists

Web & APIs:

  • WebFetch, WebSearch - research documentation

  • GitHub (gh cli) - PRs, issues, reviews

  • Playwright - browser automation, screenshots

Integrations:

  • AppSignal - logs and monitoring

  • Context7 - framework docs

  • Stripe, Todoist, Featurebase (if relevant)

Best Practices

  • Be specific and clear - detailed instructions yield better results

  • Break down complex tasks - use step-by-step plans

  • Use examples - reference existing code patterns

  • Include success criteria - tests pass, linting clean, etc.

  • Think first - use "think hard" or "plan" keywords for complex problems

  • Iterate - guide the process step by step

Required: YAML Frontmatter

EVERY command MUST start with YAML frontmatter:


name: command-name description: Brief description of what this command does (max 100 chars) argument-hint: "[what arguments the command accepts]"

Fields:

  • name : Lowercase command identifier (used internally)

  • description : Clear, concise summary of command purpose

  • argument-hint : Shows user what arguments are expected (e.g., [file path] , [PR number] , [optional: format] )

Structure Your Command

[Command Name]

[Brief description of what this command does]

Steps

  1. [First step with specific details]

    • Include file paths, patterns, or constraints
    • Reference existing code if applicable
  2. [Second step]

    • Use parallel tool calls when possible
    • Check/verify results
  3. [Final steps]

    • Run tests
    • Lint code
    • Commit changes (if appropriate)

Success Criteria

  • Tests pass
  • Code follows style guide
  • Documentation updated (if needed)

Tips for Effective Commands

  • Use $ARGUMENTS placeholder for dynamic inputs

  • Reference CLAUDE.md patterns and conventions

  • Include verification steps - tests, linting, visual checks

  • Be explicit about constraints - don't modify X, use pattern Y

  • Use XML tags for structured prompts: <task> , <requirements> , <constraints>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

hook-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

heal-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

medium-plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

review

No summary provided by upstream source.

Repository SourceNeeds Review