improve-agent

improve-agent is a skill for Claude Code, Codex from quickchatai/quickchat-claude-plugin. It costs 94 tokens per session (603 once invoked), scanned A, original, MIT.

An audit and improvement workflow for a Quickchat AI Agent. It examines the Agent’s settings, knowledge base, and recent conversations before suggesting specific changes.

In plain words
What is it for?
Use it to review an Agent, draft knowledge-base additions, or propose approved changes to its instructions and settings.
Why use it?
It helps find missing knowledge, incorrect answers, unsuitable tone, or response-length problems using actual conversations.

Skill for Claude CodeCodex

Part of the quickchat plugin — 5 skills, 5 commands, 1 MCP server shipped together

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/quickchatai/quickchat-claude-plugin/improve-agent
Any agent
npx skills add quickchatai/quickchat-claude-plugin --skill improve-agent
Clone the repo
git clone --depth 1 https://github.com/quickchatai/quickchat-claude-plugin

Made for: Claude Code, Codex.

Or install quickchat, the plugin that ships this one along with the rest of its 5 skills, 5 commands, 1 MCP server.

Wrote 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.

agentmods badge for improve-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/quickchatai/quickchat-claude-plugin/improve-agent.svg)](https://agentmods.dev/skills/quickchatai/quickchat-claude-plugin/improve-agent)
Your own site
<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>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 603 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.00094 $0.00603
Opus 5 $0.00047 $0.00302
Sonnet 5 $0.00019 $0.00121
Haiku 4.5 $0.00009 $0.00060

Measured 3d ago against content hash 4fb0da67e88a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugins/quickchat/skills/improve-agent/SKILL.md · 59 lines

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_scenarios to 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

  1. get_assistant_settings — persona, profession, creativity, greeting, language, reply length, KB descriptions.
  2. list_knowledge_base_articles — what the Agent already knows.
  3. get_insights plus a list_conversations sample read with get_conversation_detail to find where it struggled. Classify with references/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 an ai_commands guideline.
  • Too long / short / robotic -> reply_length or creativity_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_articles and confirm the change landed.

Guardrails

  • Never call a write tool before the user approves that specific change.
  • personality and 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.

Files

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.

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. 3d ago First seen · 59 lines · 94 tokens per session scan A 4fb0da67e88a

Subscribe to this mod's changes

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.

Related

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…

ericrisco/rsc-harness · 90 tokens

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".

drewburchfield/help-scout-mcp-server · 65 tokens

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…

webmilmind1/deskcrew-mcp · 72 tokens

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…

webmilmind1/deskcrew-mcp · 141 tokens

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…

webmilmind1/deskcrew-mcp · 93 tokens

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).

basher83/Zammad-MCP · 61 tokens