
from projectmnemosyne13
Capture session learnings and turn them into reusable skill plugins (PR-ready) to preserve team knowledge and avoid repeating mistakes.
This skill documents how to capture session learnings and convert them into a new skill plugin (with a PR). It provides a repeatable workflow and quality checks so experiments, debugging sessions, and ad-hoc discoveries become durable, searchable team knowledge.
python3 scripts/validate_plugins.py skills/ before committing).This is an authoring / documentation workflow usable by any assistant that can read and write SKILL.md files and open PRs (Copilot-style and code-capable assistants).
Session Learn is a documentation/workflow skill that captures team knowledge from debugging and experimentation sessions, packaging them into reusable skill plugins via PR. No scripts to test — purely a SKILL.md with well-structured tables for common mistakes, failed attempts, and fixes. Solid writing quality but narrow audience limited to teams using the ProjectMnemosyne/Claude Code plugin ecosystem.
Pure documentation skill with no executable code. Security is clean by definition. Architecture is decent but all content lives in a single SKILL.md with no scripts/ or references/ separation.