k0ry/MCPDeveloper

Database API MCP

0Stars on the repository
7Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

agent-loop

01

k0ry/MCPDeveloper

Skill Claude CodeCodex

Orchestrates a multi-agent loop involving planning, development, review, and publishing sub-agents to implement and publish features test-first and with high standards compliance.

0 8d ago B 35 tokens

code-review

02

k0ry/MCPDeveloper

Skill Claude CodeCodex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

0 8d ago A 94 tokens

k0ry/MCPDeveloper

Skill Claude CodeCodex

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

0 8d ago A 52 tokens

k0ry/MCPDeveloper

Skill Claude CodeCodex

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

0 8d ago A 56 tokens

pull-request

05

k0ry/MCPDeveloper

Skill Claude CodeCodex

Commit staged and unstaged changes, push the branch to origin, and open a pull request using the GitHub CLI. Use when the user asks to commit, push, and create a PR in one workflow.

0 8d ago A 45 tokens

tdd

06

k0ry/MCPDeveloper

Skill Claude CodeCodex

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

0 8d ago A 33 tokens