← ClaudeAtlas

marketplace-optimizerlisted

Optimizes this Claude Code marketplace using specialized sub-agents. Each agent is an expert for one element type (skills, commands, agents, hooks, mcp) and loads only relevant documentation. A marketplace agent validates cross-references and latest features. Triggers on "optimize marketplace", "sync with best practices", or when user wants to improve plugin quality.
lenneTech/claude-code · ★ 0 · Testing & QA · score 72
Install: claude install-skill lenneTech/claude-code
# Marketplace Optimizer Orchestrates specialized sub-agents to optimize Claude Code marketplaces efficiently. Each agent loads only the documentation it needs, keeping context usage minimal. ## Architecture ``` marketplace-optimizer (this skill) │ ├── optimizer-skills → skills.md, github-skills-readme.md ├── optimizer-commands → slash-commands.md ├── optimizer-agents → sub-agents.md ├── optimizer-hooks → hooks.md ├── optimizer-mcp → mcp.md │ └── optimizer-marketplace → plugins.md, plugins-reference.md, github-*.md, CHANGELOG ``` ## When This Skill Activates - User wants to optimize the marketplace or plugins - User wants to optimize project-level `.claude/` elements - User asks to sync with latest Claude Code best practices - User mentions "optimize", "update docs", or "best practices" ## Scope **Project-level** (`.claude/`): - Skills, Agents, Commands **Marketplace** (`plugins/`): - Skills, Commands, Agents, Hooks, MCP configs --- ## Execution Protocol ### Phase 1: Cache Update #### Step 1: Version Check **Flags:** - `--update-cache`: Force update, skip check - `--skip-cache`: Skip update entirely **Without flags:** ```bash bun .claude/scripts/check-cache-version.ts ``` | recommendation | Action | |---------------|--------| | `"skip"` | Skip (updateBehavior: never) | | `"update"` | Auto-update cache | | `"ask"` | Ask user | | `"current"` | Skip (cache is current) | #### Step