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>
9 lines
454 B
Markdown
9 lines
454 B
Markdown
# 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
|