| name | platxa-skill-generator |
| description | Autonomous skill creator for Claude Code CLI. Use when the user asks to "create a skill", "generate a skill", or "build a new slash command". Uses multi-phase orchestrated workflow with Task tool subagents to research domains, design architecture, generate content, validate quality, and iteratively improve via eval infrastructure. Creates production-ready skills following the Agent Skills open standard and Claude Code extensions. |
| allowed-tools | ["Read","Write","Edit","Bash","Glob","Grep","WebFetch","WebSearch","Task","AskUserQuestion","TodoWrite"] |
| metadata | {"version":"3.1.0","author":"DJ Patel — Founder & CEO, Platxa | https://platxa.com","tags":["skill-creation","automation","builder","claude-code"]} |
Platxa Skill Generator
Create Claude Code skills autonomously using a multi-phase orchestrated workflow.
Overview
This skill guides you through creating production-ready Claude Code skills by:
- Discovering domain knowledge through web research and existing skill analysis
- Architecting the skill structure based on type (Builder/Guide/Automation/Analyzer/Validator)
- Generating SKILL.md content, scripts, and reference documentation
- Validating against Anthropic's Agent Skills spec with quality scoring
The workflow uses Task tool subagents for each phase, ensuring deep expertise at every step.
Workflow
Phase 1: Initialize