byerlikaya/claude-starter-kit

81 agent markdown files indexed from byerlikaya/claude-starter-kit. Install any of them pinned to an exact hash with mdr add byerlikaya/claude-starter-kit/<name>.

CLAUDE.md@claude-starter claude
byerlikaya/claude-starter-kit · claude-starter/CLAUDE.md
git:20260923.b4dbd68 · audit C · 24 stars
a11y skill
byerlikaya/claude-starter-kit · claude-starter/skills/a11y/SKILL.md · Frontend accessibility audit (WCAG): semantic HTML, keyboard access, focus management, contrast, ARIA, screen…
git:20260826.c9e7ffc · audit A · 24 stars
adr skill
byerlikaya/claude-starter-kit · claude-starter/skills/adr/SKILL.md · Architecture Decision Record: context-decision-consequences, for decisions that are expensive to reverse. Written under…
git:20260915.fb1cb1d · audit A · 24 stars
api-design skill
byerlikaya/claude-starter-kit · claude-starter/skills/api-design/SKILL.md · API contract design: resource naming, error model, versioning, pagination, backward compatibility, OpenAPI. A…
git:20260826.c9e7ffc · audit A · 24 stars
automode-policy skill
byerlikaya/claude-starter-kit · claude-starter/skills/automode-policy/SKILL.md · Auto-mode classifier config: inspect what the classifier that now answers permission prompts is configured with, and…
git:20260921.79bd625 · audit A · 24 stars
brainstorm skill
byerlikaya/claude-starter-kit · claude-starter/skills/brainstorm/SKILL.md · Divergent discovery BEFORE planning: turn a fuzzy ask into 2–4 scoped options + named unknowns, pick a direction, hand…
git:20260730.0bf7183 · audit A · 24 stars
ci-pipeline skill
byerlikaya/claude-starter-kit · claude-starter/skills/ci-pipeline/SKILL.md · CI pipeline discipline: lint→build→test→quality→security, fail-fast, deterministic build, secret handling, PR gates.
git:20260826.c9e7ffc · audit A · 24 stars
code-review-csk skill
byerlikaya/claude-starter-kit · claude-starter/skills/code-review-csk/SKILL.md · Code review discipline: severity-ranked, reasoned feedback on whether a change improves the system's overall code…
git:20260920.bb83ce5 · audit A · 24 stars
commit-message skill
byerlikaya/claude-starter-kit · claude-starter/skills/commit-message/SKILL.md · Conventional Commits: reads the staged diff and proposes `type(scope): summary`, with body/footer when needed. One…
git:20260915.5c92e35 · audit A · 24 stars
confidence-check skill
byerlikaya/claude-starter-kit · claude-starter/skills/confidence-check/SKILL.md · Readiness gate BEFORE writing implementation code: does this already exist, does it fit the project's architecture, is…
git:20260915.7dd9d56 · audit A · 24 stars
cqrs-aop-module skill
byerlikaya/claude-starter-kit · claude-starter/skills/cqrs-aop-module/SKILL.md · Default .NET backend pattern: MediatR CQRS handler/command/query, IResult/IDataResult, Autofac AOP…
git:20260921.f91c7a3 · audit A · 24 stars
db-migration skill
byerlikaya/claude-starter-kit · claude-starter/skills/db-migration/SKILL.md · Apply schema migrations safely: detect the tool, classify the change by risk, gate destructive ones behind approval…
git:20260826.c9e7ffc · audit A · 24 stars
dependency-audit skill
byerlikaya/claude-starter-kit · claude-starter/skills/dependency-audit/SKILL.md · Dependency risk assessment, read-only: known CVEs, deprecated packages, licence compliance, maintenance status…
git:20260826.c9e7ffc · audit A · 24 stars
dependency-upgrade skill
byerlikaya/claude-starter-kit · claude-starter/skills/dependency-upgrade/SKILL.md · Bring dependencies current without breaking the build: find what is vulnerable, deprecated or behind, classify each…
git:20260730.0bf7183 · audit A · 24 stars
deploy skill
byerlikaya/claude-starter-kit · claude-starter/skills/deploy/SKILL.md · Ship a build reversibly — to a host you manage or a platform that manages it. Pick the topology first, keep the…
git:20260920.d8c20f9 · audit A · 24 stars
docs-writer skill
byerlikaya/claude-starter-kit · claude-starter/skills/docs-writer/SKILL.md · Keeps documentation in sync with the code: README, usage and related docs when a public API or behavior changes. Leaves…
git:20260730.0bf7183 · audit A · 24 stars
eval-grader skill
byerlikaya/claude-starter-kit · claude-starter/skills/eval-grader/SKILL.md · Measure output quality, don't vibe it: score a generative task with a two-layer grader — deterministic code metrics +…
git:20260730.0bf7183 · audit A · 24 stars
frontend-design skill
byerlikaya/claude-starter-kit · claude-starter/skills/frontend-design/SKILL.md · Visual and UX design quality for interfaces: hierarchy, spacing rhythm, typographic scale, a restrained color system…
git:20260826.7b4110a · audit A · 24 stars
frontend-rn-expo skill
byerlikaya/claude-starter-kit · claude-starter/skills/frontend-rn-expo/SKILL.md · OPTIONAL, stack-specific: React Native + Expo (prebuild). Mobile RN projects only; the generic principles live in the…
git:20260730.0bf7183 · audit A · 24 stars
frontend skill
byerlikaya/claude-starter-kit · claude-starter/skills/frontend/SKILL.md · Stack-agnostic frontend discipline (web · mobile · desktop): component structure, state, data…
git:20260826.7b4110a · audit A · 24 stars
handoff skill
byerlikaya/claude-starter-kit · claude-starter/skills/handoff/SKILL.md · Session handover: when context fills, a phase closes, or the topic changes, write an action-oriented handover to…
git:20260826.c9e7ffc · audit A · 24 stars
i18n-integrity skill
byerlikaya/claude-starter-kit · claude-starter/skills/i18n-integrity/SKILL.md · Translation integrity: every key present in every language, no hardcoded strings, consistent placeholders and plurals…
git:20260826.c9e7ffc · audit A · 24 stars
incident-runbook skill
byerlikaya/claude-starter-kit · claude-starter/skills/incident-runbook/SKILL.md · Production incident response: diagnose → mitigate → resolve, then a blameless postmortem and a repeatable runbook. Stop…
git:20260826.c9e7ffc · audit A · 24 stars
iterate skill
byerlikaya/claude-starter-kit · claude-starter/skills/iterate/SKILL.md · Refine-to-Done loop: repeat until tests green + review clean + nothing deferred; bounded. Not the harness /loop.
git:20260730.0bf7183 · audit A · 24 stars
mcp-builder skill
byerlikaya/claude-starter-kit · claude-starter/skills/mcp-builder/SKILL.md · Build a Model Context Protocol (MCP) server so an AI client can call your tools/resources: design tool schemas, pick a…
git:20260920.b37a6a0 · audit A · 24 stars
observability skill
byerlikaya/claude-starter-kit · claude-starter/skills/observability/SKILL.md · Stack-agnostic observability: structured logs, correlation ids, metrics and traces; no PII or secrets in logs. Makes a…
git:20260826.2310e7b · audit A · 24 stars
performance skill
byerlikaya/claude-starter-kit · claude-starter/skills/performance/SKILL.md · Stack-agnostic performance: measure first, find the bottleneck, then optimise. N+1, needless allocation, wrong async…
git:20260826.c9e7ffc · audit A · 24 stars
privacy-compliance skill
byerlikaya/claude-starter-kit · claude-starter/skills/privacy-compliance/SKILL.md · KVKK/GDPR audit method: data inventory, purpose/basis/retention, minimisation, consent, transparency, data-subject…
git:20260826.c9e7ffc · audit A · 24 stars
red-team skill
byerlikaya/claude-starter-kit · claude-starter/skills/red-team/SKILL.md · Attacker's-eye test of LLM/agent defenses: instruction hijacking, data exfiltration and tool abuse through untrusted…
git:20260920.b37a6a0 · audit B · 24 stars
reflect skill
byerlikaya/claude-starter-kit · claude-starter/skills/reflect/SKILL.md · Retrospective self-audit after nontrivial work: unverified assumptions, skipped items, is-this-the-right- approach —…
git:20260730.b9a0740 · audit A · 24 stars
release skill
byerlikaya/claude-starter-kit · claude-starter/skills/release/SKILL.md · Versioning and CHANGELOG: SemVer mapped from Conventional Commits, Keep a Changelog format, tagging, pre-release…
git:20260918.25cfd7a · audit A · 24 stars
security-scan skill
byerlikaya/claude-starter-kit · claude-starter/skills/security-scan/SKILL.md · Stack-agnostic security audit: map the attack surface, trace untrusted input to dangerous calls, surface dependency and…
git:20260917.265f088 · audit A · 24 stars
sonarqube-check skill
byerlikaya/claude-starter-kit · claude-starter/skills/sonarqube-check/SKILL.md · SonarQube quality gate, any language, no company server needed: run SonarQube Community Build locally (Docker), read…
git:20260920.bb83ce5 · audit A · 24 stars
spec-planning skill
byerlikaya/claude-starter-kit · claude-starter/skills/spec-planning/SKILL.md · Spec-first planning: task breakdown, measurable acceptance criteria, dependency order, risk priority. planner-csk…
git:20260917.265f088 · audit A · 24 stars
systematic-debugging skill
byerlikaya/claude-starter-kit · claude-starter/skills/systematic-debugging/SKILL.md · Root-cause a bug before touching a fix: reproduce, isolate, form and test a hypothesis, confirm the cause, then fix and…
git:20260730.0bf7183 · audit A · 24 stars
teamboard skill
byerlikaya/claude-starter-kit · claude-starter/skills/teamboard/SKILL.md · Shared team board: claim a work item before starting, hand it over, finish it. The claim is a git-ref lock, so two…
git:20260920.64d85fa · audit A · 24 stars
testing skill
byerlikaya/claude-starter-kit · claude-starter/skills/testing/SKILL.md · The how of testing: pyramid, AAA, isolation, risk coverage, determinism. Guarantees the DoD's "tests are green"…
git:20260826.c9e7ffc · audit A · 24 stars
threat-model skill
byerlikaya/claude-starter-kit · claude-starter/skills/threat-model/SKILL.md · Scope a security audit BEFORE scanning, to cut false positives: map assets, entry points, trust boundaries and 5-8…
git:20260730.0bf7183 · audit A · 24 stars
token-budget skill
byerlikaya/claude-starter-kit · claude-starter/skills/token-budget/SKILL.md · Context/token discipline: subagent isolation, output = summary, move-to-file, delegation threshold, lean skills.
git:20260915.5c92e35 · audit A · 24 stars
trace-scan skill
byerlikaya/claude-starter-kit · claude-starter/skills/trace-scan/SKILL.md · Trace scan (§4.1/§4.2): before a commit, scans the staged changes and the message for AI traces (co-author trailers…
git:20260730.0bf7183 · audit A · 24 stars
worktree skill
byerlikaya/claude-starter-kit · claude-starter/skills/worktree/SKILL.md · Isolate risky or parallel file-mutating work in a git worktree so the main tree's uncommitted changes are…
git:20260730.0bf7183 · audit A · 24 stars
a11y skill
byerlikaya/claude-starter-kit · plugin/skills/a11y/SKILL.md · Frontend accessibility audit (WCAG): semantic HTML, keyboard access, focus management, contrast, ARIA, screen…
git:20260826.c9e7ffc · audit A · 24 stars
adr skill
byerlikaya/claude-starter-kit · plugin/skills/adr/SKILL.md · Architecture Decision Record: context-decision-consequences, for decisions that are expensive to reverse. Written under…
git:20260915.fb1cb1d · audit A · 24 stars
api-design skill
byerlikaya/claude-starter-kit · plugin/skills/api-design/SKILL.md · API contract design: resource naming, error model, versioning, pagination, backward compatibility, OpenAPI. A…
git:20260826.c9e7ffc · audit A · 24 stars
automode-policy skill
byerlikaya/claude-starter-kit · plugin/skills/automode-policy/SKILL.md · Auto-mode classifier config: inspect what the classifier that now answers permission prompts is configured with, and…
git:20260921.79bd625 · audit A · 24 stars
brainstorm skill
byerlikaya/claude-starter-kit · plugin/skills/brainstorm/SKILL.md · Divergent discovery BEFORE planning: turn a fuzzy ask into 2–4 scoped options + named unknowns, pick a direction, hand…
git:20260730.0bf7183 · audit A · 24 stars
ci-pipeline skill
byerlikaya/claude-starter-kit · plugin/skills/ci-pipeline/SKILL.md · CI pipeline discipline: lint→build→test→quality→security, fail-fast, deterministic build, secret handling, PR gates.
git:20260826.c9e7ffc · audit A · 24 stars
code-review-csk skill
byerlikaya/claude-starter-kit · plugin/skills/code-review-csk/SKILL.md · Code review discipline: severity-ranked, reasoned feedback on whether a change improves the system's overall code…
git:20260920.bb83ce5 · audit A · 24 stars
commit-message skill
byerlikaya/claude-starter-kit · plugin/skills/commit-message/SKILL.md · Conventional Commits: reads the staged diff and proposes `type(scope): summary`, with body/footer when needed. One…
git:20260915.5c92e35 · audit A · 24 stars
confidence-check skill
byerlikaya/claude-starter-kit · plugin/skills/confidence-check/SKILL.md · Readiness gate BEFORE writing implementation code: does this already exist, does it fit the project's architecture, is…
git:20260915.7dd9d56 · audit A · 24 stars
cqrs-aop-module skill
byerlikaya/claude-starter-kit · plugin/skills/cqrs-aop-module/SKILL.md · Default .NET backend pattern: MediatR CQRS handler/command/query, IResult/IDataResult, Autofac AOP…
git:20260921.f91c7a3 · audit A · 24 stars
db-migration skill
byerlikaya/claude-starter-kit · plugin/skills/db-migration/SKILL.md · Apply schema migrations safely: detect the tool, classify the change by risk, gate destructive ones behind approval…
git:20260826.c9e7ffc · audit A · 24 stars
dependency-audit skill
byerlikaya/claude-starter-kit · plugin/skills/dependency-audit/SKILL.md · Dependency risk assessment, read-only: known CVEs, deprecated packages, licence compliance, maintenance status…
git:20260826.c9e7ffc · audit A · 24 stars
dependency-upgrade skill
byerlikaya/claude-starter-kit · plugin/skills/dependency-upgrade/SKILL.md · Bring dependencies current without breaking the build: find what is vulnerable, deprecated or behind, classify each…
git:20260730.0bf7183 · audit A · 24 stars
deploy skill
byerlikaya/claude-starter-kit · plugin/skills/deploy/SKILL.md · Ship a build reversibly — to a host you manage or a platform that manages it. Pick the topology first, keep the…
git:20260920.d8c20f9 · audit A · 24 stars
docs-writer skill
byerlikaya/claude-starter-kit · plugin/skills/docs-writer/SKILL.md · Keeps documentation in sync with the code: README, usage and related docs when a public API or behavior changes. Leaves…
git:20260730.0bf7183 · audit A · 24 stars
eval-grader skill
byerlikaya/claude-starter-kit · plugin/skills/eval-grader/SKILL.md · Measure output quality, don't vibe it: score a generative task with a two-layer grader — deterministic code metrics +…
git:20260730.0bf7183 · audit A · 24 stars
frontend-design skill
byerlikaya/claude-starter-kit · plugin/skills/frontend-design/SKILL.md · Visual and UX design quality for interfaces: hierarchy, spacing rhythm, typographic scale, a restrained color system…
git:20260826.7b4110a · audit A · 24 stars
frontend-rn-expo skill
byerlikaya/claude-starter-kit · plugin/skills/frontend-rn-expo/SKILL.md · OPTIONAL, stack-specific: React Native + Expo (prebuild). Mobile RN projects only; the generic principles live in the…
git:20260730.0bf7183 · audit A · 24 stars
frontend skill
byerlikaya/claude-starter-kit · plugin/skills/frontend/SKILL.md · Stack-agnostic frontend discipline (web · mobile · desktop): component structure, state, data…
git:20260826.7b4110a · audit A · 24 stars
handoff skill
byerlikaya/claude-starter-kit · plugin/skills/handoff/SKILL.md · Session handover: when context fills, a phase closes, or the topic changes, write an action-oriented handover to…
git:20260826.c9e7ffc · audit A · 24 stars
i18n-integrity skill
byerlikaya/claude-starter-kit · plugin/skills/i18n-integrity/SKILL.md · Translation integrity: every key present in every language, no hardcoded strings, consistent placeholders and plurals…
git:20260826.c9e7ffc · audit A · 24 stars
incident-runbook skill
byerlikaya/claude-starter-kit · plugin/skills/incident-runbook/SKILL.md · Production incident response: diagnose → mitigate → resolve, then a blameless postmortem and a repeatable runbook. Stop…
git:20260826.c9e7ffc · audit A · 24 stars
iterate skill
byerlikaya/claude-starter-kit · plugin/skills/iterate/SKILL.md · Refine-to-Done loop: repeat until tests green + review clean + nothing deferred; bounded. Not the harness /loop.
git:20260730.0bf7183 · audit A · 24 stars
mcp-builder skill
byerlikaya/claude-starter-kit · plugin/skills/mcp-builder/SKILL.md · Build a Model Context Protocol (MCP) server so an AI client can call your tools/resources: design tool schemas, pick a…
git:20260920.b37a6a0 · audit A · 24 stars
observability skill
byerlikaya/claude-starter-kit · plugin/skills/observability/SKILL.md · Stack-agnostic observability: structured logs, correlation ids, metrics and traces; no PII or secrets in logs. Makes a…
git:20260826.2310e7b · audit A · 24 stars
performance skill
byerlikaya/claude-starter-kit · plugin/skills/performance/SKILL.md · Stack-agnostic performance: measure first, find the bottleneck, then optimise. N+1, needless allocation, wrong async…
git:20260826.c9e7ffc · audit A · 24 stars
privacy-compliance skill
byerlikaya/claude-starter-kit · plugin/skills/privacy-compliance/SKILL.md · KVKK/GDPR audit method: data inventory, purpose/basis/retention, minimisation, consent, transparency, data-subject…
git:20260826.c9e7ffc · audit A · 24 stars
red-team skill
byerlikaya/claude-starter-kit · plugin/skills/red-team/SKILL.md · Attacker's-eye test of LLM/agent defenses: instruction hijacking, data exfiltration and tool abuse through untrusted…
git:20260920.b37a6a0 · audit B · 24 stars
reflect skill
byerlikaya/claude-starter-kit · plugin/skills/reflect/SKILL.md · Retrospective self-audit after nontrivial work: unverified assumptions, skipped items, is-this-the-right- approach —…
git:20260730.b9a0740 · audit A · 24 stars
release skill
byerlikaya/claude-starter-kit · plugin/skills/release/SKILL.md · Versioning and CHANGELOG: SemVer mapped from Conventional Commits, Keep a Changelog format, tagging, pre-release…
git:20260918.25cfd7a · audit A · 24 stars
security-scan skill
byerlikaya/claude-starter-kit · plugin/skills/security-scan/SKILL.md · Stack-agnostic security audit: map the attack surface, trace untrusted input to dangerous calls, surface dependency and…
git:20260917.265f088 · audit A · 24 stars
sonarqube-check skill
byerlikaya/claude-starter-kit · plugin/skills/sonarqube-check/SKILL.md · SonarQube quality gate, any language, no company server needed: run SonarQube Community Build locally (Docker), read…
git:20260920.bb83ce5 · audit A · 24 stars
spec-planning skill
byerlikaya/claude-starter-kit · plugin/skills/spec-planning/SKILL.md · Spec-first planning: task breakdown, measurable acceptance criteria, dependency order, risk priority. planner-csk…
git:20260917.265f088 · audit A · 24 stars
systematic-debugging skill
byerlikaya/claude-starter-kit · plugin/skills/systematic-debugging/SKILL.md · Root-cause a bug before touching a fix: reproduce, isolate, form and test a hypothesis, confirm the cause, then fix and…
git:20260730.0bf7183 · audit A · 24 stars
teamboard skill
byerlikaya/claude-starter-kit · plugin/skills/teamboard/SKILL.md · Shared team board: claim a work item before starting, hand it over, finish it. The claim is a git-ref lock, so two…
git:20260920.64d85fa · audit A · 24 stars
testing skill
byerlikaya/claude-starter-kit · plugin/skills/testing/SKILL.md · The how of testing: pyramid, AAA, isolation, risk coverage, determinism. Guarantees the DoD's "tests are green"…
git:20260826.c9e7ffc · audit A · 24 stars
threat-model skill
byerlikaya/claude-starter-kit · plugin/skills/threat-model/SKILL.md · Scope a security audit BEFORE scanning, to cut false positives: map assets, entry points, trust boundaries and 5-8…
git:20260730.0bf7183 · audit A · 24 stars
token-budget skill
byerlikaya/claude-starter-kit · plugin/skills/token-budget/SKILL.md · Context/token discipline: subagent isolation, output = summary, move-to-file, delegation threshold, lean skills.
git:20260915.5c92e35 · audit A · 24 stars
trace-scan skill
byerlikaya/claude-starter-kit · plugin/skills/trace-scan/SKILL.md · Trace scan (§4.1/§4.2): before a commit, scans the staged changes and the message for AI traces (co-author trailers…
git:20260730.0bf7183 · audit A · 24 stars
worktree skill
byerlikaya/claude-starter-kit · plugin/skills/worktree/SKILL.md · Isolate risky or parallel file-mutating work in a git worktree so the main tree's uncommitted changes are…
git:20260730.0bf7183 · audit A · 24 stars

Source

github.com/byerlikaya/claude-starter-kit · 24 stars · license MIT · pushed 2026-09-23