deep-research-skill
v1.0.1
Published
Deep research skill for Antigravity Kit - installs researcher agent, skill, and workflow
Maintainers
Readme
🔍 Deep Research Skill
Install deep research capabilities into your Antigravity Kit project.
What's Included
| Component | Description |
|-----------|-------------|
| researcher.md agent | Research specialist with anti-hallucination protocols |
| deep-research/ skill | Research methodology, source verification, synthesis patterns |
| deepresearch.md workflow | /deepresearch command for comprehensive research |
Installation
npx deep-research-skill initThis installs the following files into your .agent folder:
.agent/
├── agents/
│ └── researcher.md
├── skills/
│ └── deep-research/
│ ├── SKILL.md
│ └── research-protocol.md
└── workflows/
└── deepresearch.mdUsage
Using the Workflow
/deepresearch [your research topic]Example:
/deepresearch Meenu Fish brand quality and wild caught claimsUsing the Agent
Mention @researcher in your prompt to activate the research specialist:
@researcher Can you investigate the health effects of BPA in canned foods?Features
- ✅ Multi-Source Research - Uses Perplexity Sonar + browser tools
- ✅ Citation Required - Every claim must have a source
- ✅ Anti-Hallucination - Strict protocols against fabricating information
- ✅ Confidence Scoring - Rates findings by verification level
- ✅ Structured Reports - Consistent, professional output format
Prerequisites
This skill works best with:
- Antigravity Kit installed (
.agentfolder exists) perplexity-askMCP server configured (recommended)sequential-thinkingMCP server (optional, for complex research)
License
MIT
