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 researchThis skill uses the workspace's default tool permissions.
Research prior art for: $ARGUMENTS
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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]
- ...