factory-generator
CommunityAutomate component generation end-to-end.
Authorm16khb
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill centralizes the core logic for generating components, including argument parsing, kebab-case validation, path building, and file creation, reducing manual steps and potential human error.
Core Features & Use Cases
- Argument parsing and validation: Interprets inputs to determine type (command, skill, agent) and enforces kebab-case naming.
- Deterministic file creation: Creates standardized files at predictable paths (e.g., {base_path}/commands/{name}.md, {base_path}/skills/{name}/SKILL.md, {base_path}/agents/{name}.md).
- Name validation & routing: Ensures names conform to constraints and routes to the correct directory structure.
- Use Case: Generate a new command named "build-tool" with proper structure and metadata.
Quick Start
Please provide inputs describing the type and name of the component to generate, along with a brief purpose. For example: generate a command named "build-tool" with purpose "build automation for CI pipelines".
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: factory-generator Download link: https://github.com/m16khb/claude-integration/archive/main.zip#factory-generator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.