feat: register skill-review plugin in marketplace#6
Merged
Conversation
Add skill-review to .claude-plugin/marketplace.json and bump version to 1.1.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
minsoo-web
added a commit
that referenced
this pull request
May 1, 2026
* docs(brainstorm): add personal-tutor desirable-difficulty requirements Captures the brainstorm output for adding desirable-difficulty hooks to the personal-tutor skill. Defines R1-R12 covering Generation-first teaching, warm/cold quiz split, hint follow-through, session capacity policy, and Iron Rule #6. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs(plan): add personal-tutor desirable-difficulty implementation plan Implementation plan for the desirable-difficulty hooks. 4 units (U1-U4): schema extension, Phase 3 Generation-first, Phase 4-5 warm semantics + Iron Rule, Phase 2.0 cold sweep + capacity policy. Plan was reviewed through ce-doc-review (4 personas, 19 actionable findings) and updated to reflect 15 Apply decisions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * feat(personal-tutor): add desirable-difficulty hooks (cold quiz, generation, Iron Rule #6) Restructures the learning protocol so that "fluency illusion" — passing quiz with the answer still in working memory — can no longer upgrade a node to understood. Implements three desirable-difficulty hooks across the session cycle: * Phase 3 Generation-first turn: predict before explain, with strategic hints (no answer leak) when the learner is stuck. * Phase 4 renamed to Warm Quiz, capped at gap→partial. Every new-concept warm pass schedules cold quiz for next session (R5 sole scheduler). * New Phase 2.0 Cold Quiz Sweep at session start (when pending exists), no re-teaching, deterministic format rotation Feynman→Apply→Analyze→ Apply, escalation prevented on cold-fail. partial→understood gates on cold no-hint pass (path A) or review-slot escape valve (path B). Plus: Iron Rule #6 (no same-session understood), Phase 5 self-audit hook, 3-strike downgrade for hint-pass loops, streak counter spanning warm/cold mix, capacity policy (cap=1 when cold-pending exists), 6-line knowledge-graph schema with read-time backward-compat and write-time gradual upgrade. README + Session Flow diagram + Applied Learning Science table synced. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fix(personal-tutor): wire path B review-slot warm quiz, clarify cap and status docs - Phase 4 now runs warm quiz on review-slot nodes (path B was unreachable before — review flow ended at Socratic Q&A with no quiz step). - Review-slot warm passes do NOT trigger R5 cold-pending; only new-concept warm passes do. Review-slot uses Phase 2.0 rotation rule for format. - Phase 3 review branch now explicitly hands off to Phase 4. - Phase 2.0 cap-decision wording clarified: cap is fixed at session start, remaining pending count only feeds the agenda announcement. - README status table for `understood` now lists both path A (cold) and path B (review-slot escape valve). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
minsoo-web
added a commit
that referenced
this pull request
May 1, 2026
) The desirable-difficulty hooks shipped in #22 add new user-facing capability (cross-session retrieval verification, Generation Effect, mechanical Iron Rule #6 enforcement) while remaining backward-compatible with existing knowledge graphs (read-time defaults + touched-node-only migration). Minor bump per SemVer. Marketplace bumps to 1.10.0 to mirror the plugin's minor change. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
skill-reviewplugin entry to.claude-plugin/marketplace.json1.0.0to1.1.0Test plan
skill-reviewappears in marketplace listingsourcepath./plugins/skill-reviewresolves correctly🤖 Generated with Claude Code