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.
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-factoryskilz install alirezarezvani/claude-code-skill-factory/slash-command-factory --agent opencodeskilz install alirezarezvani/claude-code-skill-factory/slash-command-factory --agent codexskilz install alirezarezvani/claude-code-skill-factory/slash-command-factory --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-code-skill-factorycp -r claude-code-skill-factory/generated-skills/slash-command-factory ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
api-error-handling
by aj-geddes
Implement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly messages. Use when building re...
markdownlint-integration
by TheBushidoCollective
Integrate markdownlint into development workflows including CLI usage, programmatic API, CI/CD pipelines, and editor integration.
route-tester
by diet103
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functi...
hook-development
by anthropics
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-b...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-code-skill-factory
- 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
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
Browse Category
More web api Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Reporting issue with:
slash-command-factory
https://github.com/alirezarezvani/claude-code-skill-factoryThank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.