edit-searchable

edit-searchable is a command for Claude Code from danielLublinsky/Skill-Atlas. It costs 14 tokens per session (1,090 once invoked), scanned A, original, Apache-2.0.

A command for moving whole plugins into or out of a zero-token searchable tier. A searchable plugin can be found without using tokens, but both the host setting and this configuration must allow it.

In plain words
What is it for?
Use it to review installed plugins, choose one to add or remove from search, refresh the configuration, and report fatal or dangling configuration problems.
Why use it?
It keeps the two settings that control searchability synchronized and exposes orphaned selections or configuration defects. The unit is a plugin, so all of its skills move together.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the skill-atlas plugin — 2 skills, 1 command, 2 hooks shipped together

Good fit Use it to review installed plugins, choose one to add or remove from search, refresh the configuration, and report fatal or dangling configuration problems.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add danielLublinsky/Skill-Atlas
Claude Code
/plugin install skill-atlas

Made for: Claude Code.

Or install skill-atlas, the plugin that ships this one along with the rest of its 2 skills, 1 command, 2 hooks.

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 edit-searchable

README.md
[![agentmods](https://agentmods.dev/badge/commands/daniellublinsky/skill-atlas/edit-searchable.svg)](https://agentmods.dev/commands/daniellublinsky/skill-atlas/edit-searchable)
Your own site
<a href="https://agentmods.dev/commands/daniellublinsky/skill-atlas/edit-searchable"><img src="https://agentmods.dev/badge/commands/daniellublinsky/skill-atlas/edit-searchable.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,090 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00014 $0.01090
Opus 5 $0.00007 $0.00545
Sonnet 5 $0.00003 $0.00218
Haiku 4.5 $0.00001 $0.00109

Measured 8d ago against content hash 176439c8c480, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

edit-searchable 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 8d 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.

commands/edit-searchable.md · 105 lines

How it starts

The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Edit the searchable tier: pick an action, pick the plugins, refresh.

A plugin is searchable only when BOTH halves hold — Claude Code has it disabled (settings) and this scope opted it in (config.json). This command owns both halves. The unit is a plugin, not a single skill: selecting one moves all its skills together.

1. Read the current state

python3 "${CLAUDE_PLUGIN_ROOT}/scripts/build_graph.py"
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/categorize.py" config --list

Exit 1 is dangling defects elsewhere — carry on. Exit 2 is fatal: report stderr and stop; if it names categories.json or config.json violations that is curated state, so offer to fix it and NEVER regenerate it.

Show every plugin as a table — plugin, skills, tier — ordered searchableoffenabled. Mention any orphan_opt_ins (opt-ins naming no installed plugin).

2. Ask the action — always

One AskUserQuestion, single-select. Ask it every time; never infer the action from the rollup, and never skip it because one direction looks empty:

  • Add a plugin — move a plugin into the searchable tier
  • Remove a plugin — take a plugin out of it

Put the candidate count in each description. ("Other" is offered automatically — honour whatever the user types there.) If the chosen action has no candidates, say so plainly and stop; do not substitute the opposite.

3. Multi-select the plugins

One AskUserQuestion, multiSelect: true, options = candidates for the chosen action only:

  • Add → plugins at tier off first (already disabled — one call each), then enabled ones (these also need a disable). Give each option its skill count. An enabled plugin going searchable saves ~48 tokens per skill per session; an off plugin already costs nothing, so it gains findability, not tokens — don't present those as the same win.
  • Remove → the current searchable plugins.

Max 4 options per question, 4 questions per call. If candidates exceed that, offer the highest-payoff ones and say which were not offered — never let a cap look like a complete list.

Read the full file on GitHub · 105 lines

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. 8d ago First seen · 105 lines · 14 tokens per session scan A 176439c8c480

Subscribe to this mod's changes

edit-searchable is a command published in the GitHub repository danielLublinsky/Skill-Atlas (23 stars, last pushed 22d ago), licensed Apache-2.0. It adds 14 tokens to every session and 1,090 once invoked, about $0.0001 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.