Open source, MIT licensed

The Claude
that builds Claudes.

Bootstrap fully-equipped Claude Code projects in under two minutes. CLAUDE.md, agents, skills, memory, hooks, permissions, MCP servers; all from a single description.

terminal
01# Clone Genesis
02git clone https://github.com/xeeva/Genesis.git
03~/claude/genesis
04
05# Start Claude and create a project
06cd ~/claude/genesis && claude
07
08# "Create a Python FastAPI service
09# called widget-api with PostgreSQL
10# and Redis"
The problem

Claude Code is powerful, but setup is painful

Getting the most from Claude Code means writing CLAUDE.md files with coding standards, domain-specific agents, skills for common workflows, formatting hooks, permission scoping, MCP server configs, and memory files. That's hours of boilerplate before you write a single line of application code.

The solution

Genesis builds it all in under two minutes

Describe your project in plain English. Genesis interviews you, builds a plan, generates the entire Claude Code infrastructure, scaffolds your application boilerplate, initialises git, and hands you a ready-to-code project.

Four phases,
zero boilerplate.

Every project follows the same predictable workflow.

chat
01

Interview

Genesis extracts project details from your opening message and asks only the minimum follow-up questions needed.

architecture
02

Plan

A structured generation plan shows the tech stack, agents, skills, MCP servers, and folder structure. Adjust before confirming.

build
03

Generate

The entire project is created in a single pass: CLAUDE.md, agents, skills, settings, memory, application boilerplate, and docs.

rocket_launch
04

Finalise

Git initialised, registry updated, summary displayed. Navigate to your project directory and start coding immediately.

What gets generated

Everything Claude Code needs to be productive from the first prompt.

description

CLAUDE.md

Project rules, coding standards, stack conventions

groups

Agents

Domain specialists and workflow agents

bolt

Skills

Slash commands for common workflows

settings

Settings

Permissions, hooks, and statusline config

database

MCP Servers

External integrations configured on demand

psychology

Memory

User profile and project context files

terminal

Boilerplate

Entry points, package config, test setup

folder

Git Repo

Initialised with clean first commit

Six supported stacks

Each comes with language-specific tooling profiles, folder conventions, linters, test frameworks, and error handling patterns.

code Node.js TypeScript
data_object Python FastAPI, Django
speed Go Standard library
memory Rust Cargo
diamond Ruby Rails, Sinatra
coffee Java Kotlin, Gradle

Built-in skills

Genesis ships with four utility skills. Projects get their own stack-specific skills on top.

add_circle
/genesis

Bootstrap a new project from a description

list
/registry

View all previously created projects

verified
/validate

Verify a project's Claude infrastructure

sync
/update

Fetch the latest Genesis improvements

Ready to build?

Clone the repo, run Claude, describe your project. That's it.