when-creating-slash-commands-use-slash-command-encoder

Solid

Create ergonomic slash commands for fast access to micro-skills with auto-discovery and parameter validation

AI & Automation 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Slash Command Encoder SOP ## Overview Create ergonomic slash commands (/command) for fast, unambiguous access to micro-skills with auto-discovery, intelligent routing, parameter validation, and command chaining. ## Agents & Responsibilities ### coder **Role:** Command implementation and handler logic **Responsibilities:** - Implement command handlers - Create validation logic - Build routing mechanisms - Test command functionality ### base-template-generator **Role:** Generate command templates and boilerplate **Responsibilities:** - Create command templates - Generate documentation - Build example commands - Create test scaffolding ## Phase 1: Design Command Interface ### Objective Design command syntax, parameters, and behavior specifications. ### Scripts ```bash # Generate command template npx claude-flow@alpha command template \ --name "analyze" \ --description "Analyze codebase for patterns" \ --output commands/analyze.js # Define command schema cat > command-schema.json <<EOF { "name": "analyze", "alias": "a", "description": "Analyze codebase for patterns", "parameters": [ { "name": "path", "type": "string", "required": true, "description": "Path to analyze" }, { "name": "depth", "type": "number", "required": false, "default": 3, "description": "Analysis depth" } ], "examples": [ "/analyze ./src", "/analyze ./src --depth 5" ] } EOF # Validate schema npx claude-...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

slash-command-encoder

Creates ergonomic slash commands (/command) that provide fast, unambiguous access to micro-skills, cascades, and agents. Enhanced with auto-discovery, intelligent routing, parameter validation, and command chaining. Generates comprehensive command catalogs for all installed skills with multi-model integration.

335 Updated today
aiskillstore
AI & Automation Solid

command-creator

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

27,705 Updated today
davila7
AI & Automation Solid

command-creator

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

1,931 Updated 2 months ago
softaworks
AI & Automation Listed

command-creator

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

335 Updated today
aiskillstore
AI & Automation Listed

slash-command-factory

Generate custom Claude Code slash commands through intelligent 5-7 question flow. Creates powerful commands for business research, content analysis, healthcare compliance, API integration, documentation automation, and workflow optimization. Outputs organized commands to generated-commands/ with validation and installation guidance.

791 Updated 6 months ago
alirezarezvani