agent-creator
Installation
SKILL.md
Agent Profile Creator
Create agent profiles stored as config.json in ~/.aider-desk/agents/{name}/ (global) or {project}/.aider-desk/agents/{name}/ (project-level).
Read all reference files before proposing a profile to ensure accuracy.
Q&A Process
Step 1: Understand Purpose
Ask user: "Describe the agent's purpose and what it should do."
Based on their response, internally propose all properties:
- Name (derived from purpose)
- Max iterations (default 250)
- Tool groups (based on purpose)
- Custom instructions (if applicable)
- Subagent config (always enabled, contextMemory: "off" by default)
- Tool approvals (based on needs)