slash-command-factory

Generate Claude Code slash commands with YAML frontmatter and installation steps.

1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Yona544/AIskils --skill slash-command-factory-yona544
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slash-command-factory
Source: https://github.com/Yona544/AIskils/tree/main/.claude/skills/slash-command-factory
Command: npx skills add https://github.com/Yona544/AIskils --skill slash-command-factory-yona544

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you generate production-ready Claude Code slash commands through an intelligent 5-7 question flow. It covers a wide range of use cases from business research to workflow automation and outputs well-structured command files ready for deployment.

Core Features & Use Cases

  • Guided command generation: Answer 5-7 targeted questions to tailor a new Claude slash command.
  • Automated frontmatter & structure: Produces a complete .md command file with proper YAML frontmatter and a deterministic layout.
  • Presets for common tasks: Includes 10 presets like /research-business, /research-content, /api-build, /docs-generate, and more to accelerate setup.
  • Organized output & installation guidance: Outputs into generated-commands/ and provides straightforward installation steps for both project and user scopes.

Quick Start

Use the 5-7 question flow to define your command, then copy the generated command from generated-commands/[command-name]/ to your Claude Code commands directory and restart Claude Code.

Frequently Asked Questions about slash-command-factory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Claude Code slash commands from prompts?

Slash-command-factory generates production-ready Claude Code slash commands through a guided 5-7 question flow. Answer targeted questions about your command's purpose, tools, and behavior, then copy the generated .md file with YAML frontmatter from generated-commands/ to your Claude Code commands directory.

What command patterns and presets does slash-command-factory support?

The Skill supports Simple, Multi-Phase, and Agent-Style command patterns across domains like business research, content analysis, API integration, and documentation automation. It includes 10 presets such as /research-business, /api-build, and /docs-generate to accelerate setup for common workflows.

How do I structure YAML frontmatter and arguments in generated slash commands?

Generated commands enforce kebab-case naming, include validated YAML frontmatter, use argument hints with $ARGUMENTS placeholders, and define strict allowed-tools lists. The Skill outputs organized, deterministic layouts ready for deployment without manual formatting.

Can I customize slash commands for specific domains like healthcare or API workflows?

Yes. Slash-command-factory tailors commands to specialized domains including healthcare compliance, business research, content analysis, and API integration through its 5-7 question configuration flow, ensuring domain-specific tools and behavior constraints are enforced.

What happens after I generate a slash command with this Skill?

After generation, the Skill provides installation steps to copy your command file to Claude Code's commands directory. Restart Claude Code to activate the command, then use it immediately across your project or user scope.

Do I need coding knowledge to create slash commands with this Skill?

No. The 5-7 question flow guides non-technical users through command creation. The Skill handles YAML validation, frontmatter structure, and argument formatting automatically, requiring only clear descriptions of the command's purpose and allowed tools.