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/cryndoc/polisade-orchestrator/acceptancenpx skills add cryndoc/polisade-orchestrator --skill acceptancegit clone --depth 1 https://github.com/cryndoc/polisade-orchestratorWrote 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/cryndoc/polisade-orchestrator/acceptance)<a href="https://agentmods.dev/skills/cryndoc/polisade-orchestrator/acceptance"><img src="https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/acceptance.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.00129 | $0.05006 |
| Opus 5 | $0.00064 | $0.02503 |
| Sonnet 5 | $0.00026 | $0.01001 |
| Haiku 4.5 | $0.00013 | $0.00501 |
Grade A, and why
acceptance 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 363 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/polisade:acceptance [author | run | repair] — Приёмка как практика
Человек записывает образ результата — пары «одна фраза интента + один
исполняемый чек» — в acceptance/ACCEPTANCE.md. Скилл гоняет эти чеки и чинит
код по красным. Разбор файла, линт и прогон — детерминированные
(scripts/polisade_acceptance.py, stdlib-only); интервью и ремонт — работа
модели.
⚠️ ЧЕСТНАЯ РАМКА — прочитай и повтори пользователю при первом запуске
┌─────────────────────────────────────────────────────────────┐
│ Это приёмка-ПРАКТИКА (best-effort), а НЕ приёмка-ГАРАНТИЯ. │
│ │
│ Файл проверок лежит в репозитории: он виден модели и │
│ доступен ей на запись. Запрет «не правь проверки, чини │
│ код» держится ПРОМПТОМ этого скилла, а не барьером. │
│ Прогон умеет ЗАМЕТИТЬ подмену (дайджесты пар и их │
│ приборов), но не │
│ умеет её ПРЕДОТВРАТИТЬ. │
└─────────────────────────────────────────────────────────────┘
Что это значит на практике:
- зелёная приёмка здесь = «чеки прошли», а не «результат гарантирован»;
- самый вероятный способ получить ложную зелень — ослабить сам чек; ровно этот путь и не закрывается промптом;
- приёмка с гарантией (оракул вне досягаемости исполнителя, независимый судья,
барьеры против правки тестов) — свойство отдельного платного продукта;
граница описана в документе
docs/what-works-without-paid-parts.mdрепозитория Polisade Orchestrator (в поставку плагинаdocs/не входит).
⛔ Запрещено (класс F1 — «отказ способности подан как положительный факт»): подавать вывод этого скилла как «приёмка пройдена, качество подтверждено». Пиши как есть: «чеки приёмки зелёные (best-effort, проверки правились/не правились — см. отчёт)».
Использование
/polisade:acceptance author # интервью: записать образ результата (пары)
/polisade:acceptance author AC-003 # добавить/переписать ОДНУ пару
/polisade:acceptance run # прогнать все чеки, показать красные
/polisade:acceptance run AC-001 # прогнать одну пару
/polisade:acceptance repair # пересдача: чинить КОД по красным чекам
/polisade:acceptance repair AC-002 # пересдача по одной паре
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.
- 6d ago First seen · 363 lines · 129 tokens per session scan A 3b457469d44e
acceptance is a skill published in the GitHub repository cryndoc/polisade-orchestrator (7 stars, last pushed 11d ago), licensed Apache-2.0. It adds 129 tokens to every session and 5,006 once invoked, about $0.0006 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
tdd-workflow
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
e2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI.
browser-check
Drive a real browser and come back with a MEASUREMENT rather than an impression - console errors and >=400 responses as counts, computed styles as JSON when appearance is disputed. Use when work touches UI, when a review must verify one, or when fidelity-gate asks for its measurement.
atf-testing
Build ServiceNow Automated Test Framework tests and suites — impersonation, form steps, assertions, server-side script steps, test parameters, and execution via snowcreateatftest / snowexecuteatftest.
phoenicurus
Skill "phoenicurus" from markmhendrickson/ateles, covering phoenicurus — qa, identity, agents are the primary users, principals and job.
e2e-runner
End-to-end testing specialist using Playwright. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.