continuedev
@continuedev Organization
Public Skills
docs-style
by continuedev
Style guidelines for writing and updating documentation. Use when writing new docs, updating existing docs, or reviewing docs for quality.
cn-check
by continuedev
Install and run the Continue CLI (cn) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
check
by continuedev
Runs .continue/checks locally against the current diff or plan. Auto-detects mode — in plan mode it reviews the plan, otherwise it reviews the git diff. Use when the user says /check.
polish-repo
by continuedev
Polish an open-source repository with branding, community files, README overhaul, OG card, usage skill, PR checks, and publishing setup. Designed as a reusable template for Continue repos.
writing-checks
by continuedev
Write Continue check files that review pull requests with AI agents. Use when the user asks to create, write, or generate a check, or wants to enforce a convention on PRs.
all-green
by continuedev
Addresses all PR review comments, resolves merge conflicts, and fixes failing CI checks to get the PR ready to merge. Use when the user wants to make their PR "all green" or ready for merge.