personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

solstone: reframe description to task-only, add Invoke + literal-command TRIGGER

Move the "Requires solstone to be installed with the sol CLI on PATH"
infrastructure detail out of the frontmatter description — the
Prerequisites section in the body already covers it. Keep the description
purely task-framed ("Query and search your solstone journal from any
project..."). Add sol call command literals to TRIGGER so sessions that
already know the commands still activate the skill. Add Invoke via Bash
line to the body summary.

This skill is installed user-wide via `npx skills add -g` by
`make install-service` (the dual-install pattern documented in the
synthesis plan) — intentional, not orphaned.

Part of skills audit req_loq3e2lk pass 1+2.

+14 -8
+14 -8
skills/solstone/SKILL.md
··· 2 2 name: solstone 3 3 version: 1.0.0 4 4 description: > 5 - Query your solstone journal — search memories, look up people and relationships, 6 - check today's events and todos, read meeting transcripts, and get relationship 7 - briefings from your co-brain. Requires solstone to be installed with the sol CLI 8 - on PATH (~/.local/bin/sol). 9 - TRIGGER: solstone, my journal, what happened, who is, meeting with, search my 10 - memory, what do I know about, entity, co-brain, look up, recall, remember, 11 - transcript, relationship, who have I been talking to, what's on my plate. 5 + Query and search your solstone journal from any project. Look up people 6 + and relationships, check today's events and todos, read meeting 7 + transcripts, and get intelligence briefings on entities from your 8 + co-brain. Read-only — no write operations. 9 + TRIGGER: solstone, my journal, search my memory, what happened, who is, 10 + meeting with, what do I know about, entity, co-brain, look up, recall, 11 + remember, transcript, relationship strength, who have I been talking to, 12 + what's on my plate, sol call journal, sol call entities, 13 + sol call transcripts, sol call todos, sol call activities, 14 + sol call journal search, sol call entities intelligence, 15 + sol call entities strength. 12 16 --- 13 17 14 18 # solstone — journal query interface 15 19 16 - Read-only query interface to your solstone journal. Use this skill to search memories, look up people, check today's events, read transcripts, and get relationship briefings — all from any project context. 20 + Read-only query interface to your solstone journal. Invoke via Bash: `sol call <subcommand> [flags]`. 21 + 22 + Use this skill to search memories, look up people, check today's events, read transcripts, and get relationship briefings — all from any project context. 17 23 18 24 ## Prerequisites 19 25