Add growth-retrospective-skill (Agent Skills section)#322
Open
YoungApple wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds growth-retrospective-skill to the 🧠 Agent Skills section, placed in the no-badge tier (consistent with new/low-star entries already present at the end of that section).
Why it fits
A cross-agent skill (Claude Code + OpenAI Codex CLI + Google Antigravity) for personal growth retrospectives:
git log+ chat history (not self-reports)Distinguishing feature vs adjacent entries
Looking at near-neighbors in the section:
napkin— persistent memory of mistakes, but no tier system or graduation criteriasecond-brain-skills— Second Brain pattern, no decision-velocity groundingblader/claude-code-continuous-learning-skill— closest neighbor; ours adds graduation markers + 5-category sweep + cross-agentTry in 5 seconds without installing
git clone https://github.com/YoungApple/growth-retrospective-skill /tmp/grs && \ bash /tmp/grs/examples/demo-fixture/demo.shOr one-line install:
curl -fsSL https://raw.githubusercontent.com/YoungApple/growth-retrospective-skill/main/install.sh | bashHonest disclosure
Brand new repo (1 star at submission). Adding to the no-badge tier (your README structure has many such entries at the end of Agent Skills). Happy to wait if the policy is different — please let me know.
Companion PRs: ComposioHQ/awesome-claude-skills#913, GetBindu/awesome-claude-code-and-skills#42.