Agent skill · Code Review & Quality

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill scripts --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: DJ Patel — Founder & CEO, Platxa | https://platxa.com
Allowed tools: -Read-Write-Edit-Bash-Glob-Grep
Path: skills/agent/scripts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Workflow
  3. Phase 1: Initialize
  4. Phase 2: Discovery (Automatic)
  5. Phase 3: Architecture
  6. Phase 4: Generation
  7. Phase 5: Validation
  8. Phase 6: Installation
  9. Examples
  10. Example 1: Creating a Code Documenter Skill
  11. Example 2: Creating a Security Analyzer Skill
  12. Output Checklist
  13. Skill Types Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going