generate-closure-report

generate-closure-report is a skill for Claude Code from KirKruglov/claude-project-manager. It costs 109 tokens per session (3,846 once invoked), scanned A, a copy of generate-closure-report, MIT.

A project-closure report generator that combines the project charter, plan-versus-actual report, risk register and lessons learned into a final summary.

In plain words
What is it for?
Use it when closing a project, documenting outcomes and deviations, summarizing risks and capturing lessons learned or remaining open items.
Why use it?
It gathers the main evidence of project results, schedule or budget differences, realized risks and lessons into one closing document. It also adapts the output language to the request.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the project-manager plugin — 21 skills, 8 commands, 3 MCP servers shipped together

Good fit Use it when closing a project, documenting outcomes and deviations, summarizing risks and capturing lessons learned or remaining open items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirkruglov/claude-project-manager/generate-closure-report
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-project-manager --skill generate-closure-report
Clone the repo
git clone --depth 1 https://github.com/KirKruglov/claude-project-manager

Made for: Claude Code.

Or install project-manager, the plugin that ships this one along with the rest of its 21 skills, 8 commands, 3 MCP servers.

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 generate-closure-report

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kirkruglov/claude-project-manager/generate-closure-report"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-project-manager/generate-closure-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,846 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 97% copy Near-identical to another mod 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.00109 $0.03846
Opus 5 $0.00055 $0.01923
Sonnet 5 $0.00022 $0.00769
Haiku 4.5 $0.00011 $0.00385

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

Security

Grade A, and why

generate-closure-report 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.

Origin

This is a copy

97% identical to generate-closure-report — 9 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/generate-closure-report/SKILL.md · 267 lines

How it starts

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

generate-closure-report

Triggers

Russian: «сформируй отчёт о закрытии», «закрой проект», «подготовь closure report», «отчёт о закрытии проекта» English: "generate closure report", "close project", "project closure report", "prepare closure report"

Language Detection

Determine the language of the user's request:

  • If the request is in Russian → use templates with -ru suffix
  • Otherwise → use templates with -en suffix

All output (headings, labels, comments, instructions) must match the detected language.


1. Input Data

Data Required Source Notes
Project charter yes knowledge (project-charter.md) Goal, deliverables, team, sponsor, budget, timeline
Plan-fact report yes knowledge (plan-fact-report.md) Deviation summary, actual dates/budget/scope. If multiple files — use the latest by date
Lessons learned yes chat User provides in any format: retrospective results, questionnaire answers, free text. Agent structures and assigns categories
Risk register no knowledge (risk-register.md) For section 4. If unavailable — agent asks the user about realized risks
Open items no chat Tasks/questions remaining after closure. If not provided — replace section with "All items closed"
Lessons source no chat team retrospective / questionnaire / PM input in chat. Default: PM input in chat

If required data is missing — request it (system-prompt-draft.md §3.2):

To generate the project closure report, the following is needed:
1. Project charter (project-charter.md) — in knowledge or paste in chat.
2. Plan-fact report (plan-fact-report.md) — in knowledge or paste in chat.
3. Project lessons — in any format:
   — team retrospective results;
   — questionnaire answers;
   — free-form description: what went well, what went wrong, what to do differently.
Available data: [list what is present].
Missing: [specify].

2. Execution Algorithm

Read the full file on GitHub · 267 lines

Files

What ships with it

2 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 · 267 lines · 109 tokens per session scan A 181a31654e15

Subscribe to this mod's changes

generate-closure-report is a skill published in the GitHub repository KirKruglov/claude-project-manager (6 stars, last pushed 4mo ago), licensed MIT. It adds 109 tokens to every session and 3,846 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to generate-closure-report, differing in 9 lines, and is treated as a copy.

Related

Other skills, from other repositories

powerpoint-cli

PowerPoint CLI automation skill for Windows presentations. Use when a coding agent needs token-efficient, scriptable, or unattended PowerPoint automation via pptcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk deck edits. Supports slides, shapes, text frames, tables…

sbroenne/mcp-server-powerpoint · 122 tokens

powerpoint-mcp

PowerPoint MCP Server skill for Windows presentation automation via a live PowerPoint desktop instance (COM/PIA). Use when an assistant needs rich MCP tools to create, open, build, format, and export PowerPoint (.pptx/.pptm) presentations — slides, shapes, text boxes, tables, native charts, images, audio, video…

sbroenne/mcp-server-powerpoint · 112 tokens

estimate

A development-estimation tool that analyzes project plans or source code and creates an Excel estimate grouped by development, labor, cloud, API, and miscellaneous costs.

Dannykkh/skill-olympus · 66 tokens

org-report

Generate an executive organization brief (leadership chain, direct reports, extended teams, and vendor partners) for a target person. Produces a Word + PDF report from a directory MCP source (WorkIQ is the reference implementation) and displays it in a Copilot canvas. Triggers on "generate org report for X", "build…

fabioc-aloha/Alex_Skill_Mall · 89 tokens

litigation-workflow

Civil litigation workflow expertise — case management, deposition prep, evidence chain, and Federal Rules of Evidence.

alexclowe/awesome-claude-cowork-plugins · 24 tokens

construction-management

Estimating, scheduling, building codes, safety protocols, permitting, and project controls.

alexclowe/awesome-claude-cowork-plugins · 19 tokens