This is a comprehensive development assistant for GPT Researcher, the autonomous research agent that crawls web and local sources to generate cited reports. It's built for developers who need to extend the planner-executor-publisher architecture, add custom retrievers for new data sources, integrate MCP servers, or debug the research pipeline. The skill covers the complete dev loop from adding features to the Python core (agent.py, skills/, retrievers/) through to the FastAPI backend and Next.js frontend. Most useful when you're past the basic Python API usage and actually modifying how the research process works. One thing to know: all config keys get lowercased when accessed, which trips people up.
npx skills add https://github.com/assafelovic/gpt-researcher --skill gpt-researcher