klimkit-code-explorer
Installation
SKILL.md
Klimkit Code Explorer
Use this for read-only discovery before edits. Report what the code does, where it does it, and which files or symbols matter.
Workflow
- State the question being explored.
- Search first with
rgorrg --files. - Read entry points, callers, tests, docs, and configuration that shape the behavior.
- Trace the execution path with concrete file and symbol references.
- Surface contradictions or competing patterns instead of blending them.
- Identify the smallest likely change surface and the tests or checks that should cover it.
- Stop before editing. If implementation is requested next, hand the findings to
klimkit-implementor the narrow method skill.