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.
npx agentmods add instructions/sunnatbekyusupovtech/sunnatbeecli/claude-mdgit clone --depth 1 https://github.com/SunnatbekYusupovTech/sunnatbeeCLIWrote 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/instructions/sunnatbekyusupovtech/sunnatbeecli/claude-md)<a href="https://agentmods.dev/instructions/sunnatbekyusupovtech/sunnatbeecli/claude-md"><img src="https://agentmods.dev/badge/instructions/sunnatbekyusupovtech/sunnatbeecli/claude-md.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 | $0.06756 | $0.06756 |
| Opus 5 | $0.03378 | $0.03378 |
| Sonnet 5 | $0.01351 | $0.01351 |
| Haiku 4.5 | $0.00676 | $0.00676 |
Grade C, and why
sunnatbeeCLI CLAUDE.md scanned grade C with 3 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 5d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
| `bootstrap.sh` | `curl \| bash` bitta-buyruqli o'rnatuvchi (repo'ni `~/.ai-cli`ga klonlaydi). | Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| `bootstrap.sh` | `curl \| bash` bitta-buyruqli o'rnatuvchi (repo'ni `~/.ai-cli`ga klonlaydi). | Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
| `bin/cli.js` | npm uchun Node launcher — bash'ni topib `ai-selector.sh`ni `spawnSync` bilan ishga tushiradi (`package.json` `bin`). | How it starts
The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Aidevix CLI
Bu fayl Claude Code uchun loyiha xaritasi. Maqsad: kodni qaytadan o'qimasdan kontekstni tez tiklash. Yangi sessiyada AVVAL shuni o'qing.
Loyiha nima qiladi
Aidevix — terminaldagi AI CLI agentlarini (Claude Code, Codex, Gemini, Aider, ...)
bitta menyudan boshqaradigan launcher. config/agents.conf dan agentlar ro'yxatini
o'qiydi, fzf (yoki raqamli) menyu ko'rsatadi, tanlangan agentni ishga tushiradi;
o'rnatilmagan bo'lsa — ruxsat so'rab o'rnatadi. Sof Bash loyihasi (build yo'q).
- Til: manba matnlar o'zbekcha (standart). i18n orqali inglizcha ham qo'llab-quvvatlanadi (
AIDEVIX_LANG=enyokiLANG). Qaranglib/i18n.sh. - Platformalar: Linux, macOS, Windows (Git Bash / MINGW64).
- Buyruq nomi:
aidevix.
Fayl xaritasi
| Yo'l | Vazifa |
|---|---|
bin/ai-selector.sh |
Asosiy skript (~2850 qator). Barcha mantiq shu yerda: menyu, parsing, o'rnatish, doctor, auto-update. |
lib/ui.sh |
Dizayn tizimi — butun interfeysning yagona manbai. (1) IKONKALAR: uch pog'ona nerd/unicode/ascii, ui_icons_detect avtomatik aniqlaydi (fontconfig · macOS shrift papkasi · Windows reyestri), natija keshlanadi; (2) SEMANTIK RANGLAR: UI_OK/WARN/ERR/INFO/AI/MUTED/FAINT/TEXT/BRAND (256 → 16 → rangsiz); (3) LAYOUT: ui_vislen/ui_pad/ui_trunc (ANSI'ni hisobga oladi), ui_rule, ui_kv, ui_badge, ui_notice, ui_header, ui_footer, ui_statusbar, ui_bar, ui_deemoji_v. Har birining _v (fork'siz) varianti bor — tsiklda $(...) ISHLATMA. UI_FD chiqish oqimini boshqaradi (2 std, --list/--doctor uchun 1). |
lib/common.sh |
Umumiy yordamchilar: log_* (+log_step), die, require_cmd, panel (→ui_notice qobig'i), banner/banner_full, spin_run, ui_launch, tool_hint, open_url. STDERR'ga yozadi. lib/i18n.sh va lib/ui.sh ni source qiladi. |
lib/i18n.sh |
Ko'p tillilik (i18n) — aidevix_detect_lang (AIDEVIX_LANG > LANG/LC_* > uz), t() gettext-uslubidagi lookup. Manba o'zbekcha = kalit; tarjima topilmasa o'zbekchaga qaytadi. |
lib/i18n/en.sh |
Inglizcha tarjima katalogi (MSG_EN["uz manba"]="en"). Faqat "en" rejimida yuklanadi. Yangi t "..." qo'shsang — kalitni shu yerga ham qo'sh. |
config/agents.conf |
Agentlar ro'yxati. Format: NAME|BINARY|COMMAND|INSTALL|DESC|CATEGORY|AUTH|URL (5–7 ta |). |
bin/aidevix.cmd, bin/aidevix.ps1 |
Windows wrapperlari — Git Bash topib ai-selector.shni chaqiradi. |
bin/cli.js |
npm uchun Node launcher — bash'ni topib ai-selector.shni spawnSync bilan ishga tushiradi (package.json bin). |
completions/ |
aidevix.bash (bash/zsh), _aidevix (zsh native), aidevix.fish (fish). |
packaging/ |
homebrew/aidevix.rb (formula), scoop/aidevix.json (manifest). Relizda url/sha256/version yangilanadi. |
man/aidevix.1 |
man sahifa. |
scripts/ |
demo.sh (deterministik, non-interaktiv demo) + record-demo.sh (asciinema→agg→assets/demo.gif). |
assets/demo.svg |
README demo posteri (statik). log.jpg — AD logosi. |
README.md / README.en.md |
O'zbekcha / inglizcha hujjat (til almashtirgich tepada). |
install.sh |
Lokal o'rnatish (symlink → ~/.local/bin, rc zaxira, idempotent, sudosiz). |
bootstrap.sh |
curl | bash bitta-buyruqli o'rnatuvchi (repo'ni ~/.ai-cliga klonlaydi). |
uninstall.sh |
O'chirish. |
tests/ |
Bats testlari (*.bats, test_helper.bash, fixtures/). Qarang tests/README.md. |
server/ |
Global statistika backend'i (alohida Node loyihasi, npm paketiga kirmaydi). Fastify 5 + ioredis + @fastify/rate-limit; Redis sorted-set'lari (ZINCRBY/ZREVRANGE). Endpoint'lar: POST /v1/events, GET /v1/stats, GET /health. Railway'ga Dockerfile + railway.json bilan deploy. Testlar: node --test (ioredis-mock). CI: .github/workflows/server-ci.yml (faqat server/**). Klyent (aidevix) integratsiyasi hali ulanmagan — opt-in bo'lib qo'shiladi. |
VERSION |
Yagona haqiqat manbai (SemVer). Release teg vX.Y.Z shunga mos bo'lishi shart. |
.github/workflows/ci.yml |
CI: shellcheck · bash -n · agents.conf validatsiya · bats. |
.github/workflows/release.yml |
Teg push'da GitHub Release. |
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.
- 5d ago First seen · 136 lines · 6,756 tokens per session scan C 9c505888bde8
sunnatbeeCLI CLAUDE.md is an instructions file published in the GitHub repository SunnatbekYusupovTech/sunnatbeeCLI (21 stars, last pushed 1mo ago), licensed MIT. It adds 6,756 tokens to every session, about $0.0338 per session on Opus 5. A static security scan graded it C with 3 findings (downloads and executes remote code, makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
snip CLAUDE.md
Claude Code instructions for edouard-claude/snip, covering claude.md, project overview, key concept, repository structure and architecture.
ait CLAUDE.md
Instructions for m24927605/ait, covering claude.md, project overview, tech stack, repository layout and how to run.
dotfiles AGENTS.md
AGENTS.md instructions for GrimLink/dotfiles, covering project instructions, readme maintenance, homebrew, shell configuration and safety.
claude-code-statusline AGENTS.md
Instructions for rz1989s/claude-code-statusline, covering claude-code-statusline, project status, essential commands, configuration testing via env overrides and cache management.
dotfiles CLAUDE.md
Claude Code instructions for GrimLink/dotfiles, a project described as: 🔧 My DEV env setup.
forgecraft-mcp copilot-instructions.md
Copilot instructions for jghiringhelli/forgecraft-mcp, covering copilot instructions, project identity, code standards, production code standards — non-negotiable and solid principles.