Add viral/differentiation enhancements across all 9 plan items#4
Merged
Conversation
…ls, interview prep plugin, teardown examples Phase 1 — Quick Wins: - Add 4 example teardowns (Notion, Linear, Figma, ChatGPT) to examples/teardowns/ - Add --vs comparison mode to teardown.py (head-to-head across 7 dimensions) - Add --baseline flag to run_evals.py (skill vs vanilla Claude behavioral lift) Phase 2 — Amplifiers: - Add --output social format to teardown.py (thread-ready summary) - Convert teardown.py to async parallel API calls (~4x faster) - Expand eval coverage: 30 cases across 3 plugins (was 14 across 2) Phase 3 — New Plugin + Community Loop: - Add PM Interview Prep plugin (321-line SKILL.md, 6 eval cases) - Add teardown-on-issue GitHub Action with 5/day rate limit - Update README with all new features, sections, and badge counts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
Test ResultsAll 10 validation checks passing.
Eval coverage
Not run
|
…lugin/ The validation script was resolving skill paths relative to the directory containing plugin.json (.claude-plugin/), but skill paths in plugin.json are relative to the plugin root directory (one level up). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 15, 2026
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.
Summary
examples/teardowns/— "show don't tell" for GitHub browsers--vscomparison mode in teardown.py — head-to-head product analysis across 7 dimensions (e.g.,python scripts/teardown.py "Notion" --vs "Coda")--baselineeval mode in run_evals.py — proves skill behavioral lift vs vanilla Claude (e.g.,python scripts/run_evals.py --plugin strategic-pm --baseline)--output socialformat in teardown.py — thread-ready summary with hook + 5 bullet verdictsasyncio.gather()teardown, get results as a comment (5/day rate limit)Test plan
python scripts/teardown.py "Notion"— verify async parallel execution completespython scripts/teardown.py "Notion" --vs "Coda"— verify comparison output with 7 dimensionspython scripts/teardown.py "Notion" --output social— verify thread-ready summary formatpython scripts/run_evals.py --plugin strategic-pm --baseline— verify skill vs vanilla scores appearpython scripts/run_evals.py— verify all 30 cases across 3 plugins load and runcases.json(×3),marketplace.json,plugin.jsonteardownlabel to verify GitHub Action triggers🤖 Generated with Claude Code