Skill Claude CodeCodex
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Production-ready plugin ecosystem for OpenAI Codex CLI 26 plugins, 37 expert subagents (TOML), 196 skills, lifecycle hooks wired to a Bun harness, full AGENTS.md rules corpus, plugin marketplace and one-command installer. Faithful port of the Fusengine Claude Code plugin ecosystem.
Skill Claude CodeCodex
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Skill Claude CodeCodex
Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
Skill Claude CodeCodex
Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
Skill Claude CodeCodex
Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
Skill Claude CodeCodex
Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
Skill Claude CodeCodex
Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
Skill Claude CodeCodex
Use when exploring an unfamiliar codebase -- architecture analysis, pattern detection, dependency mapping, rapid discovery.
Skill Claude CodeCodex
Use when about to call any mcpfuse-browser tool. Routes fetch/crawl/SERP vs live browser session vs screenshot capture, and enforces the 4 ZERO-TOLERANCE rules -- read BEFORE the tool call.
Skill Claude CodeCodex
Coordinate lead delegation safely. Use before any lead delegation, subagent, or team action, and for agent selection, folder ownership, mtime preflight, parallel work, mandate construction, agent lifecycle, stopping, relaunching, or convergence decisions.
Skill Claude CodeCodex
Use when converting existing code to modular architecture (Laravel, Next.js, React). Triggers: "modularize", "convert to modules", "migrate to modular", "restructure modules".
Skill Claude CodeCodex
Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
Skill Claude CodeCodex
Use when auditing React or Next.js components for unnecessary or unsafe useEffect usage -- detects 9 anti-patterns from "You Might Not Need an Effect".
Skill Claude CodeCodex
Use when researching documentation, best practices, or complex technical investigations -- Context7 + Exa + Sequential Thinking methodology.
Skill Claude CodeCodex
Use when creating new skills, restructuring existing skills, or improving skill documentation.
Skill Claude CodeCodex
Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
Skill Claude CodeCodex
Use when writing production code that needs tests -- new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR before implementation.
Skill Claude CodeCodex
Use when analyzing multiple files, auditing a codebase, scanning dependencies, or counting lines -- one Bash pipeline beats N sequential Read calls.
Skill Claude CodeCodex
Use when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before closing. Do NOT use for lint/quality checks (use sniper AFTER this).
Skill Claude CodeCodex
Use when building Astro 7 sites, choosing an output mode (static/server/hybrid), configuring middleware, or upgrading from Astro 5/6.
Skill Claude CodeCodex
Use when handling form submissions, mutations, or server-side logic with type safety in Astro via defineAction / astro:actions.
Skill Claude CodeCodex
Use when optimizing images or other assets in Astro — , , getImage(), Fonts API, or OG image generation.
Skill Claude CodeCodex
Use when managing structured content, blog posts, or typed data collections in Astro via the Content Layer API (content.config.ts).
Skill Claude CodeCodex
Use when doing database operations in an Astro project via Astro DB (defineDb, defineTable, db/config.ts, Turso).
Skill Claude CodeCodex
Use when deploying an Astro 7 app to Cloudflare, Vercel, Netlify, or Node.js — adapter setup, ISR patterns, edge middleware.