plugins/feature-explorer/skills/feature-explorer/SKILL.md
This skill should be used when the user asks to "explain how X works", "how does X work", "what is the implementation of X", "trace the code for X", "show me the call chain of X", "how is X implemented", "how does the X module work", "what's the design of X", "walk me through X", "explain the X feature", "what does X do", "how is X built", "解释一下 X 是怎么实现的", "帮我分析 X", "梳理一下 X 的设计", "X 的调用链是什么", "X 的代码流程是什么", or mentions understanding, analyzing, or exploring a feature, function, module, mechanism, or design in a codebase. Also triggers when the user asks about the architecture, flow, or internal workings of a component. Provides a structured analysis of how a feature is implemented. Do NOT use for debugging, bug fixing, or modifying code -- only for understanding and explaining.
npx skillsauth add hicaosen/skills feature-explorerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze the implementation of a specified feature in a codebase and produce a structured exploration report.
$ARGUMENTS
Starting from the entry point, trace function calls layer by layer:
Use this structure for the report:
## Overview
<2-3 sentences summarizing what this feature does and why it exists>
## Call Chain
<Show call relationships with indentation or arrows, annotated with file paths and line numbers>
## Data Flow
<Describe data sources, transformations, and destinations>
## Key Design Decisions
<List important design choices and patterns>
## Files
<Bulleted list of all key file paths (no line numbers — see call chain for those)>
file_path:line_number.development
VictoriaTraces HTTP API reference for querying distributed traces via Jaeger-compatible API. This skill should be used when searching traces, listing services/operations, getting trace details by ID, querying service dependencies, constructing HTTP requests to VictoriaTraces, or working with Jaeger API endpoints for distributed tracing analysis.
development
VictoriaMetrics HTTP API reference for querying metrics, exporting/importing data, TSDB stats, and administrative operations. This skill should be used when constructing HTTP requests to VictoriaMetrics, understanding query endpoints (/api/v1/query, /api/v1/query_range, /api/v1/export, /api/v1/import), response formats, checking cardinality, creating snapshots, or integrating with VictoriaMetrics API.
development
VictoriaLogs HTTP API reference for querying logs, hits stats, field discovery, live tailing, and log statistics. This skill should be used when constructing HTTP requests to VictoriaLogs, understanding query endpoints (/select/logsql/query, /select/logsql/tail, /select/logsql/hits, /select/logsql/field_names), response formats, or integrating with VictoriaLogs API for log search and analysis.
testing
PromQL query language fundamentals for Prometheus and Prometheus-compatible systems. Use for understanding PromQL instant/range vectors, label matchers, aggregation operators, offset/@ modifiers, or when targeting non-VictoriaMetrics Prometheus systems. For VictoriaMetrics-specific features like default_rollup, rollup, or outlier detection, use the metricsql skill.