agent-generator-cli
v1.0.3
Published
A Copilot Agent for conditional rule-based data generation
Readme
Generator Agent for GitHub Copilot
Installation
npm install -g agent-generator-cliAfter installation, restart VS Code and the "Generators" agent will automatically appear in your GitHub Copilot agent list.
Usage
- Open GitHub Copilot Chat.
- Select the "Generators" agent.
- Start prompting.
Features
- Static generator
- Dynamic generator
- Conditional generator
- Reference generator
- Remote generator
Instructions
Getting Started
| Step | Action | Details |
|------|--------|------------------------------------------------------|
| 1 | Install| Follow the Quick Install steps |
| 2 | Setup | Copy .github/agents folder to your project root |
| 3 | Open | Launch GitHub Copilot Chat in VS Code |
| 4 | Select | Choose "Generators" agent |
| 5 | Prompt | Start using the agent with your requests |
Key Commands
- Start Agent:
Ctrl+Shift+P→ "Start Generators Agent" - Reload Window:
Ctrl+Shift+P→ "Reload Window" - Copilot Chat:
Ctrl+Shift+I(Open Copilot Chat panel)
Best Practices
- Use the appropriate agent (Generators for configuration)
- Provide clear prompts for better generation results
- Test generated output before using in production
