# 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