continuedevcontinuedevOfficialยท2 Agent Skills Included

continue

Open-source AI coding agent for terminal, VS Code, and JetBrains

Brings an AI coding agent into your terminal, VS Code, and JetBrains editors to write, edit, and review code. Runs automated AI checks on local code changes, catching security issues and style problems before you commit. Streams chat responses, executes terminal commands, and applies suggested fixes as patches without manual copy-pasting. Supports custom markdown-based review agents so teams can automate their own code review rules.
npx skills add continuedev/continue --all -g -y
Available:

Tells AI coding agents how the Continue CLI is structured, which build and test commands to run, and which rules to follow when modifying code in this repository.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’