cloudnative-co/claude-code-starter-kit
Instructions file GitHub Copilot
Instructions for cloudnative-co/claude-code-starter-kit: When reviewing changes in this repository, explicitly check upgrade-path coverage in addition to fresh-install behavior.
cloudnative-co/claude-code-starter-kit
Instructions file GitHub Copilot
Instructions for cloudnative-co/claude-code-starter-kit: When reviewing changes in this repository, explicitly check upgrade-path coverage in addition to fresh-install behavior.
cloudnative-co/claude-code-starter-kit
Instructions file CodexOpenCode
Instructions for cloudnative-co/claude-code-starter-kit, a project described as: One-command setup of a complete Claude Code development environment with interactive wizard.
cloudnative-co/claude-code-starter-kit
Instructions file
Instructions for cloudnative-co/claude-code-starter-kit, covering claude.md, project overview, commands, run setup wizard (interactive) and non-interactive setup.
cloudnative-co/claude-code-starter-kit
Agent
Software architecture specialist for major design decisions, system boundaries, scalability, and migration strategy. Use for complex features or refactors where trade-offs must be explicit.
cloudnative-co/claude-code-starter-kit
Agent
Build and type error resolver for pre-existing or unfamiliar build/test failures that need isolated investigation. Do not auto-delegate errors introduced by changes in the current session — fix those directly in the main context.
cloudnative-co/claude-code-starter-kit
Agent
Code review specialist for significant changes. Reviews diffs for bugs, regressions, security issues, maintainability, and missing tests.
cloudnative-co/claude-code-starter-kit
Agent
Documentation maintenance specialist. Use when code changes require README, guide, runbook, or changelog updates.
cloudnative-co/claude-code-starter-kit
Agent
End-to-end testing specialist for Playwright or equivalent browser tests. Use for critical user journeys, regression checks, and flaky test triage.
cloudnative-co/claude-code-starter-kit
Agent
Planning specialist for multi-step features, migrations, and refactors. Use when implementation order, risk, or ownership is unclear.
cloudnative-co/claude-code-starter-kit
Agent
Refactoring and dead-code cleanup specialist. Use for removing duplication, unused code, stale files, or simplifying implementations after behavior is protected.
cloudnative-co/claude-code-starter-kit
Agent
Security review specialist for changes touching user input, authentication, authorization, secrets, networking, files, payments, or sensitive data.
cloudnative-co/claude-code-starter-kit
Agent
Test-driven development guide. Use when the user explicitly requests TDD or tests-first development, or when building new behavior where test coverage is a stated requirement.
cloudnative-co/claude-code-starter-kit
Command
Audit your personal Claude Code config for outdated, model-babysitting, or redundant instructions.
cloudnative-co/claude-code-starter-kit
Command
Fix build errors by root cause, in batches.
cloudnative-co/claude-code-starter-kit
Command
Record cross-session git milestones. In-session rollback is handled by Claude Code's native checkpoint/rewind (Esc Esc / /rewind) — use this command only for multi-day milestones you want recorded in git.
cloudnative-co/claude-code-starter-kit
Command
Generate, run, or triage end-to-end tests with the e2e-runner agent.
cloudnative-co/claude-code-starter-kit
Command
Define, check, report, or list evals using the eval-harness skill.
cloudnative-co/claude-code-starter-kit
Command
Generate a structured handover document for seamless session continuation.
cloudnative-co/claude-code-starter-kit
Command
Analyze the current session and extract any patterns worth saving as skills.
cloudnative-co/claude-code-starter-kit
Command
Plan, implement, and verify in the main thread; spawn independent review agents after implementation. Prefer parallel reviews over sequential agent relays.
cloudnative-co/claude-code-starter-kit
Command
Command "oss-analyze" from cloudnative-co/claude-code-starter-kit, covering /oss-analyze, 手順, 出力(日本語で整理) and 注意.
cloudnative-co/claude-code-starter-kit
Command
Restate requirements, assess risks, and create a step-by-step implementation plan before code changes.
cloudnative-co/claude-code-starter-kit
Command
Safely identify and remove dead code with test verification.
cloudnative-co/claude-code-starter-kit
Command
Perform a thorough investigation of the codebase before making any changes.