coding-agent
Installation
SKILL.md
Coding Agent
Use this skill to hand off real coding work to a dedicated implementation agent.
This skill exists for tasks where the right move is not to explain how to code something, but to spin up a coding lane that can inspect the repository, change files, run checks, and return concrete results.
Scope
Use this skill for:
- feature implementation that touches multiple files
- non-trivial bug fixes requiring repo exploration
- iterative refactors with validation steps
- PR-sized code changes that benefit from autonomy
- coding tasks delegated to Codex, Claude Code, Pi, or similar harnesses
- background implementation work that should continue outside the main conversation flow