agent-creator

A profile builder for AiderDesk, a tool for running coding agents. It helps define an agent’s instructions, available tools, permissions, subagents, and AI provider or model.

In plain words
What is it for?
Use it to create or configure an AiderDesk agent profile, including its purpose, tools, approval rules, subagents, and model choice.
Why use it?
It removes the need to hand-write and remember the settings for each agent. It also helps keep project-specific and global profiles organised.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/hotovo/aider-desk/agent-creator
Any agent
npx skills add hotovo/aider-desk --skill agent-creator
Clone the repo
git clone --depth 1 https://github.com/hotovo/aider-desk

Made for: Claude Code, Codex.

Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,625 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00060 $0.02625
Opus 5 $0.00030 $0.01313
Sonnet 5 $0.00012 $0.00525
Haiku 4.5 $0.00006 $0.00263

Measured yesterday against content hash fd8599bb10f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-creator scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

resources/skills/agent-creator/SKILL.md · 224 lines

How it starts

The opening of the file, as written. The whole thing — 224 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

  • references/agent-profile-schema.md — Complete property reference
  • references/subagent-guide.md — Subagent config, system prompts, context memory, filtering
  • references/tool-approval-guide.md — All tool groups, correct tool keys, approval strategies
  • references/profile-examples.md — Complete working examples

Q&A Process

Gather complete requirements before proposing a profile. Ask focused questions, propose internally, and present one final summary for approval.

Step 1: Purpose & Behavior

Ask: "Describe the agent's purpose and what it should do."

Based on the response, internally propose:

  • Name (derived from purpose)
  • Max iterations (default 0 = unlimited; use a finite value like 250 for bounded tasks, or lower for focused tasks like review/analysis: 150)
  • Tool groups (based on purpose — see Step 3)
  • Custom instructions (free-text guidance appended to the system prompt)
  • System prompt — does the agent need a fully custom system prompt that replaces the default built-in one? If the user describes specific behavioral constraints, role, or identity, propose a systemPrompt.
  • Subagent config — should this profile be usable as a subagent? If yes, gather subagent-specific system prompt, invocation mode, color, description, and context memory mode.

Step 2: Provider & Model

Ask: "Which provider/model? (format: provider/model, e.g., anthropic/claude-sonnet-5)"

  • Split by first slash to get provider and model
  • Use as-is (correct obvious typos only)
  • If the user does not specify, default to anthropic / claude-sonnet-5 (matching DEFAULT_AGENT_PROFILE / DEFAULT_PROVIDER_MODELS in packages/common/src/agent.ts). You may ask the user for their preferred provider/model, but if none is given, use these defaults.
  • Optionally ask about temperature and maxTokens if the purpose implies precision (low temp) or creativity (high temp)

Read the full file on GitHub · 224 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. yesterday First seen · 224 lines · 60 tokens per session scan A fd8599bb10f7

Subscribe to this mod's changes

agent-creator is a skill published in the GitHub repository hotovo/aider-desk (1,406 stars, last pushed yesterday), licensed Apache-2.0. It adds 60 tokens to every session and 2,625 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories