personal memory agent
0
fork

Configure Feed

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

skills: trim all SKILL.md descriptions under Codex 500-byte cap

Codex CLI enforces 500 bytes per skill description and a 2% context-window
budget across all loaded skills. Nine solstone SKILL.md files ran 577-848
bytes each, bloated by duplicate 'Use when owner asks' prose and fully-
qualified 'sol call X Y' command lists that restated TRIGGER keywords.

Trimmed to 267-334 bytes each by:
- dropping 'Use when owner...' prose (TRIGGER already covers intent)
- collapsing 'sol call X a, sol call X b, sol call X c' to 'sol call X a/b/c'
- removing 'Also:' redundant phrase blocks

All TRIGGER keywords preserved — just rephrased once instead of twice.

User-wide install at ~/.claude/skills/solstone/ refreshed via
`npx skills add ./skills/solstone -g -a claude-code -y`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+41 -98
+5 -10
apps/activities/talent/activities/SKILL.md
··· 1 1 --- 2 2 name: activities 3 3 description: > 4 - Manage completed activity records organized by facet and day. List, inspect, 5 - create, update, mute, and unmute activity spans, including synthetic records 6 - created from the CLI. Use when the owner mentions activities, work sessions, 7 - completed spans, muted activity records, or wants to review or edit an 8 - activity entry. 9 - TRIGGER: activity, activities, work session, completed span, mute activity, 10 - unmute activity, activity record, meeting attendees, participation, 11 - sol call activities list, sol call activities create, 12 - sol call activities update, sol call activities mute, 13 - sol call activities unmute, sol call activities get. 4 + Completed activity records organized by facet and day. List, inspect, 5 + create, update, mute/unmute activity spans, including synthetic records 6 + from the CLI. TRIGGER: activity, activities, work session, completed span, 7 + mute/unmute, activity record, meeting attendees, sol call activities 8 + list/create/update/mute/unmute/get. 14 9 --- 15 10 16 11 # Activities CLI Skill
+5 -12
apps/entities/talent/entities/SKILL.md
··· 1 1 --- 2 2 name: entities 3 3 description: > 4 - Manage tracked entities for people, companies, projects, and tools within 5 - facets. Detect, attach, move, merge, consolidate, update, alias, search, 6 - and record observations. Query relationship strength and get full 7 - intelligence briefings. 8 - Use when the owner asks about people, contacts, companies, or projects 9 - tracked in the journal, or wants to add, update, merge, or search entities. 10 - TRIGGER: entity, person, company, project, relationship, observation, 11 - who is, contact, knowledge graph, intelligence briefing, consolidate, 12 - merge, move, deduplicate, sol call entities detect, 13 - sol call entities attach, sol call entities merge, 14 - sol call entities move, sol call entities consolidate, 15 - sol call entities intelligence. 4 + Tracked entities — people, companies, projects, tools — within facets. 5 + Detect, attach, move, merge, consolidate, update, alias, search. 6 + Relationship strength and intelligence briefings. TRIGGER: entity, person, 7 + company, relationship, who is, contact, intelligence briefing, sol call 8 + entities detect/attach/merge/intelligence. 16 9 --- 17 10 18 11 # Entities CLI Skill
+5 -11
apps/health/talent/health/SKILL.md
··· 1 1 --- 2 2 name: health 3 3 description: > 4 - Monitor service uptime, troubleshoot capture gaps and processing failures, 5 - review agent run costs and errors, and summarize think-pipeline health 6 - for a day. Covers three CLI surfaces: `sol health` (service supervisor 7 - status + logs), `sol talent` (agent run logs + details), and 8 - `sol call health pipeline` (per-day pipeline summary). Includes a journal 9 - layout reference for navigating data files. 10 - TRIGGER: health, status, is it running, something broke, service down, 11 - uptime, errors, agent runs, costs, logs, pipeline, pipeline anomalies, 12 - diagnostics, system check, troubleshoot capture gap, sol health, 13 - sol health logs, sol talent logs, sol talent log, 14 - sol call health pipeline. 4 + Monitor solstone uptime, troubleshoot capture/processing failures, review 5 + agent run costs and errors, pipeline health. CLIs: sol health (service), 6 + sol talent (agent runs), sol call health pipeline (per-day summary). 7 + TRIGGER: health, status, is it running, service down, errors, agent runs, 8 + logs, pipeline, sol health, sol talent logs. 15 9 --- 16 10 17 11 # Health CLI Skill
+4 -14
apps/speakers/talent/speakers/SKILL.md
··· 1 1 --- 2 2 name: speakers 3 3 description: > 4 - Manage speaker voiceprints in observed media. Detect and confirm the owner 5 - voice, bootstrap voiceprints, attribute segments, backfill attribution, 6 - discover unknown recurring speakers, identify clusters, merge name 7 - variants, and curate the speaker library over time. Use when the owner 8 - asks about voices in observed media, wants to identify speakers, or 9 - manage voice recognition. 10 - TRIGGER: speaker, voice, who was talking, identify speaker, owner voice, 11 - unknown voice, merge speakers, voice recognition, speaker curation, 12 - voiceprint, attribute segment, backfill, sol call speakers status, 13 - sol call speakers detect, sol call speakers confirm-owner, 14 - sol call speakers reject-owner, sol call speakers suggest, 15 - sol call speakers identify, sol call speakers merge-names, 16 - sol call speakers bootstrap, sol call speakers backfill, 17 - sol call speakers discover. 4 + Manage speaker voiceprints in observed media. Detect owner voice, bootstrap 5 + voiceprints, attribute segments, merge names. TRIGGER: speaker, voice, who 6 + was talking, identify speaker, voiceprint, sol call speakers 7 + detect/confirm-owner/identify/merge/bootstrap/backfill. 18 8 --- 19 9 20 10 # Speakers CLI Skill
+4 -11
apps/support/talent/support/SKILL.md
··· 1 1 --- 2 2 name: support 3 3 description: > 4 - File support tickets, search the knowledge base, and submit feedback to 5 - sol pbc. Manage open tickets, attach files, check announcements, and run 6 - local diagnostics. Use when the owner needs help with solstone, wants to 7 - report a bug, request a feature, check for known issues, or give feedback. 8 - TRIGGER: any support task — filing bug reports, requesting features, 9 - submitting feedback, searching the knowledge base, checking announcements, 10 - managing open tickets, running local diagnostics. Commands: 11 - sol call support create, sol call support search, sol call support article, 12 - sol call support attach, sol call support feedback, sol call support list, 13 - sol call support show, sol call support reply, sol call support announcements, 14 - sol call support diagnose. 4 + File support tickets, search the KB, submit feedback to sol pbc. Manage open 5 + tickets, attach files, check announcements, run diagnostics. TRIGGER: file 6 + bug, request feature, submit feedback, search KB, announcements, tickets, 7 + sol call support create/search/list/reply/diagnose. 15 8 --- 16 9 17 10 # sol support
+4 -9
apps/todos/talent/todos/SKILL.md
··· 1 1 --- 2 2 name: todos 3 3 description: > 4 - Manage todo checklists organized by facet and day. List, add, complete, 5 - cancel, move tasks, schedule nudges (reminders), and review upcoming items. 6 - Use when the owner mentions tasks, to-do items, action items, checklists, 7 - reminders, or nudges, or asks to add, complete, cancel, or review todos. 8 - TRIGGER: todo, task, action item, checklist, reminder, nudge, scheduled 9 - reminder, upcoming items, remind me, sol call todos list, 10 - sol call todos add, sol call todos done, sol call todos cancel, 11 - sol call todos upcoming, sol call todos list-nudges-due, 12 - sol call todos dispatch-nudges. 4 + Todo checklists organized by facet and day. List, add, complete, cancel, 5 + move tasks, schedule reminder nudges, review upcoming. TRIGGER: todo, 6 + task, action item, checklist, reminder, nudge, upcoming items, remind me, 7 + sol call todos list/add/done/cancel/upcoming/list-nudges-due/dispatch-nudges. 13 8 --- 14 9 15 10 # Todos CLI Skill
+4 -8
apps/transcripts/talent/transcripts/SKILL.md
··· 2 2 name: transcripts 3 3 description: > 4 4 Browse and read transcript content from audio recordings, screen captures, 5 - and agent summaries. Check recording coverage, list segments, read 6 - transcript text with source filtering, and review monthly statistics. 7 - Use when the owner asks about recordings, transcripts, what was said, 8 - conversation content, or wants to review captured audio or screen activity. 9 - TRIGGER: transcript, recording, audio, what was said, conversation, 10 - segment, screen capture, recording coverage, monthly stats, 11 - sol call transcripts scan, sol call transcripts segments, 12 - sol call transcripts read, sol call transcripts stats. 5 + and agent summaries. Check coverage, list segments, read transcripts with 6 + source filtering, review monthly stats. TRIGGER: transcript, recording, 7 + audio, what was said, conversation, segment, screen capture, sol call 8 + transcripts scan/segments/read/stats. 13 9 --- 14 10 15 11 # Transcripts CLI Skill
+5 -11
skills/solstone/SKILL.md
··· 2 2 name: solstone 3 3 version: 1.0.0 4 4 description: > 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. 5 + Read-only query of the solstone journal from any project. Look up people 6 + and relationships, today's events, todos; read transcripts; intelligence 7 + briefings on entities. TRIGGER: solstone, my journal, search my memory, 8 + what happened, who is, meeting with, co-brain, recall, sol call 9 + journal/entities/transcripts/todos. 16 10 --- 17 11 18 12 # solstone — journal query interface
+5 -12
talent/routines/SKILL.md
··· 1 1 --- 2 2 name: routines 3 3 description: > 4 - Set up recurring routines — daily briefings, weekly reviews, domain 5 - watches, commitment audits, meeting prep — or custom automations. 6 - Create from templates with sensible defaults or from custom 7 - instructions, adjust timing and scope, pause/resume, delete, run 8 - immediately to test, respond to routine suggestions, and read past 9 - output. 10 - TRIGGER: routine, routines, schedule, recurring, automate, daily brief, 11 - morning briefing, weekly review, domain watch, meeting prep, 12 - commitment audit, routine output, pause routine, run immediately, 13 - routine suggestions, sol call routines create, sol call routines list, 14 - sol call routines edit, sol call routines run, sol call routines output, 15 - sol call routines suggest-respond, sol call routines suggest-state. 4 + Recurring routines — daily briefings, weekly reviews, domain watches, 5 + commitment audits, meeting prep, or custom automations. Create from 6 + templates, adjust timing, pause/resume, run now, respond to suggestions. 7 + TRIGGER: routine, schedule, recurring, automate, daily brief, weekly 8 + review, sol call routines create/list/edit/run. 16 9 --- 17 10 18 11 # Routines CLI Skill