explain

Installation
SKILL.md

Project Code Explanation Specification

Perceive

  1. Intercept the standard input (stdin) or file arguments passed via the CLI command.
  2. Detect the file context by reading the specified file paths or the current working directory.
  3. Identify programming languages through file extensions or shebang lines.
  4. Capture optional flags such as --all or specific line ranges to define the scope of analysis.

Reason

  1. Structural Parsing: Map the relationships between variables, functions, and classes within the provided context.
  2. Logic Synthesis: Consolidate fragmented code segments into a coherent operational flow.
  3. Contextual Inference: Evaluate how the specific code block interacts with standard libraries or identified project dependencies.
  4. Documentation Alignment: Compare the implementation against common design patterns to explain "why" the code is structured in its current form.
Installs
1
GitHub Stars
7
First Seen
Apr 1, 2026
explain — benknightdark/neo-skills