command▌
7 indexed skills · max 10 per page
command-creator
softaworks/agent-toolkit · Productivity
Guides creation of reusable Claude Code slash commands for automating repetitive workflows. \n \n Helps determine command location (project-level .claude/commands/ or global ~/.claude/commands/ ) and walks through gathering command name, purpose, arguments, and workflow steps \n Includes four command patterns: workflow automation, iterative fixing, agent delegation, and simple execution \n Provides bundled references covering patterns, real examples, best practices, and quality checklists to ens
command-development
aiskillstore/marketplace · Productivity
Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows.
customaize-agent:create-command
neolabhq/context-engineering-kit · AI/ML
This meta-command helps create other commands by:
command-development
davila7/claude-code-templates · Productivity
Slash commands are frequently-used prompts defined as Markdown files that Claude executes during interactive sessions. Understanding command structure, frontmatter options, and dynamic features enables creating powerful, reusable workflows.
command-creator
davila7/claude-code-templates · Productivity
This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations.
command-development
anthropics/claude-plugins-official · Productivity
Markdown-based slash commands for defining reusable prompts with dynamic arguments, file references, and bash execution. \n \n Commands are instructions written for Claude (not users), stored as .md files in .claude/commands/ , ~/.claude/commands/ , or plugin directories \n YAML frontmatter configures description, allowed tools, model selection, and argument hints; use $ARGUMENTS , $1 , $2 for dynamic substitution and @file-path syntax for file inclusion \n Bash execution via backticks gathers d
command-development
anthropics/claude-code · Productivity
$22