Research
Research tools and academic skills
3205 skills in this category
Subcategories
keyword-research
Use when expanding seed topics into intent-based clusters and prioritizing opportunities.
hypothesis-library
Curated repository of experiment hypotheses, assumptions, and historical learnings.
guardrail-scorecard
Framework for defining, monitoring, and enforcing guardrail metrics across experiments.
clinical-proof-library
Repository blueprint for managing clinical studies, testimonials, and citations.
roi-benchmark-library
Reference benchmarks for CAC, CPL, ROAS, and payback across channels and segments.
trend-research
Use when identifying cultural moments, audio trends, memes, or creator collaborations to inform social content.
competitive-intel
Use when researching, documenting, and sharing competitor insights with GTM teams.
elasticity-lab
Use to run pricing elasticity experiments with consistent assumptions and guardrails.
clarification-expert
Clarify ambiguous requests by researching first, then asking only judgment calls; stop before implementation.
dnd5e-srd
Retrieval-augmented generation (RAG) skill for the D&D 5e System Reference Document (SRD). Use when answering questions about D&D 5e core rules, spells, combat, equipment, conditions, monsters, and other SRD content. This skill provides agentic search-based access to the SRD split into page-range markdown files.
bulk-summarize
This skill should be used when the user asks to "summarize videos", "summarize podcasts", "research a topic using media", "bulk summarize content", "scan YouTube channels", "scan podcast feeds", "create podcast notes", "digest conference talks", "summarize Apple Podcasts", or mentions video/podcast research, media summarization, or bulk content processing.
tavily-api
Implement web search, url content extraction, website crawling, and deep research with the tavily API. Use when building agentic workflows, rag systems, or autonomous agents that require real-time context from the web.
research-web
Searches the web, fetches documentation, and searches GitHub code. Use when you need current information, documentation, or real-world code examples from the web.
upgrade-nixos
Upgrade NixOS to a new release version (e.g., 25.05 → 25.11) - researches breaking changes, updates flake inputs, and guides through the upgrade process
web-fetch
Fetches web content with intelligent content extraction, converting HTML to clean markdown. Use for documentation, articles, and reference pages http/https URLs.
zig-docs
Fetches Zig language and standard library documentation via CLI. Activates when needing Zig API details, std lib function signatures, or language reference content that isn't covered in zig-best-practices.
Python Rope Refactor
Rope-first workflow for ANY mechanical Python rename/move (functions/methods/classes/variables/modules/packages), updating imports/references via scripts/rope_refactor.py; use even for small renames; only fallback if rope fails/dynamic imports.
gemini
Invoke Google Gemini CLI for complex reasoning tasks, research, and AI assistance. Trigger phrases include "use gemini", "ask gemini", "run gemini", "call gemini", "gemini cli", "Google AI", "Gemini reasoning", or when users request Google's AI models, need advanced reasoning capabilities, research with web search, or want to continue previous Gemini conversations. Automatically triggers on Gemini-related requests and supports session continuation for iterative development.
financial-close
Month-end and year-end close workflow covering journal entries, reconciliations,close procedures, and audit preparation. Delivers accurate, timely close with full audit trail.
property-based-testing
Design property-based tests that verify code properties hold for all inputs using automatic test case generation. Use for property-based, QuickCheck, hypothesis testing, generative testing, and invariant verification.