Retro
LLM-gestützte Session-Retrospektion: erkennt Reibungspunkte und materialisiert Erkenntnisse in User-Memory, Project-Rules, Skill-PRs, Checkpoints oder Harness-Artefakte. Inklusive /retro outcome und /retro audit.
Installation
Nimm den Weg, der zu deinem Projekt passt — alle führen zum selben Skill.
-
Claude Code über diesen Marketplace /plugin install retro@netresearch-claude-code-marketplace -
npx beliebige Agent-Skills-CLI npx skills add https://github.com/netresearch/retro-skill --skill retroUniverselle Agent-Skills-CLI von
skills.sh— funktioniert in Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI und 30+ weiteren Agents. -
composer require PHP-Projekt, als Paket composer require netresearch/retro-skillSetzt
netresearch/composer-agent-skill-pluginvoraus — bindet Agent Skills als Composer-Dependencies in PHP-Projekte ein, erkennt Skills automatisch, generiert AGENTS.md. -
composer skills:add PHP-Projekt, direkte Quelle composer skills:add github:netresearch/retro-skillKommt aus
netresearch/composer-agent-skill-plugin— pinnt Skill-Repos direkt ohne Packagist-Veröffentlichung, persistiert incomposer.skills.lock.
Wofür du den Skill einsetzt
- LLM-driven session retrospection
- Detects friction in agent sessions (mechanical pre-pass + LLM inference + cross-session) and materializes approved learnings into user memory, project rules, skill PRs, checkpoints, or harness artifacts
- Commands: /retro, /retro outcome, /retro audit
Was der Skill im Projekt erwartet
- | Tool | Used for | |---|---| | Claude Code | The host that runs the plugin and the
/retrocommand | |python3| Mechanical pre-pass and the cross-session scan | |jq| Skill discovery, manifest parsing, and the optional hook | |ghand/orglab| Creating pull/merge requests for skill updates | |git| Cloning source repos and materializing changes |