Skip to content

Instantly share code, notes, and snippets.

@gsannikov
gsannikov / ops-refactor.md
Created February 24, 2026 20:14
Claude Code Capability Audit Prompt — workflow that audits your agent patterns against latest platform features and suggests migrations
description visibility adaptive last_audit
Audit workflows against latest agent capabilities and suggest migrations + cross-agent parity
ops
true
2026-02-24

/ops-refactor

Workflow Capability Refactor

@gsannikov
gsannikov / ADR-122-filesystem-driven-plugin-lifecycle.md
Created February 19, 2026 09:59
ADR-122: Filesystem-Driven Plugin Lifecycle Management

ADR-122: Filesystem-Driven Plugin Lifecycle Management

Status: Implemented Date: 2026-02-19 Deciders: Augur Team Related: ADR-109 (Filesystem-Driven Dashboard), ADR-105 (Hub-Driven Plugin Architecture), ADR-112 (Plugin Completeness), ADR-121 (Hub Ownership Validation), ADR-083 (Colocate Plugin Data), ADR-087 (Eliminate data/ Directory)

Context

Augur's core value proposition is that users can add, remove, and compose skills with zero friction — drop a folder, get a plugin. Today, several gaps undermine this:

@gsannikov
gsannikov / crew-orchestration-portable.md
Last active February 7, 2026 12:52
Claude Code Agent Teams: 12 Crew Profiles + 6 Swarm Presets — Paste into Claude Code to generate orchestration layer with safety constraints, tier routing, and cost-aware defaults

Generate Crew Orchestration Layer for Claude Code Agent Teams

Paste this entire prompt into Claude Code. It generates crew profiles, swarm presets, and tier routing — everything needed to run structured Agent Teams.


What you are building

You are generating an orchestration layer for Claude Code Agent Teams. This consists of:

@gsannikov
gsannikov / context-manager.md
Last active February 10, 2026 13:18
Claude Code prompts: Part 2 (ADR workflow) + Part 3 (Context management for Agent Teams & Subagents). Paste into Claude Code to generate slash commands.

Context Manager for Claude Code Agent Teams & Subagents

You are setting up a context management layer for a Claude Code project. Generate the following 4 files exactly as specified, then explain how to use them.

1. Create .claude/commands/context-audit.md

---
description: Audit current context usage across active agents and subagents
---