A Claude Code plugin marketplace that aggregates thinkwee's skills. The skills themselves live in their own repositories; this repo only hosts the marketplace manifest (.claude-plugin/marketplace.json).
/plugin marketplace add thinkwee/claude-plugins
/plugin install agents-meet-rl@thinkwee # agentic-RL troubleshooter + corpus
/plugin install before-submit@thinkwee # academic-paper pre-submission auditor
After install, both skills auto-invoke when your question matches their description.
| Plugin | Source repo | What it does |
|---|---|---|
agents-meet-rl |
thinkwee/AgentsMeetRL | Agentic-RL training / evaluation / experiment-design troubleshooting, backed by a machine-readable corpus of 312 projects. |
before-submit |
thinkwee/BeforeSubmitSkill | Pre-submission auditing for academic papers (references, LaTeX, venue rules, faithfulness, anonymization). |
- Put the skill in its own repo with a root
.claude-plugin/plugin.jsonandskills/<name>/SKILL.md. - Add an entry to
plugins[]here with"source": { "source": "github", "repo": "thinkwee/<repo>" }. - The plugin entry
namemust match the skill repo'splugin.jsonname.