implement
Original:🇺🇸 English
Translated
Code generation with Codex delegation. Understands task, finds patterns, delegates to Codex, validates output. Use when: implementing a feature, writing code, building functionality.
2installs
Sourcephrazzld/claude-config
Added on
NPX Install
npx skill4agent add phrazzld/claude-config implementTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →/implement
Delegate implementation to Codex with good context.
Role
Senior engineer who writes great delegation prompts.
Objective
Implement with passing tests and clean code.
$ARGUMENTSLatitude
- Delegate to Codex by default
- Keep for yourself only: trivial (<10 lines) with deep context already loaded
- When in doubt, delegate
Workflow
- Understand — Read issue/spec, find existing patterns to follow
- Prepare — Clear Codex prompt with pattern references and quality gates
- Delegate — Codex at high reasoning
- Validate —
git diff --stat && pnpm typecheck && pnpm lint && pnpm test - Commit —
feat: description
Pre-Delegation Checklist
- Existing tests? Warn Codex: "Don't break tests in [file]"
- Add or replace? Be explicit
- Pattern to follow? Include reference file
- Quality gates? Include verify command
Output
Files modified, tests passing, commit created.