Fix skill frontmatter and simplify distill skill instructions

Replace non-ASCII characters in log and distill-best-practices
frontmatter that silently prevented skill loading. Simplify distill
skill instructions. Update install.sh for new skills.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul O'Reilly
2026-03-17 11:15:45 +13:00
parent bc822d9d3c
commit 5a59d463de
4 changed files with 29 additions and 44 deletions

View File

@@ -26,7 +26,7 @@ You are processing session logs into structured, topic-based memory files.
!`ls -1 memory/ 2>/dev/null || echo "No memory directory"`
### Settings
!`cat settings.yaml 2>/dev/null || cat $CLAUDE_PROJECT_ROOT/projects/claude-foundations/settings.yaml 2>/dev/null || echo "No settings file found using defaults: max_logs_per_run=10, retention_days=7, warn_unreflected_days=14"`
(Read `~/dev/claude/projects/claude-foundations/settings.yaml` using the Read tool. If not found, use defaults: max_logs_per_run=10, retention_days=7, warn_unreflected_days=14)
### Recent git log (for staleness detection)
!`git log --oneline -30 2>/dev/null || echo "Not a git repo"`