About

claude-project-kit is a reusable scaffolding kit for AI-assisted projects. The problem it solves is boring but real: every fresh session starts by re-deriving what the project is, what’s been decided, and where things stand. The kit front-loads that work once so it doesn’t get paid again every session.

What it ships:

  • Working-folder templates — a persistent context file, a session log, a plan, and per-phase checklists that live alongside the repo and carry state between sessions.
  • Memory starters — ready-to-edit records for preferences, feedback, project facts, and reference links.
  • Conventions — the working rules I actually use: Conventional Commits, merge-commit PRs, CI watched in the background, branch-first-never-on-main.

It’s docs and templates, no runtime code. Open source — take it, strip out what doesn’t fit how you work, keep the rest.