campaign-retrospective-writer

campaign-retrospective-writer is a skill for Claude Code, Codex from KirKruglov/claude-skills-kit. It costs 66 tokens per session (1,818 once invoked), scanned A, original, MIT.

A tool that reviews a finished marketing campaign by comparing its goal with its results and examining each channel.

In plain words
What is it for?
It helps create a structured retrospective with results, channel analysis, possible causes, recommendations, and trends.
Why use it?
It organizes scattered campaign metrics and notes so teams can understand what worked, what did not, and why.

Skill for Claude CodeCodex

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

Good fit It helps create a structured retrospective with results, channel analysis, possible causes, recommendations, and trends.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirkruglov/claude-skills-kit/campaign-retrospective-writer
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.

Any agent
npx skills add KirKruglov/claude-skills-kit --skill campaign-retrospective-writer
Clone the repo
git clone --depth 1 https://github.com/KirKruglov/claude-skills-kit

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 campaign-retrospective-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/campaign-retrospective-writer/github.svg)](https://agentmods.dev/skills/kirkruglov/claude-skills-kit/campaign-retrospective-writer)
Your own site
<a href="https://agentmods.dev/skills/kirkruglov/claude-skills-kit/campaign-retrospective-writer"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/campaign-retrospective-writer/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 campaign-retrospective-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/kirkruglov/claude-skills-kit/campaign-retrospective-writer"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/campaign-retrospective-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,818 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.
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.00066 $0.01818
Opus 5 $0.00033 $0.00909
Sonnet 5 $0.00013 $0.00364
Haiku 4.5 $0.00007 $0.00182

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

Security

Grade A, and why

campaign-retrospective-writer 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 12d 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.

skills/marketing-and-content/campaign-retrospective-writer/SKILL.md · 170 lines

How it starts

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

Campaign Retrospective Writer

Этот скилл собирает структурный ретро-разбор завершённой маркетинговой кампании на основе вставленных метрик и заметок. Результат: 6-секционный Markdown-документ — цель/факт, разбор по каналам, что сработало/нет, гипотезы причин, рекомендации и строка тренда.

Ввод:

  • Метрики и/или заметки по завершённой кампании (свободный текст, paste)
  • Опционально: цель, тип кампании, период, каналы

Вывод:

  • Markdown-ретро с 6 разделами

Language Detection

Detect the user's language from their message:

  • If Russian (or contains Cyrillic): respond in Russian
  • If English (or other Latin-script language): respond in English
  • If ambiguous: respond in the language of the trigger phrase used

Instructions

Step 1: Validate Input

  1. Check if the user provided any campaign data (metrics, notes, results)

    • If input is empty: stop. Return bilingual prompt:

      «Вставьте метрики или заметки по завершённой кампании.
      Paste metrics or notes from a completed campaign.»

    • Do not proceed to Step 2
  2. Check if the campaign appears to be active (ongoing, in-progress language such as "we are running", "current campaign")

    • If yes: warn the user before proceeding:

      «Кампания выглядит активной — ретро эффективнее после завершения. Продолжить? /
      Campaign appears ongoing — retrospectives are more useful after completion. Continue?»

    • Wait for confirmation before proceeding

Step 2: Extract Campaign Context

  1. Parse the input for:

    • Campaign name or type (email, paid, event, content, SMM, or other)
    • Campaign goal (target metric and value)
    • Period (start date — end date)
    • Channels used
  2. If any of these are missing and not inferable from the input:

    • Ask for missing context in a single consolidated prompt (do not ask field by field)
    • Example: «Укажите: (1) тип кампании, (2) цель, (3) период, (4) каналы — или то, что помните.»

Edge Cases:

  • EC3: Multiple campaigns in one input → ask which one to process; if no answer, process the first one and add note: «Обработана первая кампания; укажите название для остальных.»
  • EC4: Mixed-language input (EN + RU) → respond in the language of the majority; at 50/50 — respond in the language of the latest user message

Read the full file on GitHub · 170 lines

Files

What ships with it

4 files 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. 12d ago First seen · 170 lines · 66 tokens per session scan A 76a2f4565dce

Subscribe to this mod's changes

campaign-retrospective-writer is a skill published in the GitHub repository KirKruglov/claude-skills-kit (18 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 1,818 once invoked, about $0.0003 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

spark-video-director

Translate a screenplay (one scene at a time) into a provider-agnostic storyboard fragment for the spark-video pipeline. Wraps Shanyin Super Director Master when available — the upstream Shanyin SKILL is the single source of truth for craft when present.

modelstudioai/skills · 58 tokens

spark-video-episode

One-shot autopilot orchestrator — runs the full spark-video pipeline (screenwriter ↔ director per-scene parallel → render chain-DAG parallel + per-clip review → stitch). User confirms at 4 gates (+ 1 mode gate at start + 1 BGM gate when bgm/ folder detected). Use when the user wants "make me an episode" in one command.

modelstudioai/skills · 83 tokens

vox-video-director

Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end with Aliyun Bailian CLI + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…

modelstudioai/skills · 238 tokens

task-observer

Monitors task execution for skill improvement opportunities. Use during ANY multi-step task, agentic workflow, or work session where the agent uses tools and produces deliverables. Captures patterns, user corrections, workflow insights, and methodology worth preserving as reusable skills. Also triggers in post-task…

rebelytics/one-skill-to-rule-them-all · 193 tokens

bailian-train-deploy

A workflow for using Alibaba Cloud’s Bailian command-line tool to fine-tune or directly deploy AI models as callable services. It covers text, speech-synthesis, image-generation, and video-generation models.

modelstudioai/skills · 321 tokens

spark-video-cast

Scaffold and generate reference assets for characters (cast), locations (movie-set / set dressing), and key props — the three pillars of visual consistency in spark-video. Wraps bl image generate / edit for portrait creation. Use when adding new characters/locations/props or when costume/state changes are needed.

modelstudioai/skills · 66 tokens