From spine
Use to bootstrap the .spine/ project-memory store in a repo before using the other skills. Detects the stack and seeds context.md, conventions.md, and journal.md. Run once per repo.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spine:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The Spine (`.spine/`) is the shared memory every andreas-skill reads and writes.
The Spine (.spine/) is the shared memory every andreas-skill reads and writes.
This skill creates it.
.spine/ already exists, report what's
there and ask whether to refresh specific files rather than overwriting.package.json, pyproject.toml,
go.mod, Cargo.toml, etc.) and config to infer language, framework, test
runner, and the install/test/typecheck/build commands..spine/context.md.spine/conventions.md.spine/journal.md.spine/decisions/ (empty, with a .gitkeep)
Seed each from this skill's templates/, filling in detected values. Leave
<placeholders> only where you genuinely lack information, and flag them.align fire for every
non-trivial request in this repo — the gate ships with the Spine, not just
with the plugin. Two artifacts, both merged into what already exists (never
clobber):
.claude/settings.json — merge in the UserPromptSubmit hook from
templates/settings.gate.json. It self-gates
on .spine/ existing, so it stays silent in a checkout where the Spine was
removed. If the file already has a hooks.UserPromptSubmit array, append
this entry; don't duplicate it if an identical Spine-gate command is
already present.CLAUDE.md — append the block from
templates/claude-gate.md (create CLAUDE.md if
absent). It's wrapped in opening/closing spine:contracting-gate markers;
if the opening marker is already present anywhere in the file, the block is
installed — leave it, don't add a second copy.conventions.md commands and the
context.md architecture map; correct anything wrong before finishing.
Mention that the contracting gate is now active..spine/, .claude/settings.json, and CLAUDE.md so
the memory and the gate are shared with the team.npx spine-dashboard (read-only).context.md, conventions.md, journal.md, decisions/..spine/): .claude/settings.json (contracting-gate
hook), CLAUDE.md (contracting-gate instruction)..claude/settings.json and CLAUDE.md — they
routinely hold unrelated config the user cares about.npx claudepluginhub andrewttofi/spine --plugin spineProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.