Use when reflecting on a session or distilling lessons into reusable form. Triggers on prompts about reflecting on a session, extracting insights, capturing mistakes / discoveries / patterns, running a post-mortem, post-session retrospectives, or folding lessons into AGENTS.md or into a guideline skill, even when the user doesn't say 'reflect'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xonovex-skill-reflect:reflect-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reflect on a session to capture development lessons (insights) and integrate them as AGENTS.md bullets (project instructions) or a guideline skill (reusable across sessions).
Reflect on a session to capture development lessons (insights) and integrate them as AGENTS.md bullets (project instructions) or a guideline skill (reusable across sessions).
integrate-instructions / integrate-skills extract and write STRAIGHT to AGENTS.md / the owning skill; persisting reflections/*.md first is the optional --persist audit step, not a prerequisite. Use extract only for the stored files, --from-reflections to integrate already-stored onesapplies_to — each insight's category / topic / applies_to picks the nearest AGENTS.md or the owning skillapplied: false — the pending flag, persisted insights only; flip it after integrationapplies_to: ["general"] makes integration impossible — be specific with routing keys{category}-guide, its description shape), not an ad-hoc inline format, to avoid drift from sibling skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.
npx claudepluginhub xonovex/platform --plugin xonovex-skill-reflect