agentmaster-retro

A process for improving a collection of agentmaster skills by studying real usage records, such as transcripts, generated documents, and telemetry. It sends the work to an agentmaster-retro custom agent.

In plain words
What is it for?
It is for reviewing agentmaster skill-suite usage artifacts and coordinating analysis and implementation through the required custom agent.
Why use it?
It provides a way to find and fix problems revealed by actual runs instead of relying only on assumptions. The supplied material does not describe the specific fixes it makes.

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/rhawk117/agentmaster/agentmaster-retro
Any agent
npx skills add rhawk117/agentmaster --skill agentmaster-retro
Clone the repo
git clone --depth 1 https://github.com/rhawk117/agentmaster

Made for: Claude Code, Codex.

Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 183 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.00059 $0.00183
Opus 5 $0.00030 $0.00092
Sonnet 5 $0.00012 $0.00037
Haiku 4.5 $0.00006 $0.00018

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

Security

Grade A, and why

agentmaster-retro 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.

copilot/skills/agentmaster-retro/SKILL.md · 16 lines

What it actually says

This skill is a router. The retro runs inside the agentmaster-retro custom agent, which dispatches scout, code-analyst, and implementer workers for all corpus inventory, grading, and fixes.

Invoke the agentmaster-retro custom agent now, passing any --headless flag verbatim. Do not run the retro inline in this session. If the custom agent is not available, tell the user to run python install.py install --target copilot from the agentmaster bundle.

Arguments: $ARGUMENTS

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 · 16 lines · 59 tokens per session scan A 45a36a55abc0

Subscribe to this mod's changes

agentmaster-retro is a skill published in the GitHub repository rhawk117/agentmaster (1 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 183 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-31.

Related

Other skills, from other repositories

skill-copilot

AL Copilot capability development for Business Central. Use when implementing PromptDialog pages, AI generation features, or integrating with the Copilot toolkit.

javiarmesto/ALDC-AL-Development-Collection · 33 tokens

skill-agent-instructions

Generate, review, and optimize natural language instructions for Business Central agents (Designer or SDK). Triggers on: agent instructions, InstructionsV1.txt, InstructionsV2.txt, MEMORIZE, qualification rules, agent behavior, instruction keywords, agent task instructions, iterate instructions, or improve agent…

javiarmesto/ALDC-AL-Development-Collection · 82 tokens

skill-agent-toolkit

Build, configure, and integrate Business Central agents using the AI Development Toolkit and Agent SDK. Triggers on mentions of Agent SDK, Agent Metadata Provider, IAgentFactory, IAgentMetadata, IAgentTaskExecution, ConfigurationDialog, Agent Task Builder, Agent Session, Copilot Capability, agent instructions, or…

javiarmesto/ALDC-AL-Development-Collection · 72 tokens

skill-api

AL API development patterns for Business Central. Use when creating OData/REST API pages, HttpClient integrations, webhook implementations, or any external system integration via API.

javiarmesto/ALDC-AL-Development-Collection · 36 tokens

skill-pages

AL page design patterns for Business Central. Use when creating Card, List, ListPart, Document pages, implementing page extensions, or designing UX layouts.

javiarmesto/ALDC-AL-Development-Collection · 33 tokens

skill-testing

AL test development patterns for Business Central. Use when creating test codeunits, writing Given/When/Then test procedures, using Library Assert, configuring test projects, or implementing TDD workflows.

javiarmesto/ALDC-AL-Development-Collection · 41 tokens