From research-kit
Use when needing to find and organize learning resources for a topic -- curates docs, labs, blogs, tools, and forum discussions matched to user's knowledge level
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-kit:curate-resourcesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find and annotate resources appropriate to the user's level on a given topic.
Find and annotate resources appropriate to the user's level on a given topic.
Receives a topic and optionally the user's current level on that topic.
If level not provided, read .research-kit/profile/knowledge.md to find the user's level on this topic. If no entry exists, assume [gap].
Read .research-kit/config/sources.md for the curated source registry.
Use WebSearch to find resources. Adapt search strategy to the user's level:
For [gap] level:
"AWS IAM" beginner guide introductionFor [learning] level:
"AWS IAM" best practices real-world mistakesFor [solid] level (deepening knowledge):
"AWS IAM" advanced privilege escalation techniques researchOrganize found resources into categories:
## Resources: <topic> (level: <user-level>)
### Documentation
- [Title](url) -- what it covers, why it's useful at this level
### Hands-on Practice
- [Title](url) -- platform, difficulty, what you'll learn
<!-- For cert topics: link to real labs (HTB, THM, PortSwigger, OffSec) -->
<!-- For design topics: link to case studies, reference architectures -->
### Articles & Blog Posts
- [Title](url) -- author credibility, key insight
### Community Discussions
- [Title](url) -- forum, why this discussion is valuable
### Tools
- [Tool Name](url) -- what it does, when to use it
### Video / Talks
- [Title](url) -- speaker, event, length, key topic
Save curated resources to topics/<current-topic>/sources.md if a topic is active.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub shine102/research-kit --plugin research-kit