continue
Open-source AI coding agent for terminal, VS Code, and JetBrains
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Continue?โผ
Run `npx skills add continuedev/continue --all -g -y` in your terminal to install all skills in this suite globally.
What does Continue do?โผ
Continue is an open-source AI coding agent that works in your terminal, VS Code, and JetBrains to help you write, edit, and review code through natural language.
How to run AI code checks locally?โผ
Use the cn-check skill to run `cn check`, which reviews your uncommitted changes with AI agents and can apply suggested fixes automatically with the --fix flag.
Can I create custom code review agents?โผ
Yes. Write a markdown file in .continue/agents describing your review rules, and Continue will run it against your code changes and report issues as patches.
Does Continue work in CI pipelines?โผ
Yes. The CLI supports headless mode and JSON output, so you can run AI checks automatically in CI and fail builds when issues are found.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core