byerlikaya/claude-starter-kit

Enterprise engineering workflow for Claude Code — not just prompts. AI agents that plan, build, audit, and ship with security gates, privacy checks, and approval-controlled commits. Safely adopt it into new or existing repositories.

22Stars on the repository
69Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

observability

25

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Stack-agnostic observability: structured logs, correlation ids, metrics and traces; no PII or secrets in logs. Makes a production issue traceable to why it happened. Use when adding a log line, an error path, a metric, or when an incident could not be traced.

not rated 22 today A 62 tokens original MIT

performance

26

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Stack-agnostic performance: measure first, find the bottleneck, then optimise. N+1, needless allocation, wrong async boundary, missing index/cache, heavy payload. No premature optimisation. Use when something is slow, before optimising anything, and when a change touches a hot path.

not rated 22 today A 62 tokens original MIT

privacy-compliance

27

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

KVKK/GDPR audit method: data inventory, purpose/basis/retention, minimisation, consent, transparency, data-subject rights, cross-border transfer. privacy-agent-csk applies it.

not rated 22 today C 45 tokens original MIT

red-team

28

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Attacker's-eye test of LLM/agent defenses: instruction hijacking, data exfiltration and tool abuse through untrusted content; verifies whether the defense actually holds.

not rated 22 today A 39 tokens original MIT

reflect

29

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Retrospective self-audit after nontrivial work: unverified assumptions, skipped items, is-this-the-right- approach — findings, not code. The step-back counterpart to iterate's refine-to-done loop.

not rated 22 today A 47 tokens original MIT

release

30

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Versioning and CHANGELOG: SemVer mapped from Conventional Commits, Keep a Changelog format, tagging, pre-release gates. Use when cutting a version: bumping, writing the CHANGELOG entry, or tagging.

not rated 22 today A SkillSpector: warn 46 tokens original MIT

security-scan

31

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Stack-agnostic security audit: map the attack surface, trace untrusted input to dangerous calls, surface dependency and configuration flaws. Severity-ranked report with fixes. Use when auth, input handling, secrets or dependencies change, and before a release.

not rated 22 today A 54 tokens original MIT

sonarqube-check

32

byerlikaya/claude-starter-kit

Skill Claude CodeCodex needs its repo

SonarQube quality gate, any language, no company server needed: run SonarQube Community Build locally (Docker), read the real gate + issues, fix by rule id, re-scan and diff. A linter's green build is a pre-check, never the gate.

not rated 22 today A SkillSpector: warn 64 tokens original MIT

spec-planning

33

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Spec-first planning: task breakdown, measurable acceptance criteria, dependency order, risk priority. planner-csk applies it; the plan goes to docs/PLAN.md. Use when the scope is unclear or the work spans more than one change.

not rated 22 today A SkillSpector: warn 51 tokens original MIT

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Root-cause a bug before touching a fix: reproduce, isolate, form and test a hypothesis, confirm the cause, then fix and verify. Stops guess-driven patching. For persistent, intermittent, or "already tried a few things" bugs.

not rated 22 today A 55 tokens original MIT

teamboard

35

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Shared team board: claim a work item before starting, hand it over, finish it. The claim is a git-ref lock, so two people cannot take the same item.

not rated 22 today A SkillSpector: warn 38 tokens original MIT

testing

36

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

The how of testing: pyramid, AAA, isolation, risk coverage, determinism. Guarantees the DoD's "tests are green". test-expert-csk applies it. Use when writing or changing tests, or when a suite is flaky, slow or green for the wrong reason.

not rated 22 today A 61 tokens original MIT

threat-model

37

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Scope a security audit BEFORE scanning, to cut false positives: map assets, entry points, trust boundaries and 5-8 domain-specific attack classes into a parseable THREATMODEL.md. A threat survives a patch; a vulnerability is only evidence for one. Feeds security-scan.

not rated 22 today A 65 tokens original MIT

token-budget

38

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Context/token discipline: subagent isolation, output = summary, move-to-file, delegation threshold, lean skills.

not rated 22 today A 25 tokens original MIT

trace-scan

39

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Trace scan (§4.1/§4.2): before a commit, scans the staged changes and the message for AI traces (co-author trailers, footers, robot emoji, tool names) and vendor template names. The git hooks apply it automatically.

not rated 22 today B 58 tokens original MIT

worktree

40

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

Isolate risky or parallel file-mutating work in a git worktree so the main tree's uncommitted changes are never clobbered. For fan-out agents that edit files, throwaway experiments, or any change you may want to discard cleanly.

not rated 22 today A 56 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: