mtvrkan

45 mods across 1 repository, 5 stars between them.

senior-dev-kit

01

mtvrkan/senior-dev-kit

Plugin Claude Code

Senior Dev Kit — a senior engineering team for Claude Code.

5 12d ago A tokens not measured original MIT

senior-dev-kit

02

mtvrkan/senior-dev-kit

Plugin Claude Code

Guard agents, auto-triggered skills and path-scoped rules that make Claude Code behave like a senior engineering team.

5 12d ago A tokens not measured original MIT

mtvrkan/senior-dev-kit

Instructions file

Instructions for mtvrkan/senior-dev-kit, covering senior-dev-kit — repo claude.md, commands, conventions, effort strategy and context budget (this dev's environment only).

5 12d ago A 1,672 tokens original MIT

ROUTING

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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

a11y-check

14

mtvrkan/senior-dev-kit

Command

Audit built UI against WCAG 2.2 AA — keyboard, focus, contrast, state announcement, targets, reflow.

5 12d ago A 26 tokens original MIT

arch-check

16

mtvrkan/senior-dev-kit

Command

Audit architecture integrity — boundary violations, dependency direction, mixed patterns, contract drift.

5 12d ago A 16 tokens original MIT

design-check

17

mtvrkan/senior-dev-kit

Command

Audit built UI for design-direction adherence, generic-output tells, and layout monotony.

5 12d ago A 17 tokens original MIT

seo-check

18

mtvrkan/senior-dev-kit

Command

Audit the project for SEO, AEO, Core Web Vitals, and technical SEO issues.

5 12d ago A 19 tokens original MIT

skills-guide

19

mtvrkan/senior-dev-kit

Command

List all installed Senior Dev Kit skills and when each one auto-triggers.

5 12d ago A 15 tokens original MIT

SessionStart

20

mtvrkan/senior-dev-kit

Hook

Runs when a session starts, executing session-context.mjs via node. From mtvrkan/senior-dev-kit.

5 12d ago A tokens not measured copy · 53% MIT

api-design

21

mtvrkan/senior-dev-kit

Skill Claude CodeCodex

Use for designing REST/GraphQL API contracts before implementing, and for planning breaking-change version transitions (v1→v2, deprecations). No code edits.

5 12d ago A 37 tokens original MIT

bug-fix

22

mtvrkan/senior-dev-kit

Skill Claude CodeCodex

Use for localized bugs, runtime errors, white screens, failing tests, console errors, and regressions. Make the smallest safe fix.

5 12d ago A 31 tokens original MIT

code-review

23

mtvrkan/senior-dev-kit

Skill Claude CodeCodex

Use to review diffs without editing code. Focus on bugs, regressions, security risks, data loss, missing validation, missing tests, and performance risks.

5 12d ago A 35 tokens original MIT

codebase-overview

24

mtvrkan/senior-dev-kit

Skill Claude CodeCodex

Use to generate or refresh a codebase architecture overview — directory map, data flow, key component responsibilities — so future research reuses it instead of rediscovering the codebase.

5 12d ago A 41 tokens original MIT