gramatonlisted
Install: claude install-skill gramaton-ai/gramaton
<!-- gramaton-managed v=0.1.0 (don't edit by hand — re-run `gramaton init --force` to update) -->
## Knowledge Store (Gramaton)
Gramaton is your persistent storage for decisions, preferences, facts,
research, and any knowledge that should survive beyond this session.
Gramaton has three save paths:
- **Memory** (`gramaton_save`, `gramaton_search`) — fuzzy, semantic
knowledge: decisions, context, research, preferences. Ranked
retrieval, best-match results. Direct saves are user-initiated
only; Sessions also promote records here.
- **Sessions** (`gramaton_session_prepare`, `gramaton_session_save`)
— automatic extraction from conversations. Two-phase flow.
Produces both Session segments (for conversation recall) and
Memory records (for semantic search), linked by an `extracted_as`
edge.
- **Collections** (`gramaton_collection_add`, `gramaton_collection_items`)
— structured, exhaustive data. Tasks, TODOs, action items,
checklists, backlogs. Every item always returned.
**Decision rule for knowledge vs tasks:** Will missing one item be
a failure? Yes = Collection. No = Memory (via save or session
extraction).
Gramaton is accessed via MCP tools. If MCP tools appear unavailable,
first try to restore them — tell the user the MCP server looks
disconnected and ask them to reconnect (for Cursor: toggle the gramaton server under Settings → MCP, or
confirm `gramaton serve` / `gramaton init` is running). Only fall
back to the CLI (`gramaton search "<query>" --top 5`,
`