- Home
- Skills
- Ed3dai
- Ed3d Plugins
- Using Generic Agents
using-generic-agents_skill
- Python
128
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill ed3dai/ed3d-plugins --skill using-generic-agents- SKILL.md1.4 KB
Overview
This skill helps you choose which generic agent variant to run for a given task by mapping task characteristics to three agent profiles: Haiku, Sonnet, and Opus. It distills trade-offs between cost, focus, and autonomy so you pick an agent that matches task complexity and budget. The goal is faster, cheaper runs for routine jobs and more capable agents for high-stakes or long-horizon work.
How this skill works
The skill inspects task prompts, success criteria, and constraints (cost, parallelism, tolerance for drift) and recommends one of the three agent profiles. It highlights why an agent was chosen and lists conditions that would change the recommendation. If an operator specifies an agent explicitly, that direction is honored immediately.
When to use it
- Selecting an agent before running automated workflows or tests
- Planning resource allocation across many parallel jobs
- Choosing an agent for debugging, code review, or local development tasks
- Deciding when to escalate to a more capable model for critical decisions
- Standardizing agent selection across a team or CI pipeline
Best practices
- Provide clear, specific prompts for Haiku to get reliable, low-cost execution
- Use Sonnet for everyday development tasks that need judgment but not extreme focus
- Reserve Opus for complex, high-risk, or multi-step analysis where staying on-track matters
- Start with the recommended agent and only escalate if results loop or wander
- Document success criteria and constraints so the skill can make consistent recommendations
Example use cases
- Run Haiku for bulk data formatting jobs and simple API integrations where speed and cost matter
- Use Sonnet for multi-file debugging, feature implementation, and codebase reasoning
- Choose Opus for architecture reviews, research synthesis, or decisions requiring sustained context
- Automate agent selection in CI: Sonnet for test triage, Opus for complex failure diagnosis
- Scale large batches by assigning Haiku to high-volume, well-specified tasks and Sonnet for edge cases
FAQ
Re-run with more specific instructions or escalate: Haiku -> Sonnet -> Opus. Also tighten success criteria or add intermediate checks.
Can I force a specific agent?
Yes. Operator directions supersede the recommendation; the skill will honor explicit agent selections.