research

Installation
SKILL.md

Research

Research the codebase to find and explain specific topics. This is a read-only skill - it discovers and documents information but does not modify code.

When to Use

  • Understanding where something is configured (e.g., "Where is Stripe configured?")
  • Learning how a feature works (e.g., "How does authentication work?")
  • Finding implementation details (e.g., "Where are RSS feeds fetched and parsed?")
  • Locating infrastructure definitions (e.g., "Where are the Kubernetes manifests for the API?")
  • Mapping dependencies and data flows

Input

A research question about the codebase. Examples:

  • "Where is Stripe configured?"
  • "How does authentication work?"
  • "Where are RSS feeds fetched and parsed?"
  • "Where do we define Kubernetes manifests for the API service?"
Installs
2
GitHub Stars
3
First Seen
Mar 1, 2026
research — thoreinstein/agents