infinite-gratitude
Newđž Dispatch multiple AI researchers in parallel to tackle deep research efficiently and get insights faster.
Overview
name: infinite-gratitude description: Multi-agent research that keeps bringing gifts back â like cats! Dispatch multiple agents to research a topic in parallel, compile findings, and iterate on new discoveries.
Infinite Gratitude đž
įĄéč˛å ąæŠ | įĄéãŽæŠčŋã
Multi-agent research that keeps bringing gifts back â like cats! đą
Quick Reference
| Option | Values | Default |
|---|---|---|
topic | Required | - |
--depth | quick / normal / deep | normal |
--agents | 1-10 | 5 |
Usage
/infinite-gratitude "pet AI recognition"
/infinite-gratitude "RAG best practices" --depth deep
/infinite-gratitude "React state management" --agents 3Behavior
Step 1: Split Directions
Split {topic} into 5 parallel research directions:
- GitHub projects
- HuggingFace models
- Papers / articles
- Competitors
- Best practices
Step 2: Dispatch Agents
Task(
prompt="Research {direction} for {topic}...",
subagent_type="research-scout",
model="haiku",
run_in_background=True
)Step 3: Collect Gifts
Compile all findings into structured report.
Step 4: Loop
If follow-up questions exist â Ask user â Continue? â Back to Step 2
Step 5: Final Report
Example Output
đž Infinite Gratitude!
đ Topic: "pet AI recognition"
đą Dispatching 5 agents...
ââââââââââââââââââââââ
đ Wave 1
ââââââââââââââââââââââ
đą GitHub: MegaDescriptor, wildlife-datasets...
đą HuggingFace: DINOv2, CLIP...
đą Papers: Petnow uses Siamese Network...
đą Competitors: Petnow 99%...
đą Tutorials: ArcFace > Triplet Loss...
đĄ Key: Data volume is everything!
đ New questions:
- How to implement ArcFace?
- How to use MegaDescriptor?
Continue? (y/n)
đž by washinmura.jpNotes
- âĸUses
haikumodel to save cost - âĸMax 5 agents per wave
- âĸDeep mode loops until satisfied
Additional Resources
- âĸFor agent configuration, see references/agent-config.md
Related Skills
- âĸai-dojo â Foundation for AI coding agents
- âĸresearch-scout â Single-agent research
Part of đĨ AI Dojo Series by [Washin Village](https://washinmura.jp) đž
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/infinite-gratitude.md https://raw.githubusercontent.com/Vampticsoda/infinite-gratitude/main/SKILL.md/infinite-gratitudeFrequently Asked Questions
What is infinite-gratitude?
đž Dispatch multiple AI researchers in parallel to tackle deep research efficiently and get insights faster.
How to install infinite-gratitude?
To install infinite-gratitude, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /infinite-gratitude.
What is infinite-gratitude best for?
infinite-gratitude is a community categorized under General. Created by Vampticsoda.