This is a background agent that hits MCP tools (Nia for library docs, Perplexity for best practices, Firecrawl for web scraping) and writes up what it finds in a structured handoff markdown file. You spawn it when you need external documentation or current best practices before planning a feature. It's not user-invocable, so it runs as part of a larger agent workflow where one agent does research and hands off to a planning or implementation agent. The handoff format is well thought out with sections for findings, code examples, and pitfalls. Honest take: this is solid infrastructure for keeping AI context grounded in actual docs rather than hallucinated APIs, though you'll need those MCP connections configured.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill research-agent