generator-agent
v1.0.27
Published
Custom agent that responds with greetings and follows specific instructions
Maintainers
Readme
generator-agent - VS Code Extension
Features
✅ QuickPick Dropdown - Select agents like Copilot dropdown
✅ Chat Panel - Chat-style interface for agent interaction
✅ Command Palette - Run agents from command palette
✅ npm Package Integration - Install agents via npm
✅ Agent Instructions - Follow agent rules from .github/agents/
Installation
Option 1: Direct Installation (Recommended)
To install the latest version, run:
Step1: Install the extension from npm package:
- npm install generator-agent@latest
Step2 : Run the initialization command to set up the extension:
- npx generatoragent init
Step3: Reload VS Code window to activate the extension.
- Reload VS Code window after adding agents
