bradygaster

61 mods across 3 repositories, 3.1k stars between them.

squad-commands

49

bradygaster/squad

Skill Claude CodeCodex

Categorized catalog of common Squad operations. Coordinator reads this file and presents it as an interactive menu when the user asks for available commands or help.

3.1k 2d ago A 34 tokens original MIT

squad-help

50

bradygaster/squad

Skill Claude CodeCodex

How to actually use Squad — Squad is a custom Copilot agent (invoked via the task tool with agenttype='Squad'), not a skill. This file explains the right invocation paths for setting up a team, listing squad commands, and initializing Squad in a new project.

3.1k 2d ago A 60 tokens original MIT

squad-version-check

51

bradygaster/squad

Skill Claude CodeCodex

Internals of how @bradygaster/squad-cli stamps its version, how squad upgrade works (what it preserves vs overwrites), and how to probe the npm registry for the latest version from a coordinator prompt.

3.1k 2d ago A 52 tokens original MIT

squad

52

bradygaster/squad

Skill Claude CodeCodex

Squad's command catalog and interactive menu. Invoke via /squad (slash command) or natural language ("squad commands", "what can squad do", "show me squad options"). Presents categorized operations (Install & Upgrade, Team Management, Issues & PRs, Plugins & Skills, Model & Cost, Sessions & State) as an interactive…

3.1k 2d ago A 87 tokens copy · 89% MIT

tiered-memory

53

bradygaster/squad

Skill Claude CodeCodex

Three-tier agent memory model (hot/cold/wiki) for context reduction per spawn.

3.1k 2d ago A 20 tokens original MIT

versioning-policy

54

bradygaster/squad

Skill Claude CodeCodex

Semver versioning rules for Squad SDK and CLI — prevents prerelease version incidents.

3.1k 2d ago A 20 tokens original MIT

challenger

55

bradygaster/squad

Agent

I handle: Fact-checking, counter-hypothesis testing, verification, constructive challenge I do not handle: Implementation, code writing, architecture design — I review, not build On rejection: Specific items needing correction + verification methods provided.

3.1k 2d ago A 0 tokens original MIT

docs-standards

56

bradygaster/squad

Skill Claude CodeCodex

Microsoft Style Guide + Squad-specific documentation patterns.

3.1k 2d ago A 13 tokens original MIT

error-recovery

57

bradygaster/squad

Skill Claude CodeCodex

Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.

3.1k 2d ago A 24 tokens original MIT

bradygaster/squad

Skill Claude CodeCodex

Route agent notifications to specific channels by type — prevent alert fatigue from single-channel flooding.

3.1k 2d ago A 19 tokens original MIT

retro-enforcement

59

bradygaster/squad

Skill Claude CodeCodex

Ensure retrospectives happen on schedule and that their action items are tracked in GitHub Issues — not markdown checklists.

3.1k 2d ago A 0 tokens original MIT

test-discipline

60

bradygaster/squad

Skill Claude CodeCodex

Update tests when changing APIs — no exceptions.

3.1k 2d ago A 12 tokens original MIT