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>
This commit is contained in:
Paul O'Reilly
2026-03-11 15:33:46 +13:00
commit 5ff98763cd
6 changed files with 244 additions and 0 deletions

8
MEMORY.md Normal file
View File

@@ -0,0 +1,8 @@
# 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