Skip to content

Trejon-888/ix-claude-code-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Starter Kit

ix-claude-code-starter-kit

Give Claude Code a memory, a workflow, and the ability to improve itself.

Get Started Stars IX System

See ItGet ItWhat's InsideHow It WorksCommandsWho Built This



You know that moment — you open Claude Code, and the first five minutes is spent re-explaining your project. What you built yesterday. What the architecture looks like. What you were about to do next.

Every session starts from zero. And every session, you lose a little momentum.

What if Claude already knew?

What if every session picked up exactly where you left off — your project context loaded, your plans tracked, your docs in sync, and your next step already suggested?

That's what this kit does.

You stop managing Claude and start building with Claude.

You become a better person too, it's true.

Your sessions get deeper. Your momentum compounds. Your documentation stays alive without you thinking about it. You ship faster because you're never starting from zero.

And here's the part nobody tells you: when your AI partner actually remembers your project, your decisions, your patterns — you start thinking bigger. You take on features you would've put off. You refactor things you've been tolerating. You move like a team, not a solo dev explaining things to a new hire every morning.




👀 See It

Here's what your session start looks like — every time, automatically:

═══ PROJECT CONTEXT LOADED ═══

Project: My SaaS App

--- Last Session ---
### Session 12 — 2026-02-04
- Context: Added user settings page with profile editing
- Completed: Settings UI, API endpoint, form validation
- Next: Add password change flow, connect notification preferences

Active plans: 2
  user-settings-flow
  notification-system

═══ END PROJECT CONTEXT ═══

And here's what happens when you say "done":

✅ Session Complete

  Validation:    All 4 gates passed (build, lint, test, typecheck)
  Alignment:     94% (16/17 checks)
  Docs Synced:   HANDOVER.md, INDEX.md, PRD.md
  Auto-Healed:   1 fix (INDEX.md count corrected)
  Discovered:    1 evolution opportunity (missing Stripe reference doc)

  Commit: a3f8b2c — feat: add user settings with profile editing

  Ready for more? Say "continue" to see what's next.

That's the loop. /continue → build → /done. Your project remembers everything.




🚀 Get It

Already using Claude Code?

Just tell Claude:

"Create a new project from the Trejon-888/ix-claude-code-starter-kit template, then open CLAUDE.md and help me fill it in for my project."

That's it. Claude handles the rest. Your first /continue loads your project context automatically.

New to Claude Code?

Say this to Claude:

"Help me get started with Claude Code. I want to install it, set up a new project using the claude-code-starter-kit template from Trejon-888 on GitHub, and configure it for my project."

Claude will walk you through everything — installing, cloning, configuring. Or do it yourself:

gh repo create my-project --template Trejon-888/ix-claude-code-starter-kit --public
cd my-project
claude

Then just say: "Help me fill in CLAUDE.md for my project" — and you're in the loop.




📦 What's Inside

🔧 20 Commands

Composable building blocks:

/plan → /execute → /review → /done

Plan features. Build them. Review the code. Ship it. Each works alone or chains together.

⚡ 3 Skills

Auto-invoke when you need them:

  • Say "continue" → context loads
  • Say "done" → everything syncs
  • Say "piv" → full autopilot

🪝 5 Hooks

Running in the background:

  • Plans auto-save with real names
  • Types auto-check after edits
  • Context preserved before compaction
  • Destructive commands blocked

🧠 Project Memory

Your project gets a brain:

File Remembers
CLAUDE.md How it works
PRD.md What you're building
HANDOVER.md What happened
PROJECT-MEMORY.md What you learned

Claude reads all of this at the start of every session. That's how it knows your project.




⚙️ How It Works

🔄 The Session Loop: /continue → build → /done

Starting a session/continue (or just say "continue"):

  • Reads CLAUDE.md to understand the project
  • Reads HANDOVER.md to know what happened last time
  • Checks plans to know what's active
  • Runs an alignment audit — are your docs honest?
  • Suggests what to work on next

Ending a session/done (or say "done", "wrap up", "ship it"):

  • Validates your code (build, lint, test — whatever your stack needs)
  • Syncs all project documents automatically
  • Runs alignment audit and self-heals any drift
  • Creates an execution report
  • Commits with an alignment score

The loop compounds. Every session is smarter than the last.

📄 The Document-Driven Architecture

Every command reads your CLAUDE.md to understand your project. No hardcoded assumptions. Your CLAUDE.md is the source of truth.

The .agents/ directory is your project's institutional memory:

  • PRD.md — what you're building (updated as features ship)
  • HANDOVER.md — what happened each session (automatic)
  • PROJECT-MEMORY.md — decisions, gotchas, solved problems (cumulative)
  • plans/ — your feature pipeline (active → completed with reports)

When Claude reads these at session start, it doesn't just know your codebase — it knows your intent, your decisions, your history. It knows that bug was already solved in Session 7. It knows you chose PostgreSQL over MongoDB and why.

That's the difference between an AI that reads your code and an AI that understands your project.

🧬 Self-Evolution: It Gets Better As You Use It

The self-evolution rule teaches Claude to improve its own configuration:

  • Something took 3+ attempts? Claude extracts the pattern into a rule.
  • Workflow friction? Claude creates a hook to prevent it.
  • You corrected Claude? It updates the relevant rule immediately.

After every 5 self-modifications, Claude checks in with you. You stay in control. Claude gets sharper.

📊 Alignment Scoring: How Honest Are Your Docs?

Every /done and /continue runs up to 19 alignment checks:

  • Do plan counts in INDEX.md match actual folders?
  • Does PRD reflect what's actually built?
  • Does CLAUDE.md tech stack match package.json?
  • Are reference docs still current?

Result: your alignment score. Below 80%? Claude auto-heals what it can, flags the rest.

Your project documentation is never a lie. It's a living, accurate reflection of reality.




📋 Commands

Category Commands What They Do
Build /plan /execute /review /validate Plan features, build them, review code, validate
Session /continue /done /piv /prime Resume, complete, autopilot, orient
GitHub /fix-issue /create-pr /review-pr /merge-pr Issue → fix → PR → merge
Parallel /worktree /merge-worktrees /worktree-cleanup Multiple features at once
Health /doctor /security-audit /system-review Diagnostics and security

Composition:

Quick fix:      /fix-issue 42
Feature:        /plan → /execute → /review → /done
Full autopilot: /piv
Parallel:       /worktree feature-a feature-b → /merge-worktrees → /done



💡 What People Build With This

👤
Solo devs
🌙
Side projects
💼
Freelancers
🌍
Open source
👥
Teams
AI that knows your project across sessions No more "where was I?" Each client project has its own memory Contributors get instant context Shared architecture understanding

The pattern is the same: give Claude context, let it compound, stay in the loop.




🔔 Stay in the Loop

This kit evolves. We use it every day across 10 products, and when we discover a better pattern, we push it here.

⭐ Star this repo to get updates when we add new commands, improve skills, or discover patterns worth sharing.

We also share what we learn about building with AI:

  • YouTube: @TréjonEdmonds — building in public, AI workflows, what's working
  • GitHub: Trejon-888 — all our open source work



🔮 What Happens Next

This kit gives you the workflow. The memory. The self-healing loop.

But what if you didn't just want to build faster — what if you wanted the business to run itself too?

IX System

IX-System is the upgrade. Same philosophy — give AI context, let it compound, stay in the loop — applied to growing your business. AI-managed client acquisition. Outreach, follow-ups, pipeline — handled while you focus on building.

You've already seen what happens when Claude remembers your project. Imagine what happens when AI remembers your customers too.

→ Get the IX-System upgrade




🏗️ Who Built This

INFINITX

Tréjon & Enrique @ INFINITX

We build Agentix — an open-source operating system for AI-native businesses. 77 services. 10 products. One AI entity (Finn) that builds and operates it all.

This starter kit is the exact workflow infrastructure we extracted from building with Claude Code every single day. It's the foundation everything else runs on.

We believe the developers who learn to build with AI — not just use AI — are the ones who'll shape what software becomes.

This kit is our way of saying: we see you building. Here's what we've learned. Go make something incredible.

Happy building. 🚀

Tréjon & Enrique @ INFINITX



MIT License — use it however you want.

Built with Agentix · Powered by Claude Code

About

Give Claude Code a memory, a workflow, and the ability to improve itself. 20 commands, 3 skills, 5 hooks, and a document structure for persistent AI coding sessions.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages