Instructions file CodexOpenCode
Instructions for yeaight7/awesome-ai-devtools, covering agent guidance, source of truth, data rules and scope boundaries.
Instructions file CodexOpenCode
Instructions for yeaight7/awesome-ai-devtools, covering agent guidance, source of truth, data rules and scope boundaries.
Plugin Claude Code
Reusable AI agent skills, commands, hooks, and workflows for Claude Code, Codex, and Gemini — an Oh My Zsh-style collection of developer powerups.
Instructions file CodexOpenCode
Instructions for yeaight7/agent-powerups, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
Instructions file
Instructions for yeaight7/agent-powerups, covering claude.md, commands, architecture, catalog.json — single source of truth and cli command routing (src/cli/apx.ts).
Instructions file Gemini CLI
Instructions for yeaight7/agent-powerups, covering project overview, main technologies, architecture/structure, building and running and development conventions.
Command
Run automated tests and build checks first, then agent code review. For each bug found, propose or document a regression test.
Command
Recommend the best model tier for the current task based on complexity, risk, and budget.
Command
Run formatter, linter, and type checks for a file or directory. Report remediation steps.
Command
Audit agent configuration files for security vulnerabilities and misconfigurations. Classifies findings as P0 or P1.
Plugin Claude Code
Prompt, skill, red-team, and agent behavior evaluation workflows.
Skill Claude CodeCodex
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Skill Claude CodeCodex
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
Skill Claude CodeCodex
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
Plugin Claude Code
Multi-model orchestration and advisor routing: tri-model review and canonical advisor routing.
Skill Claude CodeCodex
Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool invocations, or silent failures, or an existing agent harness needs a quality review.
Skill Claude CodeCodex
Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a provider directly, need the response saved for later, or want a single consistent way to invoke codex/gemini/claude.
Skill Claude CodeCodex
Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a first search pass missed the relevant file, or the file scope of a task is unclear.
Skill Claude CodeCodex
Use when selecting a model for a new task or subagent, deciding whether to escalate after a failed attempt, or designing a multi-agent pipeline with mixed task complexity.
Skill Claude CodeCodex
Use when a request needs parallel external perspectives — combined backend and UI work, code review from multiple angles, or cross-validation where different models may disagree.
Plugin Claude Code
Search-first codebase understanding, context retrieval, mapping, pattern detection, and living project intelligence.
Agent
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents directly to reduce orchestrator context load.
Agent
Refresh codebase intelligence documents after meaningful repo changes and note what became stale or newly important.
Agent
Identify repeated architectural and implementation patterns across a codebase and explain where they apply.
Command
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents.