Personal Context Manager for Claude Code. Your life in walnuts.
> /plugin marketplace add alivecontext/alive> /plugin install alive@alivecontext
FAQ
alive is a Claude Code plugin with 17 hand-picked skills for productivity work, indexed on Flowy. Install it with the command on its page. It includes build-extensions, bundle, capture-context. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: alivecontext/alive
โโโโโโ โโโ โโโโโโ โโโโโโโโโโโ
โโโโโโโโ โโโ โโโโโโ โโโโโโโโโโโ
โโโโโโโโ โโโ โโโโโโ โโโโโโโโโ
โโโโโโโโ โโโ โโโโโโโ โโโโโโโโโโ
โโโ โโโ โโโโโโโโโโโ โโโโโโโ โโโโโโโโ
โโโ โโโ โโโโโโโโโโโ โโโโโ โโโโโโโโ
claude plugin install alive@alivecontext
Or from the Claude Code UI: /plugins โ add marketplace alivecontext/alive โ install alive
Open Claude Code at your ~/world. The runtime is already loaded.
ALIVE structures your context into plain files on your machine. Agents read them at session start and save what matters at session end. Everything in between โ the decisions, the research, the people, the knowledge โ gets structure instead of dying with the session.
Orient. Before you say a word, the runtime has already oriented the agent โ a lightweight index of your world, your preferences, and the behavioural rules that make the agent yours. When you load a walnut โ a venture, an experiment, a person, a life area โ three files give the agent its identity, current state, and standing knowledge. No re-explaining. No pasting context. The agent knows what you're building, who's involved, and what happened last time.
Work. Every AI session is a context event. You're injecting context โ files, transcripts, research, screenshots. You're generating context โ decisions, architecture choices, domain knowledge. You're discovering context โ connections between people, patterns across projects, insights that only surface mid-conversation. Right now, all of that is ephemeral. It dies when the window closes. ALIVE catches it as it happens.
โญโ ๐ฟ๏ธ +4 stash (8)
โ Decided: React Native for mobile app โ my-startup
โ Task: Chase Jake for API specs by Friday โ my-startup
โ Note: Jake prefers async comms, hates standups โ [[jake-chen]]
โ Action: Connected ElevenLabs API for voiceover โ my-startup
โ โ drop?
โฐโ
Decisions route to the log. Tasks route to the queue. People updates route to their person walnut. Actions get tracked. Nothing gets lost.
Save. When you checkpoint, everything routes to where it belongs โ decisions to the log, tasks to the queue, knowledge to insights, people updates to their own files. External content gets captured into bundles. Scripts compute a fresh snapshot. The ephemeral becomes structural.
Compound. Next session inherits everything the last one produced. And the one before that. Context accumulates. Sessions build on each other instead of starting from zero.
Each meaningful thing in your life gets a walnut โ your startup, your people, your health, your side project.
A walnut has a kernel โ three source files that move at different speeds:
my-startup/
_kernel/
key.md โ What it is (identity, people, links โ rarely changes)
log.md โ Where it's been (prepend-only, signed decisions)
insights.md โ What it knows (evergreen domain knowledge)
tasks.json โ What needs doing (script-operated)
now.json โ Current state (generated on save, never hand-written)
The agent writes to source files. Scripts compute the projection. Judgment and aggregation stay separate.
Work gets done inside bundles. Each bundle has a goal and owns its own tasks.
# context.manifest.yaml
goal: "Ship the website from strategy deck to production"
status: prototype # draft | prototype | published | done
Two species: outcome bundles ship a deliverable and graduate. Evergreen bundles accumulate context over time โ meeting notes, research, reference material.
Bundles are shareable โ your workflow becomes a context product anyone can install.
The squirrel is the agent runtime โ rules, hooks, skills, and policies that any AI agent inhabits when working inside your world. Why squirrel? ๐ฟ๏ธ Squirrels scatter-hoard โ bury context now, retrieve by value later. That's the mechanic.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ squirrel.core@3.0 runtime โ
โ โ
โ โโโโโโโโโโโโโ โโโโโโโโโโโโโ โโโโโโโโโโโโโ โ
โ โ Rules โ โ Skills โ โ Hooks โ โ
โ โ 6 files โ โ 15 skills โ โ 13 hooks โ โ
โ โโโโโโโโโโโโโ โโโโโโโโโโโโโ โโโโโโโโโโโโโ โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ PERSONA LAYER โ โ
โ โ Named squirrel ยท voice ยท instincts โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ AGENT INSTANCE โ โ
โ โ Claude, GPT, local โ interchangeable โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ YOUR WORLD (v3) โ
โ โ
โ Archive ยท Life ยท Inbox ยท Ventures ยท Experiments โ
โ โโโ walnuts โโโ โ
โ โโโ _kernel/ (identity, state) โ
โ โโโ bundles (units of work) โ
โ โ
โ Scripts compute projections. Agents read them. โ
โ Plain files. Your machine. Nothing phones home. โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
You name your squirrel. It persists across sessions โ same identity, same context awareness, regardless of which model is running underneath. The runtime loads your world, the agent does the work, the save makes it permanent.
See your full world at session start with /alive:world. Visualise it with /alive:my-context-graph.
Five domains. The file system is the methodology.
01_Archive/ โ A โ Everything that was
02_Life/ โ L โ Personal foundation
03_Inbox/ โ I โ Buffer only โ arrives, gets routed out
04_Ventures/ โ V โ Revenue intent
05_Experiments/ โ E โ Testing grounds
START โโโ Hook creates session, loads preferences
โ
โผ
OPEN โโโ Read key.md โ now.json โ insights.md
โ Agent is oriented. One observation.
โ
โผ
WORK โโโ Stash in conversation. Capture to disk.
โ Everything else waits for save.
โ
โผ
SAVE โโโ Confirm stash โ route to destinations
โ Write log โ update bundle โ compute projection
โ Stash resets. Back to WORK or EXIT.
โ
โผ
EXIT โโโ Sign session. Final projection.
claude plugin install alive@alivecontext
Requires Claude Code + Python 3. Works on macOS, Linux, Windows (WSL).
15 skills, 13 hooks, 6 rule files, templates, and a statusline.
| Skill | What it does |
|---|---|
/alive:world | See your world โ dashboard, health, routing |
/alive:load-context | Load a walnut โ identity, state, active bundle |
/alive:save | Checkpoint โ route stash, generate projections |
/alive:capture-context | Store external content, route to bundles |
/alive:bundle | Create, share, graduate bundles |
/alive:search-world | Search across walnuts, bundles, people, logs |
/alive:create-walnut | Scaffold a new walnut |
/alive:system-cleanup | Maintenance โ stale bundles, orphan files |
/alive:settings | Preferences, permissions, voice |
/alive:session-history | Session timeline, squirrel activity |
/alive:mine-for-context | Deep context extraction from source material |
/alive:build-extensions | Create skills, rules, hooks for your world |
/alive:my-context-graph | Render the world graph |
/alive:session-context-rebuild | Rebuild context from past sessions |
/alive:system-upgrade | Upgrade from any previous version |
claude plugin install alive@alivecontext
/alive:system-upgrade --dry-run --plan-output /tmp/upgrade-plan.txt
/alive:system-upgrade
The upgrade skill works against any prior version (v1, v2, v3.0, v3.1, v3.2). It detects what's there via content fingerprints, shows you a plan first (--dry-run), backs everything up to a versioned tarball, and migrates only what needs migrating. Multi-surface aware โ if you run alive-mcp or Hermes alongside the plugin, their migrators are dispatched too. Partial-failure resume via --resume. Inspection-mode rollback via --rollback. Your old plugin keeps working โ nothing breaks.
Your context lives on your machine as plain files. Switch models โ Claude to GPT to local โ your walnuts come with you. Switch platforms โ your walnuts are yours.
No cloud. No account. No vendor lock-in. Git-track it if you want version history. Or don't. Your context is your property.
ALIVE is open source. As you use it, the plugin will surface a small invitation a handful of times โ two soft inline lines and three full asks across your first sixty sessions, plus an occasional one-line nudge after /alive:save. After that it goes quiet, whether you star or not. The star is fired through your own gh CLI (browser fallback if gh isn't authenticated); nothing leaves your machine except the star itself. Silence it any time by setting github_star_ask: false in .alive/preferences.yaml.
Open an issue ยท Discussions ยท Contributing guide
.claude-plugin/
marketplace.json
.gitattributes
.github/
FUNDING.yml
ISSUE_TEMPLATE/
bug_report.md
config.yml
feature_request.md
prompts/
pii-review.md
PULL_REQUEST_TEMPLATE.md
workflows/
claude-code-review.yml
claude-pii-review.yml
claude.yml
github-pulse.yml
promote-labeled-pr.yml
validate-plugin.yml
.gitignore
.pre-commit-config.yaml
assets/
hero-v3.gif
CHANGELOG.md
CONTRIBUTING.md
docs/
plans/
2026-04-01-projection-task-system-v3-design.md
hermes/
agents.md
cron-templates/
alive-health/
SKILL.md
alive-inbox/
SKILL.md
alive-mine/
SKILL.md
alive-morning/
SKILL.md
alive-people/
SKILL.md
alive-project/
SKILL.md
alive-prune/
SKILL.md
alive-stash-router/
SKILL.md
hermes-skills/
alive-bundle/
SKILL.md
alive-capture/
SKILL.md
alive-cleanup/
SKILL.md
alive-create/
SKILL.md
alive-daily/
SKILL.md
alive-history/
SKILL.md
alive-load/
SKILL.md
alive-mine/
SKILL.md
alive-save/
SKILL.md
alive-search/
SKILL.md
alive-world/
SKILL.md
install.sh
memory-provider/
__init__.py
plugin.yaml
README.md
README.md
setup-crons.sh
soul-patch.md
LICENSE
plugins/
alive/
.claude-plugin/
plugin.json
.orphaned_at
bin/
alive
CLAUDE.md
hooks/
hooks.json
scripts/
alive-archive-enforcer.sh
alive-common.sh
alive-context-watch.sh
alive-external-guard.sh
alive-github-star-prompt.sh
alive-inbox-check.sh
alive-log-guardian.sh
alive-post-write.sh
alive-pre-compact.sh
alive-repo-detect.sh
alive-resolve-preferences.sh
alive-root-guardian.sh
alive-rules-guardian.sh
alive-session-compact.sh
alive-session-new.sh
alive-session-resume.sh
onboarding/
world-builder.html
rules/
bundles.md
human.md
squirrels.md
standards.md
voice.md
world.md
scripts/
_alive_common/
__init__.py
migrate.py
tarball.py
yaml_emit.py
_atomic_io.py
_common.py
_world_root_io.py
cli.py
doctor.py
generate-graph.py
generate-index.py
log.py
project.py
promote.py
schema.py
star_prompt.py
system_upgrade/
__init__.py
__main__.py
_noop_record_writer.py
_phase_helpers.py
_record_codec.py
backup.py
cleanup.py
cli.py
file_snapshot.py
lock.py
migrations/
__init__.py
_record.py
_retroactive.py
demo_cleanup.py
v2_to_v3_0.py
v3_0_to_v3_1.py
v3_1_to_v3_2.py
orchestrator.py
parse/
__init__.py
hooks.py
manifest.py
skill_frontmatter.py
phases/
__init__.py
_shared.py
backup.py
detect.py
plugin_cleanup.py
plugin_migrate.py
probe_surfaces.py
record.py
snapshot.py
surface_dispatch.py
verify.py
walkthrough_decide.py
post_state_overlay.py
preflight.py
progress.py
resume.py
retired_patterns.py
rollback.py
signals/
__init__.py
bundle_schema.py
hook_content.py
path_existence.py
state.py
surfaces/
__init__.py
_base.py
alive_mcp.py
codex.py
hermes.py
sweep.py
target_resolver.py
tool_version.py
verify.py
version_detect.py
walkthrough/
__init__.py
apply.py
decide.py
diff_render.py
tasks.py
walnut_paths.py
skills/
build-extensions/
SKILL.md
bundle/
SKILL.md
capture-context/
SKILL.md
create-walnut/
migrate.md
SKILL.md
demo/
activate.md
anchor_confirm.md
cli_register.py
create.md
deactivate.md
delete.md
lib.py
list.md
preset/
realistic-seeded/
_world_meta.json
02_Life/
people/
jax-stellara/
_kernel/
insights.md
key.md
log.md
ryn-okata/
_kernel/
insights.md
key.md
log.md
04_Ventures/
nova-station/
_kernel/
completed.json
insights.md
key.md
log.md
tasks.json
launch-readiness/
context.manifest.yaml
tasks.json
shielding-review/
context.manifest.yaml
tasks.json
README.md
README.md
resume.md
scaffold.py
SKILL.md
stages/
__init__.py
activate_existing.py
deactivate.py
delete_existing.py
preset.py
stage0.py
stage1.py
stage2.py
stage3.py
stage4.py
stage5.py
state.py
status.md
validate.py
feedback/
SKILL.md
load-context/
SKILL.md
mine-for-context/
SKILL.md
my-context-graph/
SKILL.md
save/
SKILL.md
search-world/
SKILL.md
session-context-rebuild/
SKILL.md
session-history/
heavy-revive.md
SKILL.md
settings/
SKILL.md
system-cleanup/
SKILL.md
system-upgrade/
SKILL.md
world/
setup.md
SKILL.md
statusline/
alive-statusline.sh
templates/
bundle/
context.manifest.yaml
tasks-template.json
demo/
.gitkeep
anchor_moment_examples.json
exemplars/
README.md
prefix_table.md
schema/
anchor_moments.schema.md
entity.schema.md
spine.schema.json
spine.schema.md
stage_prompts/
stage_0_spine.v1.md
stage_2_entity.v1.md
stage_3_timeline.v1.md
stage_4_insights.v1.md
summarize_description.v1.md
log-entry.md
manifest/
article.md
document.md
email.md
message.md
research.md
screenshot.md
transcript.md
squirrel/
entry.yaml
subagent-brief.md
walnut/
insights.md
key-codebase.md
key.md
log.md
world/
agents.md
key.md
overrides.md
preferences.yaml
README.md
scripts/
github-stats-discord.mjs
stats-history.json
SECURITY.md
walnut.manifest.yamlยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic