find-skills

find-skills is a command for Claude Code, Codex from nicelight/DevRails-26. It costs 0 tokens per session (661 once invoked), scanned A, original, MIT.

A project-first search command for finding relevant coding-agent skills, first among skills already installed in the project and then in a marketplace.

In plain words
What is it for?
Use it when you need to find a skill for a task, check its source, or choose a safe next command.
Why use it?
It reduces guesswork about which skill to use and avoids treating an unknown command name as proof of where it came from.

Command for Claude CodeCodex

Written for Codex and Claude Code: reads ~/.codex or $CODEX_HOME, but also a Claude Code command (commands/*.md). Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it when you need to find a skill for a task, check its source, or choose a safe next command.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/nicelight/devrails-26/find-skills
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.

Clone the repo
git clone --depth 1 https://github.com/nicelight/DevRails-26

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 find-skills

README.md
[![agentmods](https://agentmods.dev/badge/commands/nicelight/devrails-26/find-skills.svg)](https://agentmods.dev/commands/nicelight/devrails-26/find-skills)
Your own site
<a href="https://agentmods.dev/commands/nicelight/devrails-26/find-skills"><img src="https://agentmods.dev/badge/commands/nicelight/devrails-26/find-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 661 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.00000 $0.00661
Opus 5 $0.00000 $0.00331
Sonnet 5 $0.00000 $0.00132
Haiku 4.5 $0.00000 $0.00066

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

Security

Grade A, and why

find-skills 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.

skills/_shared/references/commands/find-skills.md · 57 lines

How it starts

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

/find-skills — Find relevant skills (project-first)

Цель

Быстро понять, какие skills уже доступны в этом проекте и какой безопасный route применим к отсутствующему skill.

1) Сначала проверь project-installed skills

Сканируй:

  • .claude/skills/*/SKILL.md (Claude Code + OpenCode)
  • .agents/skills/*/SKILL.md (Codex CLI + OpenCode)

Note: .codex/ is for Codex config (e.g. .codex/config.toml), not for skills.

Собери таблицу:

Skill Source Description
mb-init .claude/skills/mb-init ...

Сопоставь интент задачи с name/description и предложи 1–3 лучших:

  • «Используй mb-init …»
  • «Затем /map-codebase …»
  • «Для выполнения /exe …»

2) Если skill отсутствует — сначала докажи его происхождение

Используй только уже доступное evidence, которое явно подтверждает origin: installed skill metadata/generated markers, canonical project docs или canonical command source в verified local DevRails checkout, либо marketplace metadata с package owner/repo. Не создавай manifest, command catalog или новый registry и не угадывай происхождение по одному имени.

  • Доказанный DevRails command. Не используй npx skills add или marketplace route. Сообщи, что установка/синхронизация выполняется внешним DevRails installer из доступного checkout. Если checkout и target path проверены, предложи точную команду node scripts/install-framework.mjs --skill <command> --target <project-path> --yes; если нужен framework/Memory Bank sync — node scripts/install-framework.mjs --bootstrap --target <project-path> --yes --sync. Не выдумывай путь к checkout и не утверждай, что route можно выполнить, когда checkout недоступен.
  • Доказанный внешний package. Предложи marketplace install route и предупреди о возможных конфликтах. Устанавливай только после явного подтверждения пользователя. Если .memory-bank/skills/index.md уже существует, обновляй его только после фактической установки; не создавай новый registry.
  • Происхождение не доказано. Сообщи ambiguity, перечисли проверенное evidence и ничего не устанавливай.

Read the full file on GitHub · 57 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 · 57 lines · 0 tokens per session scan A 84bee70e2461

Subscribe to this mod's changes

find-skills is a command published in the GitHub repository nicelight/DevRails-26 (22 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 661 tokens. 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.