Agent Skills · Continue · SKILL.md catalog · 159,000+ entries
For the open-source IDE assistant

Skills for Continue

159,000+ SKILL.md files you can use with Continue — the open-source AI code assistant for VS Code and JetBrains. Adapt a skill into a Continue rule and it applies as standing project context. Free to browse. Pro unlocks the multi-signal Quality Score.

cp <skill>/SKILL.md .continue/rules/<slug>.md
Browse the catalog → Continue home

What is Continue?

Continue is a widely-used open-source AI coding assistant that runs inside VS Code and JetBrains, with chat, autocomplete, and agent modes you can point at any model. It reads project guidance from rules — markdown blocks configured under the .continue/ directory — which is where a SKILL.md's instructions live once adapted.

How to install a skill on Continue

Compatibility notes

Continue applies rules as plain markdown guidance, not SKILL.md frontmatter — so a skill's body ports directly while the YAML header is ignored. A few patterns to watch:

Continue skills, answered

What is Continue?
Continue is an open-source AI code assistant for VS Code and JetBrains with chat, autocomplete, and agent modes, usable with any model. See continue.dev.
Does Continue support SKILL.md natively?
Continue doesn't have a dedicated SKILL.md loader like Claude Code's ~/.claude/skills/. Instead it reads rules (markdown) under .continue/ — so you adapt a skill's body into a rule. Check the Continue docs for the current rules location.
Where do Continue rules live?
Continue rules are configured under the .continue/ directory (per-project) or your global Continue config. The exact path evolves — confirm in the Continue docs.