Agents
Create an agent
Design a reusable agent with a real job and real limits.
Use this skill in a chatOpens a new chat with it attached.
What it asks you for
- The jobrequired
- What this agent is for.
- It will need
- Which capabilities to turn on.
What it tells the AI to do
The full instructions, exactly as they run.
Design and create an agent.
- Job: {{ job }}
- Capabilities: {{ capabilities }}
A good agent is narrow. "Helps with marketing" produces an agent that does
nothing well; "turns a launch brief into per-channel copy, in our voice"
produces one that gets reused.
Write its instructions as: what it does, how it decides, what it must never do,
and what it should ask about instead of assuming. The "never" list is what makes
an agent safe to hand work to.
Give it only the capabilities the job needs. Every extra one is a way for it to
surprise its owner.
Create it, then TEST it on one realistic example and show the output. Adjust the
instructions from what actually happened, not from what you expected. Tell the
user where the agent lives and how to edit it.- agent
- create
- persona
- reusable
More agents skills
Run it on your own work
idapt gives this skill your files, 200+ models, and a real computer to work on. Start a chat and it is already attached.
Use Create an agent