Second Brain For Claude
Description
Karpathy-style wiki + graphify knowledge graph + Claude Code hooks. Self-deploying: clone it, tell Claude to set it up, done.
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
Second Brain for Claude
A Karpathy-inspired wiki + knowledge graph + hook setup that stops Claude Code from re-exploring your codebase every conversation.
What it does
Teaches your Claude Code instance to look things up the way an experienced engineer would:
- Query a knowledge graph first (fast index, low token cost)
- Read a hand-curated wiki second (context the graph can't infer)
- Only touch source code when the first two didn't answer
Enforced by hooks so Claude can't skip the order even if it wants to.
Quick start
Clone this repo, open it in Claude Code, and say:
Read SETUP.md and set this up in my environment.
Claude will ask you a handful of questions (project name, what to call your wiki, where it lives, etc.) and wire everything up: the wiki directory, hook config, CLAUDE.md, graphify install, and a verification run.
Expect 5 to 10 minutes for the first-time setup, most of which is graphify building its initial graph.
What you get
- A wiki (you name it, default suggestion is your project name + "-brain") with
entities/,concepts/,maps/pages Karpathy-style - graphify (open source knowledge graph over your code)
- Hooks that remind Claude of the work order on every prompt, tool call, and git push, plus the Boil the Ocean standard so partial fixes don't ship
- A
CLAUDE.mdin your repo that documents the workflow for future sessions (and future teammates) - Guardrails against directory drift and credential leaks (optional, can skip)
Optional add-ons (opt-in during setup)
- Stop hook - warns at session end if you have uncommitted or unpushed work (catches the "I forgot to commit" failure mode)
/adrslash command - capture architectural decisions into your wiki with one command- Scheduled jobs - daily TLS cert sweep, nightly Go test-coverage report, daily Claude-spend rollup, weekly security + SEO drift checks. macOS launchd +
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://