view --main always-on-guidance-skill-soglasovanie-agentov-claude.md
always-on-guidance Skill: согласование агентов Claude
SKILL.md
readonly
--- lines
---
name: always-on-guidance
description: |
Always-on rule-oriented guidance for claude-plugin agents. Use to align behavior,
tool usage, and model-specific defaults while avoiding deprecated bd/cass references.
Related skills: swarm-coordination, testing-patterns.
---
# Always-On Guidance
## Global Rules
- Follow instruction priority: system → developer → user → AGENTS.
- Use swarm plugin tools (`hive_*`, `swarm_*`, `swarmmail_*`, `hivemind_*`); avoid deprecated `bd`/`cass` references.
- Stay within assigned files; reserve before edits with `ttl_seconds`; release reservations on done; finish swarm work with `swarm_complete`.
- After every `swarm_spawn_subtask`, immediately call `Task(subagent_type="swarm-worker", prompt="<prompt returned by swarm_spawn_subtask>")`.
- `swarmmail_release_all` is coordinator-only for stale/orphaned reservations.
- Keep outputs concise and action-oriented.
## Model Defaults
### GPT-5.2-code
- Prefer strict checklists and short imperatives.
- Ask a single clarifying question if blocked; otherwise proceed.
- Avoid speculative reasoning; state decisions plainly.
- Keep outputs minimal and non-narrative.
### Opus 4.5
- Allow brief rationale (1–2 sentences) for decisions.
- Use sections when work has multiple phases.
- Suggest alternatives only when risk is high, then choose one.
- Stay compact; avoid long exposition.
## Testing Discipline
- Use red → green → refactor when tests cover the touched area.
- If tests are absent or out of scope, state that explicitly.
Инициализация мануала...
//
$ ls -R related_skills/
2026-04-01
⭐ 342
123-java-exception-handling: Скилл обработки исключений Java
2026-04-01
⭐ 227
architecture-advisor: Скилл выбора архитектуры .NET приложений
2026-04-01
⭐ 235
methodology-curator: скилл для поиска экспертных методик
2026-04-01
⭐ 289
skill-composer: скилл для автоматизации задач и зависимостей
package.json
$ install --global
skills.sh
npx skills add https://github.com/joelhooks/swarm-tools/tree/main/packages/opencode-swarm-plugin/claude-plugin/skills/always-on-guidance
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы