Paul O'Reilly 5ff98763cd Initial project setup with reflect skill
Reusable Claude Code skills shared across projects via symlinks
into ~/.claude/skills/. Includes the /reflect skill for structured
milestone reflections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 15:33:46 +13:00

454 B

Custom Claude Skills — Memory

Skill Development Learnings

  • Skills in ~/.claude/skills/ are available across all projects (personal scope)
  • !command`` injection runs at skill load time — great for pre-fetching git logs, file contents, etc.
  • Inline skills (no context: fork) retain full conversation history — essential for reflection-type skills
  • allowed-tools reduces permission prompts by declaring what the skill needs upfront