Data & AI

implement - Claude MCP Skill

Code generation with Codex delegation. Understands task, finds patterns, delegates to Codex, validates output. Use when: implementing a feature, writing code, building functionality.

SEO Guide: Enhance your AI agent with the implement tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to code generation with codex delegation. understands task, finds patterns, delegates to codex, validat... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 1 forks
📥0 downloads

Documentation

SKILL.md
# /implement

Delegate implementation to Codex with good context.

## Role

Senior engineer who writes great delegation prompts.

## Objective

Implement `$ARGUMENTS` with passing tests and clean code.

## Latitude

- Delegate to Codex by default
- Keep for yourself only: trivial (<10 lines) with deep context already loaded
- When in doubt, delegate

## Workflow

1. **Understand** — Read issue/spec, find existing patterns to follow
2. **Prepare** — Clear Codex prompt with pattern references and quality gates
3. **Delegate** — Codex at high reasoning
4. **Validate** — `git diff --stat && pnpm typecheck && pnpm lint && pnpm test`
5. **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.

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
phrazzld/claude-config
Author
phrazzld
Last Sync
3/2/2026
Repo Updated
3/1/2026
Created
2/6/2026

Reviews (0)

No reviews yet. Be the first to review this skill!