known.life
explore — ranked by installs
core 1.0.1
The Life kernel — reconciles a .life graph into harness build output (.claude/, AGENTS.md, .cursor/), resolves `imports:` from GitHub and known.life, writes .life.lock, runs checks, and deploys. Single-file zero-dependency Node binary, rebuildable from kernel/ via build.sh.
11 ↓
laws 1.0.0
The Laws — the universal constitution injected at the top of every session. A dedicated SessionStart hook emits the full long-form Laws inside a heavy star-bordered wall, ABOVE the persistent-memory envelope and exempt from its token budget, so the non-negotiables are never truncated. A UserPromptSubmit hook re-injects the short-form one-liners every turn so they stay in attention through a long session. The law text lives in this plugin's LAWS.md — one source of truth, vendored read-only into every Life; change a Law upstream and re-vendor, never per-repo. Distinct from markdown-memory (episodic/world-model memory): this is the constitutional layer that outranks it.
5 ↓
sessions 1.0.0
Episodic session transcripts in object storage instead of git. Uploads each Claude Code session's raw JSONL on Stop (lossless), rendered to readable markdown only at read time. No per-turn repo commits. A Life plugin for episodic session memory.
5 ↓
session-summarize 1.0.0
Session summarizer. On the final Stop, renders a one-paragraph Haiku summary of the session transcript and stores it in object storage next to the raw session (cc/<id>.summary.md). Derives a summary from a stored session — depends on the sessions plugin for the transcript + object-store access.
5 ↓
markdown-memory 1.0.0
The markdown memory layer. SessionStart injects context/*.md as a <persistent-memory> envelope; Stop runs a safety-net classifier that notices durable lessons the agent forgot to write and stages them in KV. A final-Stop "dreaming" pass promotes a lesson into the local markdown files once it recurs across enough distinct sessions. The Life form of the markdown memory layer.
5 ↓
xref 1.0.0
Cross-reference integrity checker for a markdown knowledge directory (ideas/, wiki/, or any "discrete bundles" note base). Flags dead relative links and slug clashes as errors; optionally checks required frontmatter fields and (opt-in) reciprocal-link symmetry. Vendor-neutral, dependency-light — bash + python3, no infra, no network.
5 ↓
secrets 1.0.0
Bearer-authed KV-backed credential vault — v1 session bootstrap + v2 scoped tokens + audit + /exchange GitHub-proven bootstrap (opt-in, no stored bearer). A self-hostable Life plugin.
4 ↓
mcp-credentials 1.0.0
Round-trips a single env-shaped JSON blob (e.g. ~/.claude/.credentials.json — the MCP OAuth tokens) between local disk and a Cloudflare KV namespace, both directions via the Cloudflare account API. SessionStart restores it (KV GET) when the local file is missing/empty/stale; Stop pushes it back (KV PUT) if the file's sha256 changed during the session. OAuth refresh tokens rotate when used — without this round-trip the next container start restores a stale copy and re-OAuth is forced.
4 ↓
git-discipline 1.0.0
A Stop guard that won't let a session end with committed-but-unpushed work. An ephemeral container loses anything not on a remote; an unpushed commit is the sharpest case — the work was deliberately kept (committed) but will still vanish. On Stop, if HEAD has commits on no remote, it blocks and tells the agent to push. Silent once everything's pushed. Vendor-neutral — git only.
4 ↓
secret.auth.proxy 1.0.0
Egress secret-substitution proxy for Life.
3 ↓
adaptor.infra.cloudflare 1.0.1
Cloudflare infra adapter for the Life kernel. Maps portable infra.* capabilities (kv, datastore, object_store, compute, route, secret_store) onto Cloudflare resource lifecycle — Workers, KV, D1, R2 — driven through wrangler.
3 ↓
adaptor.repo.github 1.0.1
GitHub repo adapter for the Life kernel. Emits the host's deploy workflow as build output from the .life graph, so merging to the default branch auto-deploys every changed deployable — no hand-written CI.
3 ↓
secrets.auth.proxy 1.0.1
Egress secret-substitution proxy — swaps @@vault:KEY@@ placeholders for real values on the wire to allowlisted hosts, so the agent (and every script / MCP server it spawns) only ever holds placeholders. Transparent MITM for allowlisted SNI, raw TCP relay for everything else.
3 ↓
adaptor.harness.claude-code 1.0.1
Claude Code harness adapter for the Life kernel. Compiles the portable harness: block + lifecycle hooks + skills into Claude Code's native surface — .claude/settings.json, hook event wiring, and skill resolution.
2 ↓
npm.demo.package 1.1.0
A demo package showing full npm metadata.
0 ↓
kernel.publish.test 1.1.0
Testing core publish.
0 ↓