.cursor/skills/inbound-agent-system/SKILL.md
Единая система агентов проекта Inbound Marketing (Битрикс24): память на файловой системе, работа с контекстом, оптимизация токенов, мультиагентная структура (роли и handoff), оценка качества и ведение проекта. Использовать при настройке нового чата, онбординге агента или координации командной работы.
npx skillsauth add rustams/inbound inbound-agent-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Проект Inbound Marketing — приложение Битрикс24: синхронизация редакции, публикация контента на площадки, сбор аналитики, путь контакта от статьи до сделки.
Мета-скилл, объединяющий память, контекст, мультиагентность, оценку и жизненный цикл проекта в одну согласованную систему.
| Слой | Путь | Назначение |
|------|------|------------|
| Рабочая | контекст чата | Текущий план, последние решения, активные артефакты |
| Краткосрочная | .cursor/agent/scratch/ | Крупные выводы инструментов, логи; не держать в контексте |
| Долгосрочная | .cursor/agent/memory/ | preferences, facts, entities — между сессиями |
| Планы | .cursor/agent/plans/ | current_plan.yaml, чеклисты; перечитывать при смене задачи |
Правило: загружать в контекст по запросу (just-in-time), не держать всю память в окне.
.cursor/agent/summaries/; anchored iterative (добавлять к существующей сводке).Подробно: правила в .cursor/rules/context-optimization.mdc.
.cursor/agent/agents/<role>/; координатор читает файлы, не пересказывает в своём контексте.docs/WORKFLOW.md §3.5..cursor/agent/plans/ и .cursor/agent/memory/.Подробно: .cursor/rules/multi-agent-handoffs.mdc.
.cursor/agent/evaluation/rubrics/, .cursor/agent/evaluation/cases/..cursor/agent/evaluation/runs/ (при необходимости не коммитить).docs/AGENT-ARCHITECTURE.md (обзор и запуск агента)..cursor/agent/plans/current_plan.yaml и при необходимости создать/обновить..cursor/agent/summaries/.context-optimization.mdc, multi-agent-handoffs.mdc, плюс правила Битрикс24 из bitrix24-knowledge.mdc.bitrix24-knowledge.mdc и этот SKILL, при необходимости — context-*, memory-systems, evaluation, project-development..cursor/agent/memory/recent_context.md или записать по просьбе пользователя. Подробнее: docs/AGENT-CONTROL.md.recent_context.md, сводках, handoff-файлах в agents/<role>/ — учитывать .cursor/rules/bitrix24-knowledge.mdc как источник обязательных ограничений и навигации (см. подсекцию в том файле и docs/AGENT-CONTROL.md).docs/AGENT-ARCHITECTURE.md.cursor/rules/bitrix24-knowledge.mdc.cursor/rules/context-optimization.mdc.cursor/rules/multi-agent-handoffs.mdc.cursor/agent/*/README.mdtools
This skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces.
development
This skill should be used when the user asks to "start an LLM project", "design batch pipeline", "evaluate task-model fit", "structure agent project", or mentions pipeline architecture, agent-assisted development, cost estimation, or choosing between LLM and traditional approaches.
development
PM skill for Claude Code, Codex, Cursor, and Windsurf. Diagnoses SaaS metrics, critiques PRDs, plans roadmaps, runs discovery, coaches PM career transitions, and pressure-tests AI product decisions. Six knowledge domains, 12 templates, 30+ frameworks, and an opinionated interaction style that labels assumptions and names tradeoffs.
development
Understand the Битрикс24 Starter Kit project structure. Use this skill to find where specific code (frontend, backend, infrastructure) is located.