Open-source VS Code and JetBrains extension that connects any LLM for autocomplete, chat, and inline editing with full model and context control.
Add this skill
npx mdskills install continuedev/continue-extensionInstallation and configuration guide, not an actionable skill for AI agents to execute
The leading open-source AI code assistant for VS Code and JetBrains.
Search "Continue" in the VS Code marketplace, or:
ext install continue.continue
Search "Continue" in the JetBrains plugin marketplace.
Edit ~/.continue/config.json to add your models:
{
"models": [
{
"title": "Claude Sonnet",
"provider": "anthropic",
"model": "claude-sonnet-4-20250514",
"apiKey": "your-key"
}
]
}
Install via CLI
npx mdskills install continuedev/continue-extensionContinue is a free, open-source AI agent skill. Open-source VS Code and JetBrains extension that connects any LLM for autocomplete, chat, and inline editing with full model and context control.
Install Continue with a single command:
npx mdskills install continuedev/continue-extensionThis downloads the skill files into your project and your AI agent picks them up automatically.
Continue works with Vscode Copilot, Continue Dev. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.