mtvrkan/senior-dev-kit

A Claude Code configuration kit that makes the assistant behave like a senior engineering team instead of an eager junior.

5Stars on the repository
45Mods indexed here, across every type
12d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ROUTING

01

mtvrkan/senior-dev-kit

Agent

Highest-priority signal wins. Read top-to-bottom; stop at the first match.

5 12d ago A 0 tokens original MIT

bug-hunter

02

mtvrkan/senior-dev-kit

Agent

Use for localized bugs, runtime errors, failing tests, console errors, regressions, or broken behavior where root cause can be isolated. Escalate protected areas.

5 12d ago A 37 tokens original MIT

db-guard

03

mtvrkan/senior-dev-kit

Agent

Use for database schema changes, data modeling, ORM queries, indexes, constraints, transactions, and migration deployment safety (destructive changes, rollback, backward compatibility, production risk, deployment order, backups). Read-only — produces a plan, waits for approval; never executes migrations.

5 12d ago A 59 tokens original MIT

design-lead

04

mtvrkan/senior-dev-kit

Agent

Use when a project's visual design has to be decided rather than matched — a first page or screen with no DESIGN-SPEC.md, a redesign, a brief with references or brand assets, or "make it look like its own product". Produces the direction, the tokens and the signature moment; hands construction to ui-fixer.

5 12d ago A 70 tokens original MIT

devops-guard

05

mtvrkan/senior-dev-kit

Agent

CI/CD, Docker, Terraform, Kubernetes, and infrastructure change guardian — plans first, requires explicit approval for destructive or production-affecting changes. Use for: GitHub Actions, GitLab CI, K8s manifests, Helm charts, docker-compose, deployment scripts.

5 12d ago A 59 tokens original MIT

performance-guard

06

mtvrkan/senior-dev-kit

Agent

Use for slow queries, N+1, bundle size, caching, render loops, memory leaks, latency, and expensive computations.

5 12d ago A 30 tokens original MIT

security-guard

07

mtvrkan/senior-dev-kit

Agent

Use for auth, authorization, payment, billing, input validation, secrets, injection risks, session/token handling, rate limiting, sensitive data, and security reviews — plus tool-driven dependency, secret, SAST, and container/filesystem scans. Read-only by default — delegates implementation to senior-engineer.

5 12d ago A 64 tokens original MIT

senior-engineer

08

mtvrkan/senior-dev-kit

Agent

Use for scoped medium feature implementation or safe refactors requiring multiple files, tests, and existing project patterns. Do not use for critical protected changes without a plan.

5 12d ago A 37 tokens original MIT

ui-fixer

09

mtvrkan/senior-dev-kit

Agent

Use for low-risk frontend-only UI changes — modals, buttons, layout, responsive styling, Tailwind/CSS, component polish, new pages, new screens. Do not use for backend, auth, payment, database, migrations, secrets, or CI.

5 12d ago A 56 tokens original MIT