- Fork the repo
- Add your template to
skills/deep-research/SKILL.md - Submit a PR
### Template: Your Template Name
```bash
# User: "description"
websearch("query 1")
websearch("query 2")
websearch("query 3")Output: Description of the expected output format.
## Ideas for Templates
- Academic research (find papers, citations)
- Product research (reviews, alternatives, pricing)
- Technical research (docs, tutorials, examples)
- News research (latest developments)
- Code research (find libraries, APIs, examples)