bradygaster
- 67 skills
- 0 followers
- 6 hours ago last updated
- ▌ Agentic Workflow Designer · bradygasterConversational skill that interviews users to design new agentic workflows
- ▌ Gh Auth Isolation · bradygasterSafely manage multiple GitHub identities (EMU + personal) in agent workflows
- ▌ Git Workflow 2 · bradygasterSquad branching model: dev-first workflow with insiders preview channel
- ▌ Model Selection 2 · bradygasterPer-agent model selection with 4-layer hierarchy and fallback chains
- ▌ History Hygiene 2 · bradygasterRecord reconciled final outcomes to history.md, not intermediate requests or obsolete claims
- ▌
- ▌ Release Process 2 · bradygasterPrepare, publish, recover, and verify Squad insider, preview, and stable releases
- ▌ CI Validation Gates 2 · bradygasterDefensive CI/CD patterns: semver validation, token checks, retry logic, and draft detection
- ▌ Architectural Proposals 2 · bradygasterHow to write comprehensive architectural proposals that drive alignment before code is written
- ▌
- ▌ Coordinator Init Mode · bradygasterThe complete two-phase Init Mode protocol the Squad coordinator runs when no team exists yet in the current repo. Phase 1 = propose the team (no files created, wait for user confirm). Phase 2 = create .squad/ scaffolding, casting state, .gitattributes for merge drivers, and the always-on built-ins (Scribe, Ralph, Rai, Fact Checker). Loaded on demand when the coordinator detects no .squad/team.md exists.
- ▌
- ▌ Readme Dx Review · bradygasterDeveloper experience checklist for reviewing README files and getting-started documentation
- ▌ Dynamic JSON Guardrails · bradygasterValidate model JSON responses with strict schema checks and deterministic fallback
- ▌ Markdown Playlist Archive · bradygasterBuild append-only markdown table archives with daily file partitioning and replay-friendly history surfacing
- ▌ Binary File Storage · bradygasterPattern for storing and serving binary files (images, etc.) across both File and Blob storage backends
- ▌ Aspnetcore Middleware Headers · bradygasterHow to safely set response headers in ASP.NET Core middleware
- ▌ Aspire Apphost Setup · bradygasterPattern for adding .NET Aspire AppHost and ServiceDefaults to an existing .NET solution
- ▌
- ▌ Dotnet Otel Instrumentation · bradygasterPattern for adding OpenTelemetry tracing to .NET projects with clean library/host separation
- ▌ Pr Screenshots · bradygasterCapture Playwright screenshots and embed them in GitHub PR descriptions
- ▌
- ▌ Squad · bradygasterSquad'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 picker. Routes to the right squad CLI command or the Squad coordinator agent.
- ▌ Reskill · bradygasterExtract durable operating knowledge before slimming or replacing team charters
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Content Scope · bradygasterKeep Squad documentation focused on shipped behavior and clearly bounded integrations
- ▌ Model Selection · bradygasterResolve explicit and persistent model preferences for Squad spawns without pinning stale defaults
- ▌
- ▌ Economy Mode · bradygasterShifts Layer 3 model selection to cost-optimized alternatives when economy mode is active.
- ▌
- ▌ Tiered Memory · bradygasterThree-tier agent memory model (hot/cold/wiki) for context reduction per spawn
- ▌ History Hygiene · bradygasterRecord reconciled final outcomes to history.md, not intermediate requests or obsolete claims
- ▌ Protected Files · bradygasterZero-dependency bootstrap files that must never import npm packages or SDK code
- ▌ Release Process · bradygasterOperate Squad's automated insider, preview, and stable release channels safely
- ▌ Security Review · bradygasterHow to review PRs for security — credentials, injection, workflow permissions, supply chain, git operation safety
- ▌ Test Discipline · bradygasterDesign assertions that prove the actual contract and fail on realistic regressions
- ▌
- ▌ External Comms · bradygasterWorkflow for scanning, drafting, and presenting community responses with a human review gate
- ▌ Squad Commands · bradygasterCategorized 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.
- ▌ Distributed Mesh · bradygaster bundleHow to coordinate with squads on different machines using git as transport
- ▌ Agentic Workflows · bradygasterRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.
- ▌ Gh Aw Reliability · bradygasterValidate GitHub Agentic Workflow contracts through compiled artifacts and realistic mutations
- ▌
- ▌
- ▌
- ▌ Gh Aw Enlistment · bradygasterEnlist a repository into Squad by installing the supported GitHub Agentic Workflows (gh-aw) bootstrap — with strict compilation, an explicit safe-update allowlist, and a human-reviewed bootstrap PR. Never auto-merges.
- ▌ Archival Integrity · bradygasterPreserve content when moving entries between tracked Squad state files
- ▌
- ▌ Versioning Policy · bradygasterSemVer rules for Squad's stable, preview, insider, and local package versions
- ▌ CI Validation Gates · bradygasterDefensive CI/CD patterns: semver validation, token checks, retry logic, and draft detection
- ▌ Architectural Review · bradygasterHow to review PRs for architectural quality — module boundaries, dependency direction, export surface, pattern consistency
- ▌ Client Compatibility · bradygasterPlatform detection and adaptive spawning for CLI vs VS Code vs other surfaces
- ▌ Squad Version Check · bradygasterInternals 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.
- ▌
- ▌ Team Memory Maintenance · bradygasterMerge accepted Squad decisions through the active state backend with exact verification
- ▌
- ▌ Notification Routing · bradygasterRoute agent notifications to specific channels by type — prevent alert fatigue from single-channel flooding
- ▌ Action Skill Contracts · bradygasterAuthor deterministic skills for operations that change state or invoke external tools
- ▌ Architectural Proposals · bradygasterHow to write comprehensive architectural proposals that drive alignment before code is written
- ▌ Documentation Maintenance · bradygasterMaintain accurate, scannable Squad documentation with validated inventory and links
- ▌ Coordinator Response Mode · bradygasterSelecting WHO handles work is the Routing table; selecting HOW they handle it (Direct, Lightweight, Standard, Full) is Response Mode. This skill contains the complete decision table, exemplar prompts for each mode, the Lightweight spawn template, and the upgrade rules. Squad coordinator loads this on demand once routing has identified the agent — to pick the right ceremony level for the task.
- ▌ Cross Squad Communication · bradygasterProtocol for sending queries, delegating tasks, and sharing context between independent Squad instances across different repositories
- ▌ Cross Machine Coordination · bradygasterEnables squad agents on different machines to share work via git-based task queuing