bycomputerlovetech· 3 skills
Debrief an AI agent skill (SKILL.md) after using it — capture session feedback or a retrospective and fold it back into the skill. Use whenever the user says: "debrief the X skill", "let's debrief X", "retrospective on X", "feedback on X skill", "improve the X skill", "update the X skill", "let's revise X based on what we just did", "the X skill should also handle Y", "X didn't trigger when it should have", or otherwise wants to capture lessons from a session back into the skill that drove it. Handles in-repo skills (under skills/) by editing the source, committing, and re-installing via agr upgrade. Handles remote/upstream skills by offering to fork them in-repo or to file a GitHub issue via gh. Do NOT use for greenfield skill authoring (a separate concern — see anthropics/skills/skill-creator) or for installing / syncing / removing skills (use the agr CLI directly).
$npx -y skills add computerlovetech/agr --skill skill-debriefInstalls into the current project.
Run `npx skills use "https://github.com/computerlovetech/agr" --skill "computerlovetech/agr/skill-debrief"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/computerlovetech/agr" that are relevant to the current task. Run `npx skills add "https://github.com/computerlovetech/agr"` and select the relevant skills, then follow their instructions.