Colin using-colin

How to use Colin to compile agent skills from live sources. Use when working with Colin projects, templates, compilation, or skill management.

install
source · Clone the upstream repo
git clone https://github.com/PrefectHQ/colin
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/PrefectHQ/colin "$T" && mkdir -p ~/.claude/skills && cp -r "$T/src/colin/blueprints/quickstart/models" ~/.claude/skills/prefecthq-colin-using-colin && rm -rf "$T"
manifest: src/colin/blueprints/quickstart/models/SKILL.md
source content

Using Colin

Compiled from live documentation.

{{ colin.github.file('PrefectHQ/colin', 'docs/getting-started/quickstart.mdx').content }}


{{ ref('tips.md').content }}