Instructions file CodexOpenCode
Instructions for wrannaman/agentic-engineering, covering agents.md, build & test (kb server), repo structure and rules.
Instructions file CodexOpenCode
Instructions for wrannaman/agentic-engineering, covering agents.md, build & test (kb server), repo structure and rules.
MCP server Claude CodeCodexCursor
MCP server "kb", hosted remotely at yourkbserverurl, as configured in wrannaman/agentic-engineering.
Skill Claude CodeCodex
Use this for adversarial design critique before implementation when the goal is to find flaws, poke holes, and identify edge cases, failure modes, abuse scenarios, and hidden assumptions. Stress-test ideas through focused dialogue, then transition to plan.
Skill Claude CodeCodex
Summarize your merged PRs across repos and interpret the value delivered. Use when user wants to see what they've accomplished, prepare for standups, or reflect on their contributions.
Skill Claude CodeCodex
Write design specs and architecture decision records (ADRs) with deep research and gotcha hunting.
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Skill Claude CodeCodex
Extract learnings from current session, search past sessions with CASS, and document patterns to prevent recurring mistakes.
Skill Claude CodeCodex
Pattern lookup, research, and design phase. NO coding allowed - only research and planning.
Skill Claude CodeCodex
Multi-perspective code review with 8 parallel passes. Language-agnostic — adapts to whatever your codebase uses via KB.
Skill Claude CodeCodex
The #1 reason agentic engineering fails is an empty knowledge base. Engineers are told "write docs for the KB" and either procrastinate or write docs so generic they're useless.
Skill Claude CodeCodex
Interactive guided setup. Detects your codebase, configures MCP, writes project-specific CLAUDE.md, seeds the KB, and verifies everything works.
Skill Claude CodeCodex
End-to-end: plan → implement → review → fix → push in one shot. No human feedback between steps. Use when you trust the system and just want the thing done.
Skill Claude CodeCodex
Execute implementation from a plan with verification at each step.
Skill Claude CodeCodex
Clean up git worktrees and branches for closed PRs and stale branches.
Skill Claude CodeCodex
Create or update a draft PR, auto-fixing pre-commit failures until push succeeds.
Skill Claude CodeCodex
Resolve merge/rebase conflicts and continue restacking until the entire stack is clean. Use when the user says "fix rebase", "fix conflicts", "resolve conflicts", "restack", "gt sr", "stack rebase", or when a rebase or restack operation has stopped due to merge conflicts.
Skill Claude CodeCodex
Large features split into small, reviewable PRs that build on each other. This skill creates the stack: branches, draft PRs, and dependency links. Uses plain git + gh CLI — no special tooling required.
Skill Claude CodeCodex
List and create git worktrees with gtr.
Skill Claude CodeCodex
Aggressively reduce and clean up code in any language — strip AI slop, remove bloat, collapse indirection, and shrink files to their essence. ALWAYS use this skill when the user wants code made shorter, leaner, or less verbose — whether they say "deslop", "reduce", "simplify", "trim", "slim down", "too much code"…
Skill Claude CodeCodex
Address GitHub PR review comments - pull feedback, plan approach, and execute fixes.
Skill Claude CodeCodex
After implementation, take a second pass looking for opportunities to simplify. Not the same as deslop (which removes AI bloat) — this is about finding cleaner approaches to what you just built.