| name | research |
| description | Use when a question needs investigating against primary sources — official docs, specs, source code, first-party APIs — and the findings captured as a cited Markdown file, ideally delegated to a background agent while the user keeps working. Triggers on: "research this", "look into how X works", "gather the docs/API facts on", "check the spec for".
|
| license | MIT (adapted from mattpocock/skills) |
Spin up a background agent to do the research, so you keep working while it reads.
Its job:
- Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it. Use the
websearch skill to locate sources when web search is needed.
- Write the findings to a single Markdown file, citing each claim's source.
- Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where.