generator-creator
v1.1.2
Published
create a generator for given usecase
Readme
GeneratorAgent
A VS Code extension that acts as a Chat Participant in GitHub Copilot, allowing you to create and manage custom generators.
Installation
Via NPM
npm install -g generatorVia VS Code
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X) - Search for "GeneratorAgent"
- Click Install
Usage
In Copilot Chat
- Open Copilot Chat (
Ctrl+L) - Type
@GeneratorAgentto access the agent - Ask it to help generate code, templates, or custom tools
Via Command
- Run command palette (
Ctrl+Shift+P) - Search for "Load Agents"
- The extension will scan and load all available agents from
~/Agent/.agents/
Post-Install Setup
When you install this extension via npm:
- ✅ Creates
~/Agent/.agents/directory if it doesn't exist - ✅ Sets up
generators.jsonconfiguration - ✅ Registers as a Copilot chat participant automatically
Features
- 🤖 Chat Participant: Available in Copilot as
@GeneratorAgent - 📂 Agent Management: Automatically discovers agents in
~/Agent/.agents/ - 🚀 Auto-initialization: Post-install script sets everything up
Configuration
Agents are stored in: ~/.agents/generators.json
Example structure:
{
"id": "generator",
"name": "GeneratorAgent",
"description": "Generator Agent responsible for generating generators",
"scope": "folder",
"folderScoped": true
}License
MIT
