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 skills add cryndoc/polisade-orchestrator --skill debtgit 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/debt)<a href="https://agentmods.dev/skills/cryndoc/polisade-orchestrator/debt"><img src="https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/debt.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.00113 | $0.03210 |
| Opus 5 | $0.00056 | $0.01605 |
| Sonnet 5 | $0.00023 | $0.00642 |
| Haiku 4.5 | $0.00011 | $0.00321 |
Grade A, and why
debt 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 7d 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 — 292 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/polisade:debt [описание] [--task] — Добавить техдолг
Быстрое добавление технического долга. По умолчанию создаёт только DEBT
(регистрация). Передай --task, чтобы сразу завести связанную TASK и положить
её в readyToWork.
Использование
/polisade:debt Рефакторинг модуля авторизации
/polisade:debt Обновить зависимости до последних версий
/polisade:debt Добавить индексы в БД --task # сразу создать TASK
- Без флага — создаётся только DEBT со статусом
ready. Для последующей декомпозиции в TASK используй/polisade:tasks DEBT-XXX(когда готов работать над долгом). - С
--task— создаётся параDEBT + TASK, TASK добавляется вreadyToWork(поведение симметрично старому default).
Алгоритм
- Распарсь args. Выдели
--task(если есть), остаток склей в описание. - Прочитай
.state/PROJECT_STATE.json. Извлекиsettings.debt.autoCreateTask(default:falseесли ключ отсутствует). - Определи
create_task:create_task = trueесли args содержит--taskилиsettings.debt.autoCreateTask == true.create_task = falseво всех остальных случаях.- У команды
/polisade:debtнет флага отказа от TASK. Чтобы получить поведение «только DEBT» в мигрированном проекте — PM либо выключаетsettings.debt.autoCreateTask: falseв.state/PROJECT_STATE.json, либо принимает legacy-поведение (TASK создаётся + deprecation banner).
- Вычисли next-id для DEBT по протоколу из
skills/tasks/references/compute-next-id.md(единый max по.state/counters.json,PROJECT_STATE.artifactIndexи file-scan). Еслиcreate_task— также вычисли next-id для TASK. При Counter drift (на диске выше, чем в counters.json) — АБОРТ с сообщением «Запустиpython3 {plugin_root}/scripts/polisade_sync.py . --apply --yesи повтори». Ни одного файла не пиши до устранения drift'а. - Write-guard. Перед
Writeпроверь, чтоbacklog/tech-debt/DEBT-{N}-slug.mdне существует иDEBT-{N}отсутствует вstate.artifactIndex(и legacystate.artifacts). Еслиcreate_task— ту же проверку наtasks/TASK-{M}-slug.md/TASK-{M}. При коллизии — АБОРТ с отсылкой к/polisade:sync --apply. - Создай
backlog/tech-debt/DEBT-XXX-slug.mdпо шаблону ниже. Определи категорию автоматически или спроси. - Если
create_task— создайtasks/TASK-XXX-slug.mdсо ссылкой на DEBT. Прочитай файлы из «Предлагаемое решение» DEBT, найди конкретные функции/классы, впиши в TASK точные пути + идентификаторы.
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.
- 7d ago First seen · 292 lines · 113 tokens per session scan A d94ece482ffc
debt is a skill published in the GitHub repository cryndoc/polisade-orchestrator (7 stars, last pushed 12d ago), licensed Apache-2.0. It adds 113 tokens to every session and 3,210 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
shiploop
Self-improving multi-agent harness: wraps N git sub-repos as one workspace, dispatches named tickets to cheap-floor headless agents that escalate once on failure, promoting lessons into CLAUDE.md. Use when working in or scaffolding a meta-repo workspace (sub-folders each own .git; root has scripts/ + queue/tickets.md…
ungate-queue
Use when the user wants to work THROUGH the blocked items on a queue with you present — "unblock these", "walk me through what is gated", "let us clear the questions" — or immediately after an unattended run reports items it could not do. Turns each gate reason into the single question that would release the item…
autopilot
Use when the user asks to run a whole queue of open work unattended — "autopilot", "run everything you can", "clear what you can while I am away", "full auto on my open items". Orchestrates the complete run as an explicit checklist: triage the queue into tiers, execute the autonomous pile without stopping, then close…
sdlc-accelerate
End-to-end SDLC ramp-up from idea to construction-ready with automated phase transitions.
project-awareness
Detect project type, AIWG framework state, team configuration, and active work to summarize status and recommend next actions.
artifact-metadata
Manage artifact metadata, versioning, ownership, and review history across the SDLC lifecycle.