PrefectHQPrefectHQOfficialยท2 Agent Skills Included

colin

Compile live data sources into fresh agent skills

Compiles templates that pull live content from GitHub, Linear, Notion, HTTP endpoints, and MCP servers into ready-to-use agent skills. Tracks source versions and rebuilds only what changed, eliminating stale documentation and manual copy-paste updates. Caches LLM transformations by input hash so repeated runs stay fast and cheap.
npx skills add PrefectHQ/colin --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Colin?โ–ผ

Run `npx skills add PrefectHQ/colin --all -g -y` in your terminal to install all skills in this repository globally.

What does Colin do?โ–ผ

Colin is a context engine that compiles templates referencing live sources like GitHub, Linear, and Notion into agent skills, rebuilding only what changed.

How does Colin keep skills up to date?โ–ผ

It records source versions in a manifest and skips recompiling documents whose sources are unchanged, so your skills stay fresh without wasted work.

Does Colin work with Claude Code?โ–ผ

Yes. Set the output target to claude-skill and compiled skills are written directly to your Claude Code skills folder.

Can Colin generate skills from MCP servers?โ–ผ

Yes. Its MCP blueprint inspects any MCP server and generates a documented skill with runnable Python scripts for each tool.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’