byerlikaya
01Plugin Claude Code
Barış Yerlikaya's Claude Code plugins — starting with the Agentic Working Kit.
Plugin Claude Code
Barış Yerlikaya's Claude Code plugins — starting with the Agentic Working Kit.
Agent
Senior .NET backend expert. Applies the project's backend-pattern skill (devarch-module = MediatR CQRS / IResult / AOP by default; a project may declare its own). Use proactively — owns server behaviour: endpoints, handlers, validators, controllers, business rules, integrations. Any request about it is yours whatever…
Agent
Commit message specialist (thin trigger). Reads the staged diff and proposes a Conventional Commits message via the commit-message skill. Writes no source; commits only with user approval.
Agent
PostgreSQL + EF Core + Redis data-layer expert. Applies the db-migration skill. Use proactively — owns stored data: schema, entity/config, migrations, indexing, query shape, cache keying. Any request about it is yours whatever its size or wording.
Agent
Ops/DevOps expert. Use proactively for CI pipelines, safe deployment/release to servers, and production incident response and blameless postmortems. Deploy is DESTRUCTIVE and OUTWARD-FACING — no unapproved release to prod (§4.4).
Agent
Stack-agnostic frontend expert — web (React/Next/Vue/Svelte/Angular), mobile (React Native/Flutter), desktop. The "how" lives in the frontend skill (mobile: frontend-rn-expo). Use proactively — owns everything the user sees or interacts with: screens, components, navigation, client state, i18n, accessibility…
Agent
Performance auditor. Use proactively when a change touches a hot path, a query/loop, a render path, a large payload, or when something is reported slow. Produces measured findings via performance; writes no fix.
Agent
Planning specialist. Use proactively before implementing a feature whose scope or acceptance criteria are unclear: task breakdown + acceptance criteria + dependency order, via the spec-planning skill. Plans; does not write code.
Agent
Privacy auditor for the regimes the project declares (KVKK/GDPR by default). Use proactively when personal data, legal basis/consent, data minimisation, retention, transparency, data-subject rights, or cross-border transfer are touched. Findings + fixes via privacy-compliance; writes no code.
Agent
Code review specialist. Use immediately after writing or modifying a nontrivial diff: audits whether it improves the system's code health, against the four principles (simplicity, surgical change, readability, altitude). Findings via code-review-csk; writes no code.
Agent
Security review expert. Use proactively whenever auth/authz, anonymous/token flows, secret leakage, injection, weak crypto, IDOR, rate limits, or tamper surface are touched. Findings + fixes via security-scan (plus sonarqube-check where used); writes no code.
Agent
Session/context health auditor. At every task close, evaluates context fill and appends the one-line status + recommendation to the END of the reply. Evaluates only; writes no code.
Agent
Test expert. Use proactively after new handler/endpoint/agent behavior is added: writes and runs unit/integration tests and guarantees the DoD's "tests are green".
Command
Team board — see who holds which item, claim one, hand it over, complete it.
Command
Diverge before planning — turn a fuzzy ask into scoped options and a chosen direction.
Command
Health-check the installed kit — hooks executable, core.hooksPath set, gates wired, discipline loaded.
Command
Gate report — what the tool-level gates actually did, and which rules nothing has tripped.
Command
Session handover — SESSIONSTATE.md + /clear suggestion.
Command
Spec-first planning — break down ambiguously scoped work with planner-csk.
Command
Review pass — review + security + quality gates.
Command
DoD gate + commit proposal (waits for approval).
Command
Author or change a kit component (skill / agent / command) against the template and its gates.
Command
Check for a newer kit version, update, report what changed, then prompt /compact to reload.
Skill Claude CodeCodex
Frontend accessibility audit (WCAG): semantic HTML, keyboard access, focus management, contrast, ARIA, screen readers. Use when building or changing UI, or before shipping a user-facing screen.