From 74d7ccc49ccb8c93fe6a23699a4b60b0dfc0d446 Mon Sep 17 00:00:00 2001 From: 0xYungApple Date: Mon, 25 May 2026 16:23:39 +0700 Subject: [PATCH] Add growth-retrospective-skill to Agent Skills Cross-agent skill for personal growth retrospectives. Ranks gaps by decision-velocity signals from git + chat history, tracks 5 categories with required graduation markers, includes Step 0 forcing function that blocks new scans if prior actions are untouched (anti-busywork mechanism). Repo: https://github.com/YoungApple/growth-retrospective-skill Note: 1-star/new repo, added to the no-badge tier consistent with other entries at the end of the Agent Skills section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd4986b..1da6fe0 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**meta_skilld**](https://github.com/Dicklesworthstone/meta_skilld): Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing. - [**claude-cs**](https://github.com/nbashaw/claude-cs): A Claude Code skill that helps you build custom customer support automation for your company. - [**design-engineer-auditor-package**](https://github.com/kylezantos/design-engineer-auditor-package): A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. +- [**growth-retrospective-skill**](https://github.com/YoungApple/growth-retrospective-skill): A cross-agent skill (Claude Code, Codex CLI, Antigravity) for personal growth retrospectives. Ranks gaps by decision-velocity signals from git + chat history across 5 categories (domain knowledge, human skills, work habits, meta-cognition, productivity), with required graduation markers so items leave the list instead of piling up. Includes a Step 0 forcing function that blocks new scans if prior level-up actions are untouched. ---