Agents Evolution
Description
[Legacy] Optimized AGENTS.md system instructions for AI CLI/IDE agents. Token-efficient (Caveman ~75%), skills, subagent orchestration, security checks. Drop-in config for Qwen, Claude, Codex, Cursor и других.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AGENTS.md — Глобальная конфигурация агента
**Автор:** [@smartcaveman1](https://t.me/smartcaveman1) | [AUTHOR.md](AUTHOR.md) | [MIT License](LICENSE)
Что это
`AGENTS.md` — файл с правилами поведения AI-агента (Claude, Qwen, Codex, Cursor и др.). Агент читает его при запуске и действует по заданным правилам из коробки.
**Зачем:**
- Настроить агентскую среду для всех IDE/CLI в пару нажатий — один
AGENTS.mdработает везде: Qwen, Claude, Cursor, Codex, Windsurf, VS Code, любой терминал - Экономить токены — Caveman mode режет расход ~75%, агентский кеш-чек конфигов не перечитывает одно и то же, vendor-игнор исключает сканирование
node_modulesиdist - Строить собственную систему накопления опыта — агент учится через ваши диалоги и сессии: рабочие скиллы сохраняются в
.myskills/skills/, заметки в.notes/, с каждым сеансом база растёт - Устанавливать сторонние скиллы — каталоги (skills.sh, GitHub, awesome-agent-skills), чужие паттерны, дизайн-системы, UI-компоненты — всё ложится в
.agents/skills/и работает глобально
Где разместить
**Правильное расположение:**
$HOME/AGENTS.md # Глобально для всех проектов
**Или на уровень ниже от CLI/IDE:**
/path/to/cli/AGENTS.md # Рядом с установленной CLI
/path/to/ide/AGENTS.md # Рядом с IDE
**Важно:**
- Кладите файл на один уровень вложенности, не глубже
- Агент должен найти его при сканировании HOME или директории CLI/IDE
- Это позволяет агенту действовать по правилам независимо от IDE/CLI
Структура репозитория
`.agents/skills/` — единый источник всех скиллов
.agents/skills/
├── caveman/ # Сжатая коммуникация (~75% экономия токенов)
│ └── SKILL.md
├── explain-complex-code/ # Объяснение кода (ELI5 → Feynman → Gradual)
│ ├── SKILL.md
│ └── prompts/
│ ├── eli5.md
│ ├── feynman.md
│ └── gradual.md
├── subagent-creator-universal/ # Создание агентов для 6 CLI/IDE
│ └── SKILL.md
├── met
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,