always-on-guidance
1
总安装量
1
周安装量
#48315
全站排名
安装命令
npx skills add https://github.com/joelhooks/opencode-swarm-plugin --skill always-on-guidance
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
github-copilot
1
gemini-cli
1
Skill 文档
Always-On Guidance
Global Rules
- Follow instruction priority: system â developer â user â AGENTS.
- Use swarm plugin tools (
hive_*,swarm_*,swarmmail_*,hivemind_*); avoid deprecatedbd/cassreferences. - Stay within assigned files; reserve before edits with
ttl_seconds; release reservations on done; finish swarm work withswarm_complete. - Use
TaskCreate/TaskUpdatefor visible progress in Claude Code UI alongsidehive_*for git-backed persistence. - When
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMSis enabled, preferTeammateToolfor real-time coordination andswarmmail_*for persistence. swarmmail_release_allis coordinator-only for stale/orphaned reservations.- Keep outputs concise and action-oriented.
Model Defaults
Use model aliases (inherit, opus, sonnet, haiku) instead of version numbers.
Opus
- 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.
Sonnet/Haiku
- 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.
Testing Discipline
- Use red â green â refactor when tests cover the touched area.
- Use
EnterPlanModefor test-driven planning before implementation. - If tests are absent or out of scope, state that explicitly.