agentsclimarketplace

Init memory

Skill martimramos/cairn-claude-memory/cairn/skills/init-memory

Scaffold the per-repo session-memory structure (docs/NOW.md, docs/log/ daily journals, CLAUDE.md protocol section). Use when the user says "init memory", "onboard this project", or accepts the new-project memory offer. Also handles "no memory" opt-out.From its SKILL.md

Install
npx -y skills add martimramos/cairn-claude-memory --skill init-memory

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 446 tokens by cl100k_base, as published. Nobody here has run it

init-memory: scaffold per-repo session memory

Scaffold the Cairn session-memory methodology in the current repo. The design principle is files are earned, not scaffolded: only Tier 0 is created here, and everything else appears on first genuine need.

If the user is ACCEPTING (default path)

  1. Guard: if docs/NOW.md already exists, say the repo already has the structure and stop.
  2. Ask exactly one question: "What is this project, in one sentence?" Use it to seed NOW.md. Do not ask anything else.
  3. Create Tier 0:
    • docs/NOW.md from templates/NOW.md (in this skill's directory), seeded with the user's answer and today's real date.
    • docs/log/YYYY-MM-DD.md. Get the date from date +%F, never from memory. First content: ## Session HH:MM - goal: scaffold session memory (time from date +%H:%M).
  4. Wire CLAUDE.md: append the full content of templates/protocol.md to the repo's CLAUDE.md. Create CLAUDE.md if missing. If it exists, append after existing content with a blank line. Skip entirely if it already contains ## Session Memory Protocol (never duplicate).
  5. Do NOT create GOTCHAS.md, REFERENCE.md, or ARCHITECTURE.md. They are created on first genuine need, per the protocol. Do not mention them as "missing".
  6. If .claude/.no-memory exists in the repo, delete it (the user changed their mind).
  7. Report what was created and suggest committing the new files. Do not commit unless asked.

If the user is DECLINING ("no memory", "don't ask again")

Create an empty marker file .claude/.no-memory in the repo root (create the .claude/ dir if needed) and confirm: the memory offer will never appear again in this repo. They can run /init-memory later to opt back in.

What ships with it: 2 files

2.2 KB alongside SKILL.md

templates/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.