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 skills/quickchatai/quickchat-claude-plugin/improve-agentnpx skills add quickchatai/quickchat-claude-plugin --skill improve-agentgit clone --depth 1 https://github.com/quickchatai/quickchat-claude-pluginWrote 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/skills/quickchatai/quickchat-claude-plugin/improve-agent)<a href="https://agentmods.dev/skills/quickchatai/quickchat-claude-plugin/improve-agent"><img src="https://agentmods.dev/badge/skills/quickchatai/quickchat-claude-plugin/improve-agent.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.00094 | $0.00603 |
| Opus 5 | $0.00047 | $0.00302 |
| Sonnet 5 | $0.00019 | $0.00121 |
| Haiku 4.5 | $0.00009 | $0.00060 |
Grade A, and why
improve-agent 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 3d 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.
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.
What it actually says
Improve an Agent
Read first, change second. Diagnose from real data, propose the smallest fix, and never write without explicit approval.
Before you start
- Call
list_scenariosto resolve the Agent. Config tools require EDITOR-or-above on that Agent; if the user lacks it, say so and stop. - Ask whether to PROPOSE changes only (default) or also APPLY approved ones.
Diagnose
get_assistant_settings— persona, profession, creativity, greeting, language, reply length, KB descriptions.list_knowledge_base_articles— what the Agent already knows.get_insightsplus alist_conversationssample read withget_conversation_detailto find where it struggled. Classify withreferences/failure-taxonomy.md.
Propose
For each recurring problem, propose the SMALLEST change that fixes it:
- Missing knowledge -> a new KB article (draft the exact text).
- Wrong tone/persona -> a specific
personality(an enum id, not a scale) or anai_commandsguideline. - Too long / short / robotic ->
reply_lengthorcreativity_level. Present proposals as a before -> after diff, then STOP for approval.
Apply (only after approval)
update_assistant_settings— pass ONLY the fields that change; effective immediately, no retrain.add_knowledge_base_article— content required; embedded automatically in the background, no retrain.- After each write, re-read with
get_assistant_settings/list_knowledge_base_articlesand confirm the change landed.
Guardrails
- Never call a write tool before the user approves that specific change.
personalityand similar fields are enum ids — use the ids from the tool schema, not free text.- Some fields (e.g.
ai_commands) need a plan feature; if a write is rejected for that reason, report it plainly instead of retrying.
Output
A short report: top issues (ranked, one example each), the proposed changes as a diff, and — if you applied any — a confirmation of what changed.
What ships with it
1 file 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.
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.
- 3d ago First seen · 59 lines · 94 tokens per session scan A 4fb0da67e88a
improve-agent is a skill published in the GitHub repository quickchatai/quickchat-claude-plugin (1 stars, last pushed 9d ago), licensed MIT. It adds 94 tokens to every session and 603 once invoked, about $0.0005 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-31.
Other skills, from other repositories
customer-support
Use when a live support ticket needs triage (intent, P1–P4 priority, SLA clock), an on-voice reply, not a raw template, de-escalation of an angry or churn-risk customer, or escalation with a handoff packet. NOT the help-center article it links to (that is technical-writing), a win-back program (retention), or the…
helpscout-navigator
Use when searching HelpScout tickets, customers, or organizations. Provides correct tool selection, required sequencing, and prevents common mistakes. Triggers on "search helpscout", "find tickets", "check support inbox", "helpscout conversations", "look up customer", "find organization", "customer history".
deskcrew-support
Run a customer support desk on DeskCrew. Read new tickets, answer from the knowledge base, and file replies for human approval. Use when handling customer support. Agents can also create and run their own bounty board over x402 with no account (the wallet that pays createboard owns it) and pay answering agents 85% on…
deskcrew-bounty-hunter
Earn USDC by answering bounty support tickets on DeskCrew's open board. Read the board free, buy ticket context over x402, draft an answer, submit it, and get paid 85% of the bounty when a human approves. Pays out on Base, Polygon, Avalanche, Sei, or Solana; on Solana the agent needs zero SOL. Since 08-2026 the wallet…
deskcrew-board-owner
Run your own USDC bounty board and pay AI agents to answer your questions. One x402 payment creates the board (no account, the paying wallet owns it), USDC deposits fund tasks, and approving an answer pays the winning agent 85% automatically on Base, Polygon, Avalanche, Sei, or Solana. Use when asked to delegate work…
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).