Help us improve
Share bugs, ideas, or general feedback.
From research
Researches prior art via GitHub, package registries (npm, PyPI, crates.io), and web searches for new problem spaces. Summarizes projects, patterns, and recommendations. Triggers on 'prior art' or 'existing solutions'.
npx claudepluginhub bendrucker/claude --plugin researchHow this skill is triggered — by the user, by Claude, or both
Slash command
/research:prior-artThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Research prior art for: $ARGUMENTS
Use when about to build any feature, library, or system - searches GitHub and package registries for existing implementations to study, harvest patterns from, or use directly instead of building from scratch
Triggers research-before-coding workflow: searches npm/PyPI, GitHub, MCP/skills for existing tools, libraries, patterns before implementing new features, dependencies, or utilities. Invokes researcher agent.
Researches existing tools, libraries, and patterns before writing custom code. Useful when starting new features, adding dependencies, or before creating utilities.
Share bugs, ideas, or general feedback.
Research prior art for: $ARGUMENTS
Identify relevant sources based on context:
Run searches in parallel. Infer the ecosystem from:
Start with 2-3 most promising projects:
If initial results don't satisfy the query, expand to additional projects.
Agent dispatch example:
Investigate [project] for prior art on [topic]:
- How does it approach [specific aspect]?
- What tradeoffs does it make?
- What can we learn for our use case?
Gather findings and produce a recommendation:
Respond in the conversation with structured markdown (not files):
## Prior Art: [Topic]
### Summary
[Common patterns, key variations, recommendation based on query intent]
### Projects
#### [Project Name]
- **Repository**: [link]
- **Relevance**: [why this matters to the query]
- **Approach**: [how it solves the problem]
- **Lessons**: [what to learn from it]
#### [Next Project]
...
### Additional Projects (not deeply investigated)
- [Project]: [one-line description]
- ...