smithery/neversight

anvil-conflict-resolution

Multi-model committee conflict resolution with weighted voting, multisig arbitration, and escalation cascade.

Installation

$ npx skills add smithery/neversight --skill anvil-conflict-resolution

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,431 B
  • docs SUMMARY.md 142 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

STATUS: Non-Terminal / Recursive NOTE: This skill represents a context-dependent operational pattern. Static interpretation degrades fidelity outside active execution.

Protocol Reference

  • Protocol ID: P5_ANVIL
  • Full Spec: /protocols/P5ANVIL/specv1.0.md

Core Functions

  1. Decision Classification - Classify decisions as ROUTINE/SIGNIFICANT/CRITICAL/EXISTENTIAL
  2. Weighted Voting - Stake-based voting with temporal decay and confidence weighting
  3. Deadlock Detection - Identify margin, abstention, and timeout deadlocks
  4. Multisig Arbitration - 2-of-2 (Grok-4 + Qwen) cryptographic voting
  5. Lead Override - Alternating override authority with stake penalty
  6. Tier 1 Escalation - Escalate unresolved conflicts to human oversight

Instructions

  1. Initialize ANVIL conflict resolution context
  2. Classify decision tier (ROUTINE/SIGNIFICANT/CRITICAL/EXISTENTIAL)
  3. Collect votes from all committee nodes
  4. Calculate weighted voting outcome
  5. If deadlock detected, progress through resolution stages
  6. Log conflict record to Mnemosyne Ledger

Examples

  • "Execute ANVIL protocol for proposal X"
  • "Classify decision urgency for committee vote"
  • "Initiate multisig arbitration"
  • "Escalate deadlock to Tier 1"