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:
8
MEMORY.md
Normal file
8
MEMORY.md
Normal 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
|
||||
Reference in New Issue
Block a user