Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Retro

  • 16 installs
  • 3 repo stars
  • Updated August 4, 2026
  • netresearch/retro-skill

Helps with ai & agent building tasks.

About

retro is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • retro
  • AI & Agent Building
  • AI-coding skill

Retro by the numbers

  • 16 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #11,068 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/retro-skill --skill retro

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs16
repo stars3
Last updatedAugust 4, 2026
Repositorynetresearch/retro-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Retro — LLM-driven Session Retrospection

One efficient LLM pass over a session (or the stored memory backlog) detects friction, classifies it into one of six destinations, and materializes approved learnings.

Core principle: No silent writes — every materialization needs explicit per-proposal approval.

Modes

Detail per mode in references/workflow.md; full pipeline + commands in commands/retro.md.

  • `/retro` — Sweep: the whole current session.
  • `/retro "<problem>"` — Spotlight: one described issue.
  • `/retro outcome [session-id|--since N]` — replay a past session by what

happened to its output (reverts, rejected PRs, follow-up fixes).

  • `/retro audit [--scope project|repo|skill]` — cross-session architectural

drift, not per-session friction.

  • `/retro promote` — inventory already-written local memory (all slugs) and

re-home each note upward (skill-update › project-rule › user-memory; never project-local memory), draining the source only after the upward write is verified. See references/promote-mode.md.

  • Auto — optional SessionEnd hook (hooks/session-end.json), off by default.

Pipeline (all modes)

1. Mechanical pre-pass — scripts/detect-mechanical.py (Promote substitutes scripts/scan-memory-inventory.py). 2. LLM enrichment — add inferential signals; filter false positives. 3. Cross-session enrichment (optional) — Coach events.sqlite or JSONL scan. 4. Discover skills — scripts/find-org-skills.py (installed + org catalogue); find the owning skill first. 5. Classify (classification-heuristic.md) to the broadest useful scope; never project-local memory. 6. Eval consultation — read a matched skill's evals/; propose a TDD stub. 7. Proposal generation — prose Why + How-to-apply, grouped, ≤10. 8. Approval — approve / edit / reject per proposal. 9. Materialize per destination; for Promote, drain the source last (verified). 10. Report.

Boundaries

Always: LLM is primary classifier. Patches go to source repos, never the cache. Per-private-repo confirmation. Conventional Commits. DCO sign-off (git commit -s). Preserve commit signing.

Ask first: skill-match ambiguity, auto-mode activation, private-repo targets, dirty-worktree fallback, any promotion that makes a private note team-visible.

Never: auto-merge, silent writes, bot attribution, skip hooks (--no-verify), patch the cache, hardcode a static skill list, rm a drained memory (tombstone).

References

FilePurpose
references/friction-catalog.mdAll ~32 friction signals (Schichten A/B/C)
references/destination-taxonomy.mdThe six destinations
references/classification-heuristic.mdFriction → destination mapping
references/skill-discovery.mdFinding skills at runtime
references/patch-workflow.mdSource-repo patching (never cache)
references/eval-integration.mdEvals for context and TDD stubs
references/promote-mode.mdPromote: scan, classify, materialize-then-drain
references/workflow.mdAll modes + pipeline phase selection

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.