mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 10:48:20 -05:00
[PR #934] [MERGED] Agent Skills: remove 19 prompt-dump skills, ship project-graveyard #14082
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/934
Author: @Shubhamsaboo
Created: 7/8/2026
Status: ✅ Merged
Merged: 7/8/2026
Merged by: @Shubhamsaboo
Base:
main← Head:agent-skills-v1📝 Commits (2)
26f859fchore: remove 19 basic prompt-dump skillse940f0dfeat: add project-graveyard agent skill📊 Changes
48 files changed (+1371 additions, -5924 deletions)
View changed files
➕
.github/workflows/skill-evals.yml(+34 -0)📝
README.md(+3 -28)📝
awesome_agent_skills/README.md(+34 -132)➖
awesome_agent_skills/academic-researcher/SKILL.md(+0 -269)➖
awesome_agent_skills/code-reviewer/AGENTS.md(+0 -292)➖
awesome_agent_skills/code-reviewer/SKILL.md(+0 -135)➖
awesome_agent_skills/code-reviewer/rules/correctness-error-handling.md(+0 -279)➖
awesome_agent_skills/code-reviewer/rules/maintainability-naming.md(+0 -149)➖
awesome_agent_skills/code-reviewer/rules/maintainability-type-hints.md(+0 -93)➖
awesome_agent_skills/code-reviewer/rules/performance-n-plus-one.md(+0 -250)➖
awesome_agent_skills/code-reviewer/rules/security-sql-injection.md(+0 -142)➖
awesome_agent_skills/code-reviewer/rules/security-xss-prevention.md(+0 -225)➖
awesome_agent_skills/content-creator/SKILL.md(+0 -237)➖
awesome_agent_skills/data-analyst/SKILL.md(+0 -57)➖
awesome_agent_skills/debugger/SKILL.md(+0 -230)➖
awesome_agent_skills/decision-helper/SKILL.md(+0 -92)➖
awesome_agent_skills/deep-research/SKILL.md(+0 -192)➖
awesome_agent_skills/editor/SKILL.md(+0 -212)➖
awesome_agent_skills/email-drafter/SKILL.md(+0 -83)➕
awesome_agent_skills/evals/README.md(+41 -0)...and 28 more files
📄 Description
What this does
Two commits, one story: the agent-skills section stops hosting filler and ships its first skill built to a real quality bar.
Commit 1 — remove 19 basic prompt-dump skills. Single-file persona skills (code-reviewer, email-drafter, content-creator, ...) were advice the model already gives without them. Deleted, −5,674 lines.
Commit 2 — add
project-graveyard. Scans your machine for dead side projects, autopsies why each one died from its git history, shows your personal death patterns, and resurrects the one with a pulse:--redactfor shareable reportsnpx skills add https://github.com/Shubhamsaboo/awesome-llm-apps/tree/main/awesome_agent_skills/project-graveyard— installs into 70+ agents (Claude Code, Codex, Cursor, Copilot, Antigravity, OpenClaw, Hermes)Quality gates (all passing)
awesome_agent_skills/evals/project-graveyard/test_graveyard.pybuilds a synthetic graveyard and asserts every classifier, kill-chain naming, finished-vs-dead separation, redaction, state/relapse, and JSON shape. Doubles as the pre-install trust check (~10s, no deps).Also in here
self-improving-agent-skillsdrops its toy example files; its examples endpoint now lists sibling skills from this repo, so the app demos on real skills.🤖 Generated with Claude Code
Post-review fix (pushed as amended commit)
A review pass caught that the eval was 15/16 in a clean Linux checkout — the "kill-chain names the killer" check was filesystem-order-dependent: two fixture repos both qualified as the killer, and the autopsy took the first one in
os.walkorder (APFS and ext4 enumerate differently). Fixed properly, not by adjusting the test:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.