code
Code Workflow Pack
This plugin exposes one public Codex skill surface for common code workflows. Claude Code also exposes command wrappers under /code:*. The workflow modules live beside this SKILL.md so they are bundled with the plugin without becoming separate installable skills or per-workflow folders.
Routing
- Use
review-and-commit.mdfor working-tree review, fixes, atomic commit planning, or committing after approval. - Use
goal.mdfor defining or auditing a coding goal so it has a verifier, bounded scope, context, stop conditions, and output shape. - Use
explain.mdfor dense technical explanations, tutorials, walkthrough prose, README guidance, or onboarding docs. - Use
try.mdfor evaluating a new library, tool, package, or GitHub repo before adoption. - Use
simplify.mdfor behavior-preserving simplification of recently changed code. - Use
walkthrough.mdfor paired, source-grounded architectural walkthroughs that produce durable todos, memos, migration plans, and reframes. - Use
understand.mdfor tracing a specific code path into a.understand/<topic>.htmlartifact with call graph, concrete values, side effects, and scratch skeleton imports. - Use
dead-code.mdfor conservative dead-code reachability audits and safe removal plans. - Use
scratch.mdfor hands-on codebase exploration with runnable.scratch/scripts. - Use
socratic-owner.mdfor scenario-based owner briefings that quiz the developer on code, architecture, or a plan. - Use
secure-dependencies.mdfor dependency resolution and supply-chain hardening in code repositories. - Use
hexagon-audit.mdfor auditing Ports & Adapters / hexagonal compliance in apackages/+adapters/monorepo (it ships a deterministic scanner underscripts/).
More from abpai/skills
human-writer
>-
28agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
28code-simplifier
Simplify and refine code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
25bun-expert
>
25dead-code-eliminator
>
23socratic-code-owner
>
23