Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>corgiNew to Visual Studio Code? Get it now.
corgi

corgi

Corgi

|
94 installs
| (2) | Free
corgi-compose.yml autocomplete + validation, a corgi runner, and an AI assistant (@corgi chat + Copilot agent tools) for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🐶 Corgi vscode extension 🐶

Reliability Rating Bugs Code Smells

Security Rating Vulnerabilities

Maintainability Rating Lines of Code Technical Debt

Quality Gate Status

Extension link in vscode marketplace

Public docs in corgi docs

This is helpful corgi extension, that:

  • highlights syntax, autocompletion in corgi-compose.yml files
  • adds commands in activity bar, status bar or editing view to run corgi or its helpers
  • ships an AI assistant (see below)

🤖 AI assistant

Requires VS Code 1.95+ with GitHub Copilot (or any provider exposing the Language Model API).

@corgi in Copilot Chat — knows the corgi-compose.yml schema and the CLI:

  • @corgi /new a go api with a postgres db — scaffold a corgi-compose.yml
  • @corgi /explain — explain the current compose file (what starts, env wiring)
  • @corgi /debug — runs corgi doctor + corgi status and diagnoses issues
  • @corgi how do I add a redis cache? — grounded Q&A

Each reply offers one-click corgi doctor / corgi run buttons.

Copilot agent-mode tools — in agent mode Copilot can call corgi directly: corgi-status, corgi-doctor, corgi-validate, corgi-list (read-only) and corgi-run (asks before starting your stack). So "get my stack running and fix issues" just works. Reference them explicitly with #corgiStatus, #corgiDoctor, etc.

The CLI must be installed (the assistant shells out to it).

Requirements (only needed for running corgi directly in vscode)

You can install corgi in any of these ways:

  • from vscode SHIFT+CMD+P and type Corgi install with Homebrew

  • manually install Corgi with Homebrew

brew install andriiklymiuk/homebrew-tools/corgi

Try it with expo + hono server example

corgi run -t https://github.com/Andriiklymiuk/corgi_examples/blob/main/honoExpoTodo/hono-bun-expo.corgi-compose.yml

In order to update corgi run

corgi update

Attribution

Credits:

  • Icon by Freepik
  • Corgi image by catalyststuff
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft