platxa-skill-generator
Autonomous skill creator for Claude Code CLI. Uses multi-phase orchestrated workflow with Task tool subagents to research domains, design architecture, generate content, and validate quality. Creates production-ready skills following Anthropic's Agent Skills specification.
npx skills add majiayu000/claude-skill-registry --skill scripts --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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: 1. **Discovering** domain knowledge through web research and existing skill analysis 2. **Architecting** the skill structure based on type (Builder/Guide/Automation/Analyzer/Validator) 3. **Generating** SKILL.md content, scripts, and reference documentation 4. **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 ``` User: /skill-generator ``` Ask the user for: - Skill description (what should the skill do?) - Target users (who will use this skill?) ### Phase 2: Discovery (Automatic) Use Task tool with `subagent_type="Explore"` to: 1. Search web for domain best practices 2. Fetch relevant documentation 3. Analyze existing skills in `~/.claude/skills/` for patterns 4. Identify procedural knowledge (HOW) vs domain expertise (WHAT) 5. Determine what varies by project vs what's constant **Sufficiency Check**: Evaluate if research is complete. On
- Overview
- Workflow
- Phase 1: Initialize
- Phase 2: Discovery (Automatic)
- Phase 3: Architecture
- Phase 4: Generation
- Phase 5: Validation
- Phase 6: Installation
- Examples
- Example 1: Creating a Code Documenter Skill
- Example 2: Creating a Security Analyzer Skill
- Output Checklist
- Skill Types Reference
What does the platxa-skill-generator skill do?
Autonomous skill creator for Claude Code CLI. Uses multi-phase orchestrated workflow with Task tool subagents to research domains, design architecture, generate content, and validate quality. Creates production-ready skills following Anthropic's Agent Skills specification.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill scripts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
