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
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.
SKILL.md body as a Continue rule — e.g. a markdown file under .continue/rules/ in your project (confirm the current location in the Continue docs).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:
allowed-tools: and other agent-specific frontmatter keys are ignored — Continue uses its own tool and model configuration.~/.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.
.continue/ directory (per-project) or your global Continue config. The exact path evolves — confirm in the Continue docs.