-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Display Name
Claude Code Starter Kit
Category
CLAUDE.md Files
Sub-Category
CLAUDE.md Files: Project Scaffolding & MCP
Primary Link
https://github.com/martingarramon/claude-code-starter-kit
Author Name
martingarramon
Author Link
https://github.com/martingarramon
License
MIT
Other License
No response
Description
A production-ready starter kit with a structured CLAUDE.md, 7 skills, a persistent memory system, and a working MCP server example. Designed as a drop-in foundation for developers who want to move beyond basic Claude Code setups into skill-based workflows with session continuity.
Validate Claims
Clone the repo into any project directory. Start a Claude Code session. Claude will automatically read the CLAUDE.md and have access to skills like /debug and /commit. Ask Claude to run /debug on a file with an intentional error — it will follow the structured debugging workflow instead of guessing.
Specific Task(s)
Ask Claude Code to debug a simple Python script with a NameError. With the starter kit installed, Claude follows the systematic debugging skill instead of immediately patching the symptom.
Specific Prompt(s)
"Debug this file: test.py" — then observe that Claude follows the root-cause analysis workflow defined in the /debug skill rather than its default behavior.
Additional Comments
Built from 6 months of daily production use across architecture, client work, and automation. Every rule in the CLAUDE.md exists because Claude got something wrong. Open-sourced to help other developers skip the trial-and-error phase.
Recommendation Checklist
- I have checked that this resource hasn't already been submitted
- It has been over one week since the first public commit to the repo I am recommending
- All provided links are working and publicly accessible
- I do NOT have any other open issues in this repository
- I am primarily composed of human-y stuff and not electrical circuits