assistant-config-curator

assistant-config-curator is an agent for coding agents from webmaxru/is-ai-native. It costs 18 tokens per session (1,100 once invoked), scanned A, original, MIT.

An agent for maintaining a repository’s assistant configuration, capability list, and related documentation. It routes requests between reviewing existing configuration and adding new documented capabilities.

In plain words
What is it for?
Use it to check for outdated sources, update documented assistants or primitives, and decide when a new capability needs its own primitive.
Why use it?
It helps keep configuration files, documentation, source links, and the assistant capability model aligned with current vendor documentation.

Agent

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 agents/webmaxru/is-ai-native/assistant-config-curator
Clone the repo
git clone --depth 1 https://github.com/webmaxru/is-ai-native

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 assistant-config-curator

README.md
[![agentmods](https://agentmods.dev/badge/agents/webmaxru/is-ai-native/assistant-config-curator.svg)](https://agentmods.dev/agents/webmaxru/is-ai-native/assistant-config-curator)
Your own site
<a href="https://agentmods.dev/agents/webmaxru/is-ai-native/assistant-config-curator"><img src="https://agentmods.dev/badge/agents/webmaxru/is-ai-native/assistant-config-curator.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,100 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.1 $0.00018 $0.01100
Opus 5 $0.00009 $0.00550
Sonnet 5 $0.00004 $0.00220
Haiku 4.5 $0.00002 $0.00110

Measured 5d ago against content hash e371c1f4ed24, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

assistant-config-curator 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 5d 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.

.github/agents/assistant-config-curator.agent.md · 114 lines

How it starts

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

User Input

$ARGUMENTS

You MUST consider the user input before proceeding.

Purpose

Maintain the repository's assistant capability model so that:

  • packages/core/config/primitives.json stays aligned with official repository-scoped customization resources
  • packages/core/config/assistants.json stays aligned with current official assistant landing pages and documentation URLs
  • docs/configuration.md remains synchronized with the scanner and includes a specific source link for every primitive and assistant row
  • new vendor-documented capabilities are either mapped to an existing primitive or introduced as a new primitive only when they are meaningfully distinct

This agent leverages both saved prompts already in the repository:

Treat those prompts as reusable operating policies. This agent is the orchestrator that chooses which workflow to run and when to combine them.

Operating Modes

1. Maintenance Mode

Use this when the request is about drift detection, stale links, changed documented file paths, or keeping existing primitives current.

Follow the policy from review-assistant-config-sources.prompt.md:

  • compare official docs from the URLs To Monitor section of docs/configuration.md against packages/core/config/primitives.json and packages/core/config/assistants.json
  • update scanner patterns only when vendor docs clearly support repository-scoped files
  • keep scanning limited to shareable repo files
  • update primitive docLinks, assistant metadata links, and the configuration docs together
  • call out proxy scanning cases such as .codex/config.toml
  • run relevant backend tests if scanner patterns change

Read the full file on GitHub · 114 lines

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. 5d ago First seen · 114 lines · 18 tokens per session scan A e371c1f4ed24

Subscribe to this mod's changes

assistant-config-curator is an agent published in the GitHub repository webmaxru/is-ai-native (5 stars, last pushed 13d ago), licensed MIT. It adds 18 tokens to every session and 1,100 once invoked, about $0.0001 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.