adk-implementlisted
Install: claude install-skill sujeet-pro/agents-devkit
# adk-implement — write code from any input
Polymorphic on input. **Git mandatory; GitHub MCP optional** (enables PR-by-URL flow).
**Repo-bound skill** — must run from inside a repo (or `--repo <path>`). Artifacts go to `<repo>/.temp/adk/implement/<task>/` (per `shared/paths.md`).
`--detailed` asks the skill to gather richer programmatic context before editing (for example, broader code-index queries or supporting docs). `--deep` asks the harness to use its stronger model profile per `shared/model-depth.md`. Auto-select `--deep` for ambiguous architecture choices, cross-module changes, migrations, auth/security/payments/permissions work, or large blast radius.
## References (loaded as needed)
| Aspect | File |
|---|---|
| Input dispatch (which sub-flow) | `references/dispatch.md` |
| Workflow (Phase 0–4) | `references/workflow.md` |
| Fork IDs (defaults trained by `/adk-improve`) | `references/forks.md` |
| Hard rules + refusals | `references/rules.md` |
| Sub-flow detail | `references/<sub-flow>.md` — authored on first use of each sub-flow |
## Cross-skill dependencies
- Edit-format: `shared/edit-format.md`
- Plan/Act mode: `shared/plan-act-mode.md`
- Model depth: `shared/model-depth.md`
- Constitution: `shared/constitution.md`
- Advisor + question-first: `shared/advisor.md`, `shared/question-first.md`, `shared/narration.md`
- Code index (TDD sub-flow): `shared/guidelines/code-index.md` — when drafting a TDD from a Jira ticket, call `from scripts.lib.code_index.query