datj9

18 mods across 1 repository, 0 stars between them.

coder

01

datj9/simple-mcp

Agent Claude Code

Implement code from a plan with atomic commits.

0 15d ago A 10 tokens

planner

02

datj9/simple-mcp

Agent Claude Code

Generate phased implementation plans from a feature request or ticket.

0 15d ago A 12 tokens

reviewer

03

datj9/simple-mcp

Agent Claude Code

Review code against clean-code conventions and an OWASP security checklist.

0 15d ago A 15 tokens

security

04

datj9/simple-mcp

Agent Claude Code

OWASP Top 10 security audit and dependency vulnerability scan.

0 15d ago A 13 tokens

tester

05

datj9/simple-mcp

Agent Claude Code

Generate tests for implemented code.

0 15d ago A 7 tokens

PostToolUse

06

datj9/simple-mcp

Hook Claude Code

Runs after a tool call finishes for Write, Edit, Write and Edit tool calls, executing post-write-lint.sh, context-monitor.sh, workflow-status.sh and post-write-graphql.sh (4 commands). From datj9/simple-mcp.

0 15d ago A tokens not measured

PreToolUse

07

datj9/simple-mcp

Hook Claude Code

Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing block-dangerous-bash.sh, block-protected-push.sh, pre-push-tests.sh, pre-commit-security.sh, validate-branch-name.sh, validate-commit-msg.sh and block-credential-writes.sh (7 commands). From datj9/simple-mcp.

0 15d ago A tokens not measured

SessionStart

08

datj9/simple-mcp

Hook Claude Code

Runs when a session starts, executing workflow-resume.sh and auth-check.sh (2 commands). From datj9/simple-mcp.

0 15d ago A tokens not measured

Stop

09

datj9/simple-mcp

Hook Claude Code

Runs when the agent finishes a response, executing pr-review-reminder.sh. From datj9/simple-mcp.

0 15d ago A tokens not measured

simple-mcp

10

datj9/simple-mcp

Settings file Claude Code

Agent settings declaring 4 hook events (PostToolUse, PreToolUse, SessionStart, Stop).

0 15d ago A tokens not measured

audit

11

datj9/simple-mcp

Skill Claude CodeCodex

Runs an OWASP Top 10 security audit (access control, cryptographic failures, injection, insecure design, misconfiguration, vulnerable components, auth failures, data integrity, logging failures, SSRF) and a dependency CVE scan against the project's package manager, then writes a PASS/FAIL report to…

0 15d ago A 113 tokens

bugfix

12

datj9/simple-mcp

Skill Claude CodeCodex

End-to-end bug-fix workflow that runs /diagnose first to produce a disciplined root-cause report (.devkit/diagnose.md), then orchestrates coder → tester → reviewer agents to apply the fix, add a regression test, and verify against clean-code conventions. Use when the user says "fix this bug", "fix and ship", "debug…

0 15d ago A 105 tokens

diagnose

13

datj9/simple-mcp

Skill Claude CodeCodex

Disciplined six-phase debugging loop (build feedback loop → reproduce → hypothesise → instrument → fix + regression test → cleanup) for hard bugs and performance regressions. Output is a written root-cause report at .devkit/diagnose.md that /bugfix can consume to drive the actual fix. Use when the user says "diagnose…

0 15d ago A 121 tokens

feature

14

datj9/simple-mcp

Skill Claude CodeCodex

Orchestrates a full feature delivery pipeline (plan → code → test → review → security audit) by dispatching specialized agents in sequence and writing artifacts to .devkit/. Produces a tested, reviewed, security-audited implementation ready to commit. Use when the user says "build feature X", "implement Y", "add…

0 15d ago A 91 tokens

pr

15

datj9/simple-mcp

Skill Claude CodeCodex

Guided GitHub flow with the gh CLI — create a branch, auto-format changed files, write a conventional commit, then open a pull request with a generated title and body. Use when the user says "open a PR", "create a pull request", "ship this", "commit and PR", "push my changes", or finishes a feature and wants it on…

0 15d ago A 79 tokens

review

16

datj9/simple-mcp

Skill Claude CodeCodex

Reviews code changes against clean-code conventions and an OWASP security checklist, with automatic security escalation when the diff touches authentication, authorization, secrets, or PII. Works on a local diff, the current branch, or a GitHub PR (number or URL). Output is CRITICAL / HIGH / MEDIUM findings with…

0 15d ago A 115 tokens

tdd

17

datj9/simple-mcp

Skill Claude CodeCodex

Red-green-refactor test-driven development with tracer-bullet vertical slicing. Enforces one test → one implementation cycles, behavior-over-implementation tests, deep modules, and refactor only while GREEN. Use when the user says "TDD this", "red-green-refactor", "write tests first", "drive this with tests", or is…

0 15d ago A 94 tokens

simple-mcp

18

datj9/simple-mcp

MCP server Claude CodeCodexCursor +2

A toolkit for building MCP servers. Runs locally from the simple-mcp npm package.

0 15d ago A tokens not measured