Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 644 Bytes

File metadata and controls

30 lines (22 loc) · 644 Bytes

Contributing to Deep Research Skill

How to Add a Research Template

  1. Fork the repo
  2. Add your template to skills/deep-research/SKILL.md
  3. Submit a PR

Template Format

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