personal memory agent
0
fork

Configure Feed

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

broaden coding skill triggers to catch exploration and reasoning tasks

The skill was only triggering on explicit code contribution patterns but
not on exploratory work like understanding how systems work, tracing code
paths, or writing scratch scripts against journal internals.

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

+7 -3
+7 -3
muse/coding/SKILL.md
··· 4 4 Solstone development guidelines, project structure, coding standards, 5 5 testing, and environment. The single source of truth for anyone writing 6 6 code on solstone — Claude Code sessions, hopper lodes, and coder 7 - sub-agents. Use when writing, reviewing, or testing solstone code. 8 - TRIGGER: code contribution, coding standards, project structure, 9 - testing, make commands, development setup, PR review. 7 + sub-agents. Load this skill BEFORE writing, reviewing, exploring, or 8 + reasoning about any solstone code. TRIGGER: writing code, reading code, 9 + reviewing code, exploring code, understanding how something works, 10 + project structure, directory layout, journal layout, segments, streams, 11 + pipelines, observe, think, convey, apps, scratch scripts, coding 12 + standards, testing, make commands, development setup, PR review, how 13 + does X work, where is X, what calls X, tracing code paths. 10 14 --- 11 15 12 16 # Development Guidelines