deliver

deliver is a skill for Claude Code, Codex from xg-gh-25/SwarmAI. It costs 91 tokens per session (1,919 once invoked), scanned A, original, MIT.

A delivery step that gathers work from a development task and turns it into reports, review materials, decisions, and follow-up notes.

In plain words
What is it for?
Use it to prepare a feature for human review, write a pull-request description, record decisions, flag action items, and update project documentation.
Why use it?
It prevents important changes, open issues, and decisions from being scattered across a conversation or temporary work files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python backend/scripts/artifact_cli.py discover --project <PROJECT> \.

Good fit Use it to prepare a feature for human review, write a pull-request description, record decisions, flag action items, and update project documentation.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/xg-gh-25/SwarmAI
agentmods
npx agentmods add skills/xg-gh-25/swarmai/s_deliver

Made for: Claude Code, Codex.

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 deliver

README.md
[![agentmods](https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_deliver/github.svg)](https://agentmods.dev/skills/xg-gh-25/swarmai/s_deliver)
Your own site
<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_deliver"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_deliver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deliver

Your own site · 80×15
<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_deliver"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_deliver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00091 $0.01919
Opus 5 $0.00046 $0.00959
Sonnet 5 $0.00018 $0.00384
Haiku 4.5 $0.00009 $0.00192

Measured 11d ago against content hash 9a4a69bff008, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

deliver 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 11d 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.

backend/skills/s_deliver/SKILL.md · 241 lines

How it starts

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

Delivery Packaging

The terminal stage of the lifecycle pipeline. Assembles all artifacts from a pipeline run into a structured deliverable that humans (or future pipeline runs) can review, approve, and act on.

Works at L0 (generates a session summary report). Full artifact bundling at L1+.

What Delivery Produces

Output Where It Goes Who It's For
Delivery Report (markdown) Chat + optional Knowledge/Reports/ Human review
PR Description Clipboard / chat Code reviewers
Decision Log Appended to PROJECT.md Future sessions
Attention Flags Chat + optional Radar Todo Human action items
Updated PROJECT.md Projects/<name>/PROJECT.md Next session context
Updated IMPROVEMENT.md Projects/<name>/IMPROVEMENT.md Learning loop
delivery artifact .artifacts/delivery-*.json Pipeline completion marker

Workflow

Step 1: Gather Artifacts

Collect all artifacts from the current pipeline run:

L0 (no project):

  • Scan the current session for: code changes, decisions made, issues found
  • No artifacts to read — derive from conversation

L1+ (project with .artifacts/):

  • Read manifest.json for all artifacts in the current pipeline run
  • Load each active artifact's summary and key data points
  • Check pipeline state — delivery should be the terminal state
Artifacts to collect (in pipeline order):
  evaluation  -> scope, acceptance criteria, ROI score
  research    -> key findings, sources
  alternatives -> chosen approach, rejected approaches + reasons
  design_doc  -> decisions, API contract, data model
  changeset   -> files changed, commits, branch
  review      -> findings, approval status, security issues
  test_report -> pass/fail, bugs fixed, remaining issues

Step 2: Assemble Delivery Report

## Delivery Report: <feature/task title>

### Summary
<2-3 sentences: what was built, why, and current status>

### Pipeline Path
EVALUATE -> THINK -> PLAN -> BUILD -> REVIEW -> TEST -> DELIVER
(checkmarks for completed stages, X for skipped)

### What Was Built
- <key change 1: file/component + what changed>
- <key change 2>
- <key change 3>

### Key Decisions
| Decision | Rationale | Alternative Considered |
|----------|-----------|----------------------|
| <decision 1> | <why> | <what was rejected> |

### Quality Summary
- **Tests:** X passed, Y failed, Z fixed during QA
- **Security:** N findings (M auto-fixed, K reported)
- **Review:** <approval status>

### Unresolved Issues
1. <issue + file:line + severity>
2. <issue + diagnosis + suggested fix>

### Attention Flags (Human Review Needed)
- [ ] <item requiring human decision>
- [ ] <item requiring human review>

### Suggested Next Actions
1. <action 1>
2. <action 2>

Read the full file on GitHub · 241 lines

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. 11d ago First seen · 241 lines · 91 tokens per session scan A 9a4a69bff008

Subscribe to this mod's changes

deliver is a skill published in the GitHub repository xg-gh-25/SwarmAI (44 stars, last pushed 4d ago), licensed MIT. It adds 91 tokens to every session and 1,919 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

digest

NOTE: this skill requires connected chat / email / project-tracker / docs MCPs, which are typically only present in Cowork — the Code variant exists for parity but most users will want the Cowork variant. Cross-tool rollup of what's pending, what shipped, and what's blocked across chat / email / project tracker /…

mikeprasad/aria-knowledge · 149 tokens

roadmap

Render a per-project feature roadmap — a Band×Status grid (Shipped/Current/Next/Later × done/in-progress/blocked/buildable) synthesized from CLAUDE.md + PROGRESS.md, persisted to a committed ROADMAP.md with staleness-aware refresh. Modes: '/roadmap' (nearest project), '/roadmap ' (a projectslist tag), '/roadmap…

mikeprasad/aria-knowledge · 154 tokens

stitch

Build or verify cross-repo STITCH.md linking backend + frontends in a product group. Modes: create, verify, diff, section. Uses CODEMAPs as drift source by default. Trigger: '/stitch create ', '/stitch diff '.

mikeprasad/aria-knowledge · 55 tokens

aria-assist

Morning product-management review across all your projects. Use when the user runs /aria-assist, asks for a morning review / daily PM digest / "what should I do today across my products", or when the launchd job fires it headless. Two modes - generate (headless: read facts, deep-review ACTIVE projects, apply logged…

mikeprasad/aria-knowledge · 0 tokens

backlog

View and manage pending backlog items. Use when user says '/backlog', '/backlog insights', '/backlog clear', 'what's pending', 'show backlogs', 'check backlog status'. (Code port — ADR-094.).

mikeprasad/aria-knowledge · 48 tokens

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens