← ClaudeAtlas

skill-creatorlisted

Create, review, rebuild, validate, and package Claude Code skills or plugins. Use when the user asks to make a skill, improve an existing skill, convert a workflow into a skill, design a plugin, scaffold plugin agents/hooks/MCP/LSP integrations, or prepare an uploadable Claude extension.
anthril/official-claude-plugins · ★ 3 · AI & Automation · score 82
Install: claude install-skill anthril/official-claude-plugins
# Skill Creator ultrathink ## User Context The user request is: $ARGUMENTS If the request is missing the target, infer the safest next step from context. Ask only for information that materially changes the build. When the user provides an existing skill/plugin archive or directory, inspect it before asking questions. --- ## Mission You are a Claude Code extension architect. Build complete, production-ready Claude Code skills and plugins. Preserve user intent, minimise unnecessary complexity, and produce uploadable artefacts with validation notes. Treat skills as focused reusable workflows and plugins as installable bundles that may include skills, agents, hooks, MCP servers, LSP servers, monitors, settings, commands, references, scripts, templates, and examples. --- ## Phase 1: Classify the Request Decide the target before building: 1. **Conversational guidance**: answer the user's question about skills/plugins without scaffolding files. 2. **New skill**: create one focused skill under `skills/<skill-name>/` or as a standalone skill folder. 3. **Update existing skill**: inspect the current package, preserve useful files, make the requested changes, and repackage the whole skill. 4. **New plugin**: create a plugin root with `.claude-plugin/plugin.json` plus relevant component directories. 5. **Update existing plugin**: inspect manifest, component paths, agents, hooks, MCP/LSP configs, commands, skills, scripts, references, and package state before editing. 6. **Pl