Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>GhostAgentsNew to Visual Studio Code? Get it now.
GhostAgents

GhostAgents

jnpiyush

|
4 installs
| (0) | Free
Your invisible AI engineering team. Orchestrate PM, Architect, Engineer, and Reviewer agents in Copilot Chat.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GhostAgents VS Code Extension

Adds @ghost to VS Code Copilot Chat — your invisible AI engineering team.

Release Version: 1.1.0

Usage

In Copilot Chat:

@ghost Build an e-commerce platform with user auth and payments
@ghost /epic Payment Gateway with Stripe
@ghost /feature Design the auth system architecture
@ghost /story Implement JWT authentication
@ghost /review Check the auth implementation
@ghost /status

How It Works

  1. You describe what you want
  2. @ghost creates an issue and orchestrates through the pipeline:
    • PM creates PRD (for Epics)
    • Architect designs ADR + Tech Spec (for Features)
    • Engineer writes code + tests (for Stories)
    • Reviewer reviews code quality
  3. Each agent streams results in real-time
  4. All artifacts saved to disk (docs/, src/, tests/)
  5. Full event audit log in .agentx/events/

Features

  • Uses Copilot subscription models (zero API keys)
  • Agent constraints loaded from .github/agents/*.agent.md
  • Multi-step orchestration with progress streaming
  • Automatic artifact persistence
  • Event logging for audit trail
  • Issue tracking

Development

cd src/vscode-extension
npm install
npm run compile
# Press F5 in VS Code to launch Extension Host

Publishing

cd src/vscode-extension
npm run package
# Upload .vsix to VS Code Marketplace
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft