Explore provides a set of instructions for interrogating yomu-generated SQLite indexes of a codebase. It helps agents run readonly SQL queries to locate symbol usages, import chains, keyword occurrences via FTS, and file-level context. The skill emphasizes using yomu for structural queries and falling back to other tools for semantic or literal searches.
Use this skill when you need precise, reproducible answers about where symbols are used, which files import a module, or where a keyword appears in code content. Ideal for maintainers, code reviewers, and engineers tracing dependencies. Preconditions include having run yomu status and access to the .yomu/index.db. If the index is missing or stale, the skill instructs the user to run yomu rebuild or yomu index.
Useful for CLI-capable agents and tools that can run sqlite3 and shell commands (Code assistants that support executing shell SQL are a good fit).
Skill body is empty/null — the referenced path (skills/explore/SKILL.md) no longer exists in the repo. The repo has been restructured with skills under .ja/skills/ and skills/ directories, and the original 'explore' skill appears to have been renamed or removed. With no content, scripts, or instructions to evaluate, the skill is effectively defunct. The slug and metadata suggest it was intended for iterative SQL queries against a yomu-indexed SQLite DB for codebase search, but without the actual SKILL.md body, it cannot be used.
No content to audit. The skill entry in the DB references a path that 404s. The repo (thkt/dotclaude) has undergone significant restructuring — skills are now prefixed with use-cli-, use-context-, use-workflow-, etc. The 'explore' skill may have been replaced by use-cli-scout or similar. Recommend marking this skill as defunct/broken in the directory.