Claude Bundle banner
guru431 guru431

Claude Bundle

Data community

Description

Portable Claude Code starter pack: sanitized CLAUDE.md, settings.json, hooks, skills + optional Karpathy-style wiki and cron pipeline.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-bundle

A portable Claude Code starter pack with two install profiles — **lite** and **full**. Pick one, or start lite and grow into full.

**Lite** (~5 minutes, *no extra software*): drop a sanitized `CLAUDE.md` and `settings.json` into `~/.claude/`, add the skill templates and the slash command, install the `superpowers` and `context7` plugins. Needs nothing beyond VS Code + the Claude Code extension — get a consistent coding discipline across machines. (This is Tier 1 below, minus the optional Python hooks.)

**Full** (~30–60 minutes): on top of lite, add the Python hooks, a Karpathy-style wiki vault, and a registry-driven Windows Task Scheduler automation — 15 scheduled tasks (seven disabled by default) that flush Claude Code sessions into the wiki overnight. The installer also offers to wire two optional companion tools: an LLM provider switcher (`claude-switch.ps1`) and an `AGENTS.md` mirror for Codex CLI. Needs Python 3.10+, Git, and an LLM backend for the nightly jobs — either a provider key (DeepSeek / OpenCode Go) or `WIKI_LLM_PROVIDER=claude`, which reuses the `claude` CLI you're already signed in to and needs no key. (Tier 1 + Tier 2 below.)

Both profiles were extracted from a real working setup, then sanitized of all private hosts, paths, tokens, and project names.

See [INSTALL.md](INSTALL.md) for the lite-vs-full decision table and step-by-step instructions.

Layout

claude-bundle/
├── README.md           ← you are here
├── INSTALL.md          ← step-by-step (lite + full, with decision table)
├── AGENT-INSTRUCTIONS.md ← same but addressed to Claude for self-deploy
├── CHANGELOG.md
├── LICENSE             ← MIT
├── .gitignore, .gitattributes
│
├── home-claude/                       ← copied into ~/.claude/
│   ├── CLAUDE.md                       Karpathy rules + tool selection + encoding
│   ├── settings.json                   permissions + plugins + language
│   ├── settings.example-with-hooks.json reference with the two example hooks