implement

implement is a skill for Claude Code, Codex from cryndoc/polisade-orchestrator. It costs 4 tokens per session (32,306 once invoked), scanned A, original, Apache-2.0.

A Claude plugin for generating and editing images through Google Gemini, OpenAI GPT Image, and xAI Grok Image APIs.

In plain words
What is it for?
Creating new images and changing existing images with the listed image APIs.
Why use it?
It gives Claude access to several image-generation and image-editing services from one add-on. The supplied details do not describe how users invoke it or what options it exposes.

Skill for Claude CodeCodex

Part of the polisade plugin — 27 skills, 2 commands shipped together

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/cryndoc/polisade-orchestrator/implement
Any agent
npx skills add cryndoc/polisade-orchestrator --skill implement
Clone the repo
git clone --depth 1 https://github.com/cryndoc/polisade-orchestrator

Made for: Claude Code, Codex.

Or install polisade, the plugin that ships this one along with the rest of its 27 skills, 2 commands.

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 implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/implement.svg)](https://agentmods.dev/skills/cryndoc/polisade-orchestrator/implement)
Your own site
<a href="https://agentmods.dev/skills/cryndoc/polisade-orchestrator/implement"><img src="https://agentmods.dev/badge/skills/cryndoc/polisade-orchestrator/implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 32,306 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00004 $0.32306
Opus 5 $0.00002 $0.16153
Sonnet 5 $0.00001 $0.06461
Haiku 4.5 $0.00000 $0.03231

Measured 3d ago against content hash 1ee4b5fb173d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

implement scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- автоматический merge PR через любой VCS CLI/API (`polisade_vcs.py pr-merge`, `gh`, curl к Bitbucket)
skills/implement/SKILL.md · 2,478 lines

How it starts

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

/polisade:implement [TASK-XXX] — Реализация через субагент

Автономная реализация задачи через изолированный субагент с чистым контекстом.

ВАЖНО: /polisade:implement принимает ТОЛЬКО TASK-XXX. Для BUG/DEBT/CHORE автоматически создаётся TASK.

ARCHRUN-NNN (corpus-run, #187) НЕ реализуется — даже если он попал в readyToWork после /polisade:unblock. Это не work-item: ARCHRUN.ready означает «resume required». Если PM передал ARCHRUN-XXX или он оказался ready-кандидатом — пропусти его и сообщи: «ARCHRUN-XXX — corpus-run; продолжи через /polisade:design-corpus --resume=<runId>, не через implement».


⛔ КРИТИЧЕСКИ ВАЖНО: Merge выполняет ТОЛЬКО PM!

┌─────────────────────────────────────────────────────────────┐
│  ⛔ /polisade:implement НИКОГДА не мержит PR автоматически!     │
│                                                             │
│  После написания кода статус: in_progress                   │
│  После создания PR статус: review                           │
│  После успешного review → статус остаётся: review           │
│  Merge и статус done → ответственность PM                  │
└─────────────────────────────────────────────────────────────┘

Полный цикл /polisade:implement:

LOCALIZE → КОД → ТЕСТЫ → PR → REVIEW → STOP
   ↑         ↑                          ↑
   │         └── статус in_progress     └── PR готов, ждём PM для merge
   └── детерминированный grep-протокол (термины → символы → ссылки),
       артефакт целей до правок

⛔ ЗАПРЕЩЁННЫЕ git-команды в /polisade:implement

/polisade:implement РАБОТАЕТ ТОЛЬКО в рамках feature-ветки. Следующие действия ЗАПРЕЩЕНЫ в любой момент жизненного цикла команды — до и после успешного self-review, при первом и при повторном вызове, в основном агенте и в субагенте:

  • git checkout main / git checkout master / git switch main
  • git push origin main / git push origin master / git push --force в main
  • git merge <feature> / git rebase <feature> onto main
  • git branch -D <feature> / git branch --delete <feature>
  • git push origin --delete <feature> / git push origin :<feature>
  • автоматический merge PR через любой VCS CLI/API (polisade_vcs.py pr-merge, gh, curl к Bitbucket)
  • git commit / git add / git push с current_branch ≠ compute_expected_branch(TASK) (main/master/develop — частный случай: если видишь On branch main и собираешься коммитить, это ЯВНЫЙ БАГ OPS-001 — не продолжай, останавливайся, верни blocked)
  • ⛔ NEVER git add -f <path> / git add --force <path> на gitignored путях (.gigacode/, .qwen/, .codex/, .worktrees/ и любые другие). Разрешено только при явной просьбе PM «добавить принудительно». Фраза «закоммить всё кроме X» — это ИСКЛЮЧЕНИЕ пути X, а НЕ команда его форсить. Исключение по .claude/ — только файл .claude/settings.json (коммитится), директория .claude/ целиком — НЕТ.

Read the full file on GitHub · 2,478 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 2,478 lines · 4 tokens per session scan A 1ee4b5fb173d

Subscribe to this mod's changes

implement is a skill published in the GitHub repository cryndoc/polisade-orchestrator (7 stars, last pushed 8d ago), licensed Apache-2.0. It adds 4 tokens to every session and 32,306 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.