Providing appropriate context and knowledge our agents need to succeed.
Clone to ~/.claude/skills:
git clone https://github.com/boettiger-lab/agent-skills ~/.claude/skillsOther clients can be instructed to load these skills on demand by having the model copy their metadata into AGENTS.md or similar.
symlink the skills dir, e.g.
{
// ... your existing devcontainer config ...
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.claude/skills,target=/home/vscode/.claude/skills,type=bind,consistency=cached"
]
}