skill-debrief

Solid

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).

AI & Automation 441 stars 37 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Debrief Capture lessons from a session into the skill that drove it. The default shape is **listen → propose → align → apply → re-install**. ## When to use Trigger when the user wants to debrief an existing SKILL.md based on what happened in the session. Examples: - "debrief the X skill" / "let's debrief X" - "retrospective on X" / "feedback on X" - "improve the X skill" / "let's update X based on what we learned" - "X skill should also handle …" - "X didn't trigger when it should have" Do NOT use this skill for: - **Greenfield skill authoring.** Use `agr init` to scaffold a SKILL.md and defer the body content to the user — or to a dedicated authoring skill such as `anthropics/skills/skill-creator` (`agr add anthropics/skills/skill-creator`). - **Installing / syncing / removing skills.** That's plain `agr` CLI work (`agr add`, `agr sync`, `agr upgrade`, `agr remove`). ## Step 1: Identify the skill Ask which skill is being improved if it isn't obvious from context. Then locate the source: ```bash agr list # see installed deps and short names ls skills/ # in-repo source if present cat agr.toml # see whether the dep is local-path or remote ``` Two cases — they have different update paths: | Case | Source location | Update path | |---|---|---| | **In-repo** (`{path = "./skills/<name>", type = "skill"}` in `agr.toml`) | `skills/<name>/` | Edit source → commit → `agr upgrade <name>` | | **Remote** (`{handle = "user/r...

Details

Author
computerlovetech
Repository
computerlovetech/agr
Created
5 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category