system_overview
SolidShow how Continuous Claude works - the opinionated setup with hooks, memory, and coordination.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
system-overview
Show users how Continuous Claude works - the opinionated setup with hooks, memory, and coordination
claude-recall
Always-on Claude Code skill that bridges Claude with an Obsidian vault for persistent project memory. Automatically loads relevant context nodes from mindmap.json before every prompt (UserPromptSubmit hook) and saves structured session notes to the vault on exit (Stop hook). Zero manual invocation — hooks fire automatically. Context is AUTO-GENERATED using the claude CLI. Claude analyzes transcripts and project files to populate mindmap.json with stack, architecture decisions, gotchas, and current state. Users never need to manually edit. The /recall command lets users trigger on-demand context updates from the terminal. MCP tools (recall_get, recall_update_node, recall_session_history, recall_mindmap) let Claude fetch deeper context mid-session. Storage: <vault>/claude-recall/projects/<project-slug>/mindmap.json (JSON graph) and sessions/YYYY-MM-DD_HH-MM.md (session notes). Project slug is derived from the directory Claude Code was launched in. Install from GitHub (one command): curl -fsSL https://raw.github
memory_road
Persistent 11-layer memory architecture for Claude Code · drop-in for any agent / any project. Substrate (continuity-kernel.service) captures every event to SQLite FOREVER · always-on · LLM-free · indestructible. Comprehension layers (FURROW → SCRIBE → CHRONICLER → CARTOGRAPHER → MINER+SMITH → HUNTSMAN) extract structured meaning over time. Snow plow workers stack parallel from RIGHT-NOW backwards through history · always sharpening recent recall first. Blank-slate workers + batch-5 + strip-CLAUDE.md = 15-25x throughput vs naive single-fire. Forward sweeper keeps the now-edge clean automatically. HUNTSMAN surfaces every unfinished item. CARTOGRAPHER clusters episodes by theme. MINER+SMITH propose lockable doctrines. Forced memory injection on every user prompt via hook · the agent CANNOT forget to use memory. CANONICAL TURN-ON ORDER (every fresh install) · 1. FOUNDATION · substrate (L0) + chunking (L1) → records everything forever 2. FORWARD MEMORY · forward sweeper + WATCHER → now-edge stays summarized 3. BA