Skip to content

thinkwee/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

thinkwee Claude Code plugins

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).

Install

/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.

Plugins

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).

Adding a new skill

  1. Put the skill in its own repo with a root .claude-plugin/plugin.json and skills/<name>/SKILL.md.
  2. Add an entry to plugins[] here with "source": { "source": "github", "repo": "thinkwee/<repo>" }.
  3. The plugin entry name must match the skill repo's plugin.json name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors