code

Installation
SKILL.md

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.md for working-tree review, fixes, atomic commit planning, or committing after approval.
  • Use goal.md for defining or auditing a coding goal so it has a verifier, bounded scope, context, stop conditions, and output shape.
  • Use explain.md for dense technical explanations, tutorials, walkthrough prose, README guidance, or onboarding docs.
  • Use try.md for evaluating a new library, tool, package, or GitHub repo before adoption.
  • Use simplify.md for behavior-preserving simplification of recently changed code.
  • Use walkthrough.md for paired, source-grounded architectural walkthroughs that produce durable todos, memos, migration plans, and reframes.
  • Use understand.md for tracing a specific code path into a .understand/<topic>.html artifact with call graph, concrete values, side effects, and scratch skeleton imports.
  • Use dead-code.md for conservative dead-code reachability audits and safe removal plans.
  • Use scratch.md for hands-on codebase exploration with runnable .scratch/ scripts.
  • Use socratic-owner.md for scenario-based owner briefings that quiz the developer on code, architecture, or a plan.
  • Use secure-dependencies.md for dependency resolution and supply-chain hardening in code repositories.
  • Use hexagon-audit.md for auditing Ports & Adapters / hexagonal compliance in a packages/ + adapters/ monorepo (it ships a deterministic scanner under scripts/).
Related skills
Installs
1
Repository
abpai/skills
First Seen
1 day ago