byerlikaya

60 mods across 1 repository, 22 stars between them.

performance

49

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.

22 4d ago A 62 tokens original MIT

privacy-compliance

50

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.

22 4d ago C 45 tokens original MIT

red-team

51

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.

22 4d ago A 39 tokens original MIT

reflect

52

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.

22 4d ago A 47 tokens original MIT

release

53

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.

22 4d ago A 46 tokens original MIT

security-scan

54

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.

22 4d ago A 54 tokens original MIT

sonarqube-check

55

byerlikaya/claude-starter-kit

Skill Claude CodeCodex

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.

22 4d ago A 64 tokens original MIT

spec-planning

56

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.

22 4d ago A 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.

22 4d ago A 55 tokens original MIT

teamboard

58

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.

22 4d ago A 38 tokens original MIT

testing

59

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.

22 4d ago A 61 tokens original MIT

threat-model

60

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.

22 4d ago A 65 tokens original MIT