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 instructions/ddtcorex/maestro-skills/agents-mdgit clone --depth 1 https://github.com/ddtcorex/maestro-skillsWrote 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/instructions/ddtcorex/maestro-skills/agents-md)<a href="https://agentmods.dev/instructions/ddtcorex/maestro-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/ddtcorex/maestro-skills/agents-md.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.1 | $0.05116 | $0.05116 |
| Opus 5 | $0.02558 | $0.02558 |
| Sonnet 5 | $0.01023 | $0.01023 |
| Haiku 4.5 | $0.00512 | $0.00512 |
Grade C, and why
maestro-skills AGENTS.md scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
One-line installer/updater (`curl -fsSL .../install.sh | bash`). Key points if Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
One-line installer/updater (`curl -fsSL .../install.sh | bash`). Key points if How it starts
The opening of the file, as written. The whole thing — 362 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Instructions for AI agents working in this repository. CLAUDE.md at the repo
root is a symlink to this file, so Claude Code follows the same rules; Codex CLI
reads AGENTS.md directly. Edit AGENTS.md only — never edit CLAUDE.md
directly or replace the symlink with a copy.
Workflow: Superpowers skills are mandatory
Every change to this repository MUST follow the Superpowers skill workflow, in order:
- brainstorming — explore intent and design before writing anything; record the
outcome in the PR description (
YYYY-MM-DD-<topic>-design.mdstyle). - writing-plans — turn the approved spec into a task-by-task plan with exact test and implementation sketches; plans are transient working files, deleted once their batch ships.
- executing-plans — implement task by task with strict TDD: failing test first, verify RED, implement, verify GREEN, then commit that task before starting the next.
Do not skip ahead to implementation or commit while a task's tests are red. Specs and plans are working artifacts, not deliverables — describe durable outcomes in the PR description instead of committing dated process files.
Git workflow
- Never commit to
masterdirectly; start a feature branch per work session (fix/...,feat/...,docs/...). One TDD task = one commit while executing a plan; squash at merge time if the history reads better squashed. - Conventional commit subjects (
fix:,feat:,docs:,chore:), imperative mood. - Open a pull request once the branch is green; link it to the plan that produced it.
What this repo is
A dual-ecosystem plugin (maestro-skills, npm @ddtcorex/maestro-skills)
bundling 31 skills in two halves: 17 Magento 2 / Govard domain skills written
here, plus the 14-skill superpowers process library forked verbatim from
obra/superpowers v6.3.0 (MIT — see
THIRD-PARTY-NOTICES.md). Distributed via self-listing marketplaces for both
Claude Code and Codex CLI, and as a DeepSeek Harness Cordis plugin that also
installs its own DSH agent preset at startup. There is no test suite and no
application code beyond src/ (the Cordis plugin) — the repository is the
plugin (in every ecosystem at once), and its content is Markdown (SKILL.md)
plus four JSON manifests, one install script, and one sync script.
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.
- yesterday Changed · +25 lines · +401 tokens per session 3ad64f9bd49d
- 5d ago First seen · 337 lines · 4,715 tokens per session scan C 79ae76d09074
maestro-skills AGENTS.md is an instructions file published in the GitHub repository ddtcorex/maestro-skills (4 stars, last pushed yesterday), licensed MIT. It adds 5,116 tokens to every session, about $0.0256 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
supergraph AGENTS.md
AGENTS.md instructions for datit309/supergraph, covering supergraph — mandatory workflows, skills, auto language detection, tiered workflow — pick the right tier first and full pipeline (tier 3).
project-legibility AGENTS.md
AGENTS.md instructions for perhapsspy/project-legibility, covering agents.md and 검증.
lianhuanhua-skills AGENTS.md
Instructions for littlewindy123/lianhuanhua-skills, covering agents.md, project goal, architecture rules, commands and before committing.
ai-plugin GEMINI.md
Gemini CLI instructions for PostHog/ai-plugin, covering posthog extension, available tool categories and guidelines.
quantcoder-plugin GEMINI.md
Gemini CLI instructions for nutdnuy/quantcoder-plugin: Follow AGENTS.md. Use skills/quantcoder-research/SKILL.md as the primary task guide for QuantCoder research-paper to QuantConnect workflows.
vectorworks-mcp-codex-plugin AGENTS.md
AGENTS.md instructions for BhaveshY/vectorworks-mcp-codex-plugin: This repository is the lightweight Codex companion for BhaveshY/vectorworks-mcp.