A small, general-purpose skill that makes project explanations cite concrete source code.
When a user asks an agent to explain a repository, feature, bug, architecture, file, module, function, API flow, or code path, this skill tells the agent to inspect the relevant files and support its explanation with file references, line numbers, and focused snippets.
- Grounds explanations in source code instead of broad summaries.
- Requires concrete file and line references for important claims.
- Encourages small, relevant snippets rather than large pasted blocks.
- Separates verified source facts from inference when evidence is incomplete.
- Keeps the answer readable by starting with the short answer, then anchoring details in code.
SKILL.md: the skill metadata and instructions.LICENSE: the project license.
This repo intentionally keeps the skill minimal. There are no scripts, assets, references, or agent-specific UI metadata.
Install the repository as a skill by placing it in a directory your agent runtime scans for skills.
For Codex, a symlink works well:
ln -s /path/to/explain-with-code ~/.codex/skills/explain-with-codeRestart the runtime after installing so it can refresh the available skills.
Edit SKILL.md. If installed by symlink, changes in this repository are reflected in the installed skill path automatically.
Validate the skill with your runtime's skill validator when available.