slash-command-factory

325 stars 73 forks
0
C

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.

CommandsAgents
#slash commands#Claude Code#claude-skills-creator#ai-agents#claude-code#YAML#Arguments#claude-ai
Also in: github

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install alirezarezvani/claude-code-skill-factory/slash-command-factory
skilz install alirezarezvani/claude-code-skill-factory/slash-command-factory --agent opencode
skilz install alirezarezvani/claude-code-skill-factory/slash-command-factory --agent codex
skilz install alirezarezvani/claude-code-skill-factory/slash-command-factory --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-code-skill-factory
2. Copy the agent skill directory:
cp -r claude-code-skill-factory/generated-skills/slash-command-factory ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
325
Forks
73
Type
Technical
Meta-Domain
web api
Primary Domain
api
Market Score
0

Agent Skill Grade

C
Score: 72/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
18/30
Ease of Use
20/25
Writing Style
6/10
Utility
16/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Excessive Length Without Layering
  • Missing TOC for Long File

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been digging into how skills handle CLI argument parsing, and I'm curious how you're thinking about the command pattern here—the factory approach seems like it's trying to solve the "too many conditional branches" problem, but I wonder if you've hit any rough edges with skill registration or command composition at scale.

Links:

The TL;DR

You're at 72/100, solid C-grade territory. This is based on Anthropic's grading rubric for agentic skills. Your strongest area is Ease of Use (20/25)—the metadata and trigger terms are really well thought out. The real drag is Progressive Disclosure Architecture (18/30)—you've got a 1007-line SKILL.md that's trying to do way too much in one place.

What's Working Well

  • Excellent metadata design — Your description with multiple trigger terms ("slash commands", "custom commands", "presets") makes discoverability solid. The skill name and structure are clean.
  • 10 useful presets — The preset command patterns (error_handler, logger, formatter, etc.) solve real problems and show you've thought about common use cases.
  • Good workflow clarity — The 5-7 question flow and the dual paths (official patterns + custom generation) give users real flexibility without overwhelming them.

The Big One: Token Economy is Killing Your Score

Your SKILL.md at 1007 lines violates Progressive Disclosure Architecture principles. You're repeating full preset details 3+ times, showing verbose naming convention algorithms, and packing everything into one file when you should be layering it.

Here's what needs to happen:

  • Cut SKILL.md down to 200-300 lines: frontmatter + overview + the 3 main command patterns + a summary of the q...

AI-Detected Topics

Extracted using NLP analysis

slash commands Claude Code claude-skills-creator ai-agents claude-code YAML Arguments claude-ai bash Bash git

Report Security Issue

Found a security vulnerability in this agent skill?