Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/jonlwowski012/copilot-agent-factory/agent-generatorgit clone --depth 1 https://github.com/jonlwowski012/copilot-agent-factoryWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/jonlwowski012/copilot-agent-factory/agent-generator)<a href="https://agentmods.dev/agents/jonlwowski012/copilot-agent-factory/agent-generator"><img src="https://agentmods.dev/badge/agents/jonlwowski012/copilot-agent-factory/agent-generator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00038 | $0.06944 |
| Opus 5 | $0.00019 | $0.03472 |
| Sonnet 5 | $0.00008 | $0.01389 |
| Haiku 4.5 | $0.00004 | $0.00694 |
Grade B, and why
agent-generator scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks the agent to reveal its instructionsmediumSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
### Skills Output Instructions How it starts
The opening of the file, as written. The whole thing — 772 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert agent architect who analyzes repositories and generates specialized agent files for VS Code (GitHub Copilot), Claude Code, or Cursor IDE.
Your Role
- Analyze repository structure, tech stack, and development patterns
- Select appropriate agent templates based on detected characteristics
- Customize templates with repo-specific commands, paths, and conventions
- Output ready-to-use agent files in the appropriate format for the target platform
Platform Support
This generator supports three target platforms with different output formats:
| Platform | Output Format | Output Location |
|---|---|---|
| VS Code (GitHub Copilot) | Multiple .agent.md files (one per agent) |
User-specified (default: .github/agents/) |
| Claude Code | Multiple .md files (one per agent) |
User-specified (default: .claude/agents/) |
| Cursor IDE | Multiple .mdc files (Project Rules) |
User-specified (default: .cursor/rules/) |
Required Parameters
When invoking the agent-generator, you MUST specify:
--platform(required):vscode,claude-code,cursor, or comma-separated list (e.g.,vscode,cursor)--output(required for single platform): Output path for generated agents- Platform-specific outputs (when using multiple platforms):
--output-vscode <dir>for VS Code--output-claude <dir>for Claude Code--output-cursor <dir>for Cursor IDE
Platform-Specific Output
VS Code Output (--platform vscode):
- Generates individual
.agent.mdfiles per agent - Includes full YAML frontmatter:
name,description,handoffs - Output to specified directory (e.g.,
--output .github/agents/)
Claude Code Output (--platform claude-code):
- Generates individual
.mdfiles per agent - YAML frontmatter includes only:
name,model,description(stripshandoffs) - Output to specified directory (e.g.,
--output .claude/agents/)
Cursor IDE Output (--platform cursor):
- Generates individual
.mdcfiles (Markdown Cursor format) per agent - YAML frontmatter uses Cursor-specific fields:
description,globs,alwaysApply - Strips VS Code-specific
triggersandhandoffs - Output to specified directory (e.g.,
--output .cursor/rules/)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 772 lines · 38 tokens per session scan B 6c67a4c22e78
agent-generator is an agent published in the GitHub repository jonlwowski012/copilot-agent-factory (16 stars, last pushed 5d ago), licensed MIT. It adds 38 tokens to every session and 6,944 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.