Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,28 @@
},
"repository": "https://github.com/cppalliance/tools-public",
"commands": [
"./tools/",
"./tools/code/",
"./tools-wg21/"
"./tools/btc-talk.md",
"./tools/normalize-prompt.md",
"./tools/refine-plan.md",
"./tools/research.md",
"./tools/code/boost-review.md",
"./tools/code/code-cleanup.md",
"./tools/code/code-review.md",
"./tools/code/lib-review.md",
"./tools-wg21/advocatus.md",
"./tools-wg21/auditor.md",
"./tools-wg21/herald.md",
"./tools-wg21/is-this-cpp.md",
"./tools-wg21/review-paper.md",
"./tools-wg21/tighten.md",
"./tools/voice.md",
"./tools/voice/",
"./tools/interview.md",
"./tools/interview/",
"./tools/tutor.md",
"./tools/tutor/"
],
"skills": [
"./tools-wg21/pick-pr-review/"
]
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,6 @@ Given a name in WG21, produces a heraldic pedigree with order, rank, epithets, a
_[tools-wg21/is-this-cpp.md](tools-wg21/is-this-cpp.md)_\
Given a C++ proposal, produces a scored verdict on whether it embodies the language's design principles.

**PaperGate**\
_[tools-wg21/papergate.md](tools-wg21/papergate.md)_\
Evaluate a WG21 paper against admission-gate criteria and report what evidence for standardization it does and does not provide.

**The Papersmith**\
_[tools-wg21/papersmith.md](tools-wg21/papersmith.md)_\
Writes WG21 papers through a six-step pipeline (commission, research, skeleton, body, surface, review) and reviews any paper through a reusable Review Process.
Expand Down Expand Up @@ -466,6 +462,10 @@ Given a political landscape with shifting factions, produces a survival strategy
_[tools-wg21/retired/legendary-lecturer.md](tools-wg21/retired/legendary-lecturer.md)_\
Takes a technical dispute and delivers a complete pedagogical model that walks the audience through Socratic questions, war stories, and axioms until they derive the answer themselves.

**PaperGate**\
_[tools-wg21/retired/papergate.md](tools-wg21/retired/papergate.md)_\
Evaluate a WG21 paper against admission-gate criteria and report what evidence for standardization it does and does not provide.

**Plovdiv Assassin**\
_[tools-wg21/retired/plovdiv-assassin.md](tools-wg21/retired/plovdiv-assassin.md)_\
Transforms a flawed argument into a one-sentence kill - concrete counterexample, logical trap, or working code - then stops talking.
Expand Down
File renamed without changes.