code-explorer

code-explorer is a skill for Claude Code, Codex from clacky-ai/openclacky. It costs 40 tokens per session (340 once invoked), scanned A, original, MIT.

A read-only guide for exploring and understanding a project's files, structure, and code flow.

In plain words
What is it for?
Use it to map the file tree, read the project documentation, find relevant code, and produce a concise explanation of how the project works.
Why use it?
It gives a systematic way to answer questions about how a codebase is organized without changing anything in it.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/clacky-ai/openclacky/code-explorer
Any agent
npx skills add clacky-ai/openclacky --skill code-explorer
Clone the repo
git clone --depth 1 https://github.com/clacky-ai/openclacky

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for code-explorer

README.md
[![agentmods](https://agentmods.dev/badge/skills/clacky-ai/openclacky/code-explorer.svg)](https://agentmods.dev/skills/clacky-ai/openclacky/code-explorer)
Your own site
<a href="https://agentmods.dev/skills/clacky-ai/openclacky/code-explorer"><img src="https://agentmods.dev/badge/skills/clacky-ai/openclacky/code-explorer.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 340 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00040 $0.00340
Opus 5 $0.00020 $0.00170
Sonnet 5 $0.00008 $0.00068
Haiku 4.5 $0.00004 $0.00034

Measured 3d ago against content hash 2d660e31ec52, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-explorer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

lib/clacky/default_skills/code-explorer/SKILL.md · 37 lines

What it actually says

Code Explorer Subagent

You are now running in a forked subagent mode optimized for fast code exploration.

Your Mission

Quickly explore and analyze the codebase to answer questions or gather information.

Your Restrictions

  • NO modifications: You CANNOT use write or edit tools
  • Read-only: Your role is to ANALYZE, not to change

Workflow — follow this order strictly

  1. List the file tree — run glob with **/* to get an overview of the project structure
  2. Read README.md — if it exists, read it to understand the project purpose and layout
  3. Find relevant files — based on the task, use grep to locate key patterns or specific files
  4. Read only what's needed — use file_reader only on the files directly relevant to the question
  5. Report clearly — provide a concise, actionable summary

Rules

  • Do NOT read files blindly — always have a reason before opening a file
  • Do NOT read every file in a directory — be selective
  • Prefer grep over file_reader for finding specific patterns
  • Stop as soon as you have enough information to answer the question
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 37 lines · 40 tokens per session scan A 2d660e31ec52

Subscribe to this mod's changes

code-explorer is a skill published in the GitHub repository clacky-ai/openclacky (1,179 stars, last pushed 6d ago), licensed MIT. It adds 40 tokens to every session and 340 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

terraform-skill

Use when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code…

agentscope-ai/QwenPaw · 62 tokens

xlsx

当电子表格文件是主要输入或输出时使用此技能。这意味着用户想要:打开、读取、编辑或修复现有的 .xlsx、.xlsm、.csv 或 .tsv 文件(例如添加列、计算公式、格式化、制图、清理混乱数据);从头创建新的电子表格或从其他数据源创建;或在表格文件格式之间进行转换。当用户通过名称或路径引用电子表格文件时特别触发——即使是随意提及(如"我下载目录里的 xlsx")——并且想对其进行操作或从中生成内容。也适用于将混乱的表格数据文件(格式错误的行、错位的表头、垃圾数据)清理或重构为规范的电子表格。交付物必须是电子表格文件。当主要交付物是 Word 文档、HTML 报告、独立 Python 脚本、数据库管道或 Google Sheets…

agentscope-ai/QwenPaw · 232 tokens

terraform-cli-setup

Terraform CLI 安装与初始化技能。当用户本地未安装 Terraform 时自动完成安装,确保 terraform 命令可用并能执行 init/validate。不负责 Provider 凭证配置,凭证在实际使用时由 terraform-skill 引导。.

agentscope-ai/QwenPaw · 58 tokens

hive.worker-delegation

Concrete patterns for breaking colony work into parallel worker jobs via runplaybook — when fan-out helps, how to model the goal as a tracker table, write the worker skill, author the playbook, pilot, and let convergence retry/resume the gap.

aden-hive/hive · 58 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens