From content-ideas
Use when someone says "build my second brain", "set up a knowledge base", "add to my wiki", "compile my notes", or wants to bootstrap and maintain a markdown-first repo following the raw/ → wiki/ → archive/ OpenKB-style pattern. Orchestrates content-research note intake, wiki compilation, and optional graphify export.
How this skill is triggered — by the user, by Claude, or both
Slash command
/content-ideas:second-brainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build or normalize a markdown-first second-brain repo modeled on the
Build or normalize a markdown-first second-brain repo modeled on the
BuildGreatProducts/SimpleBrain pattern:
raw/ for captured inputswiki/ for clean AI-written notesprojects/ for active workarchive/ for processed raw inputsThis skill is for a knowledge repo, not a software project.
Read references/simplebrain-pattern.md before making structural changes.
hyundai-ai-vault, use that path.second-brain/.bash "<skill-dir>/scripts/bootstrap_second_brain.sh" "<target-path>"
raw/wiki/projects/archive/README.mdAGENTS.mdCLAUDE.mdtranslate.md.gitignorearchive/AGENTS.md is the Codex entrypoint. CLAUDE.md is kept in sync for Claude.raw/ or archive/; move only.Business Automation
bootstrap_second_brain.sh script at <skill-dir>/scripts/ — required for first-time repo setupreferences/simplebrain-pattern.md — read before making structural changes (checked into the skill dir)| Skill | Pattern | Condition | Handoff Artifact |
|---|---|---|---|
content-research | Sequential upstream | always — content-research produces raw notes that second-brain ingests into raw/ | raw/<topic>.md or Obsidian vault notes |
graphify | Sequential downstream | optional — after wiki compilation, graphify turns the wiki into a knowledge graph | wiki/*.md |
openkb | Alternative / Peer | openkb uses compiled KB + vector search; second-brain is the raw → wiki maintenance layer that feeds it | wiki/ tree |
At invocation, say:
hyundai-ai-vault): "Using that path as the target."second-brain/ in the current directory."raw/ or archive/. Move only. These directories are the audit trail.archive/, do not edit it — create a new wiki entry instead.npx claudepluginhub shekerkamma/content-ideas --plugin content-ideasGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.