compound

Installation
SKILL.md

/compound - Knowledge Compounding

After a sprint or a significant fix, extract what you learned into structured, searchable documents. Next time the agent plans or reviews, it finds these automatically.

Telemetry preamble

Defensive telemetry init. No-op if telemetry is disabled via NANOSTACK_NO_TELEMETRY=1, ~/.nanostack/.telemetry-disabled, or if the helpers are removed.

_P="$HOME/.claude/skills/nanostack/bin/lib/skill-preamble.sh"
[ -f "$_P" ] && . "$_P" compound
unset _P

When to run

  • After /ship completes a sprint
  • After fixing a bug that took significant investigation
  • After making an architecture decision worth remembering
Related skills

More from garagon/nanostack

Installs
13
GitHub Stars
195
First Seen
Mar 30, 2026