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.
git clone --depth 1 https://github.com/nicelight/DevRails-26Wrote 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.
[](https://agentmods.dev/commands/nicelight/devrails-26/find-skills)<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>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.
| Model | Per session | Once 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 |
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.
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 и ничего не устанавливай.
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.
- 8d ago First seen · 57 lines · 0 tokens per session scan A 84bee70e2461
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.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.