pascal-mcp-sdk: Skill for Claude Code

.agents/skills/run-retro/SKILL.md

run-retro is a skill for Claude Code, Codex from frostney/pascal-mcp-sdk. It costs 58 tokens per session (879 once invoked), scanned A, original, MIT.

A retrospective process for reviewing a completed project workstream using conversation, code, and task-tracking evidence. A retrospective is a structured review of what went well and what should change.

In plain words
What is it for?
Use it after substantial work to agree on improvements, update documentation, and create follow-up tickets that the user has approved.
Why use it?
It helps identify delivery delays, process problems, and codebase issues without relying on guesses or turning the review into a broad audit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is frostney/pascal-mcp-sdk's own configuration. It tells Claude Code and Codex how to work on pascal-mcp-sdk itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything pascal-mcp-sdk configures →

Reuse

Borrowing it

Nothing to install: this file belongs to frostney/pascal-mcp-sdk. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/frostney/pascal-mcp-sdk/main/.agents/skills/run-retro/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/frostney/pascal-mcp-sdk

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 run-retro

README.md
[![agentmods](https://agentmods.dev/badge/skills/frostney/pascal-mcp-sdk/run-retro.svg)](https://agentmods.dev/skills/frostney/pascal-mcp-sdk/run-retro)
Your own site
<a href="https://agentmods.dev/skills/frostney/pascal-mcp-sdk/run-retro"><img src="https://agentmods.dev/badge/skills/frostney/pascal-mcp-sdk/run-retro.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 879 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.00058 $0.00879
Opus 5 $0.00029 $0.00439
Sonnet 5 $0.00012 $0.00176
Haiku 4.5 $0.00006 $0.00088

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

Security

Grade A, and why

run-retro 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 6d 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.

.agents/skills/run-retro/SKILL.md · 84 lines

How it starts

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

Run retrospective

Assess the completed workstream through delivery-speed, process, and codebase-health lenses. The actual grilling skill owns the decision loop. Apply only documentation edits and ticket actions the user selects from the detailed summary.

Gates

  • Define the workstream boundary from the current conversation, handoff, diffs, commits, issues, PRs, reviews, checks, outcomes, and rework. Record unavailable evidence and lower confidence; do not invent a narrative or broaden into a repository audit.
  • Invoke grilling with the evidence and candidates. Do not imitate it with ad-hoc questions; stop if it is unavailable. Let it ask one decision at a time with a recommendation. Act only after it reaches shared understanding and confirms the exact action set.
  • Assess all three lenses, even when one produces no durable finding:
    • Delivery speed: less waiting, rework, handoff friction, unnecessary scope, or cognitive load without weakening quality.
    • Process: planning, decisions, handoffs, gates, tools, and collaboration.
    • Codebase: architecture, maintainability, tests, developer experience, reliability, and accumulated friction.
  • Promote only generalized, project-level lessons supported by evidence. Exclude chronology, one-off mistakes, personal preferences, duplicates, existing rules, and speculation.

Route each lesson

  • Documentation edit: durable guidance in existing contracts, READMEs, docs/, ADRs, AGENTS, skills, templates, policies, or contributor guidance. Prefer tightening or coupling with existing text. Direct edits are limited to documentation.
  • Follow-up ticket: source, executable configuration, or other implementation is needed. Offer more detail, further grilling, normal or automatic create-issue, or skip; the delegated workflow retains its own gates.
  • Report only: useful evidence warrants neither an edit nor a ticket.

Use both edit and ticket only when the guidance and its implementation are separately necessary. A missing document may be created only when the user selects its exact proposed contents.

Read the full file on GitHub · 84 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. 6d ago First seen · 84 lines · 58 tokens per session scan A f1c1ff5e8d1b

Subscribe to this mod's changes

run-retro is a skill published in the GitHub repository frostney/pascal-mcp-sdk (2 stars, last pushed 11d ago), licensed MIT. It adds 58 tokens to every session and 879 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-31.

Related

Other skills, from other repositories