DevOps
release-health-gates
Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass
DevOps
version-updates
Bumps versions, updates changelogs, and coordinates version changes across files for releases
DevOps
pr-prep
Prepares pull requests by running quality gates, drafting descriptions, and validating tests
DevOps
project-init
Scaffolds new projects with git, CI/CD workflows, pre-commit hooks, and build config
Testing
pytest-config
Provides standardized pytest config, reusable fixtures, and CI integration patterns
DevOps
usage-logging
Implements structured usage logging and audit trails for cost and session tracking
DevOps
workflow-setup
Configures GitHub Actions CI/CD workflows for testing, linting, and deployment
DevOps
workflow-monitor
Detects workflow failures and inefficient patterns then files GitHub issues
Productivity
claude-ecosystem
Claude Code ecosystem expertise. Modules: CLI tool (setup, slash commands, MCP servers, hooks, plugins, CI/CD), extensibility (agents, skills, output styles creation), CLAUDE.md (p…
DevOps
deploy-pipeline
CI/CD deployment pipelines for KPI dashboards: GitHub Actions workflows for GitHub Pages and SPFx (gulp bundle, package-solution, M365 CLI deploy), Vercel/Netlify/AWS deployment co…
DevOps
managing-github-events
Enforces strict GitHub event management rules across all projects. Covers commits (Conventional Commits v1.0.0), branches, issues, PRs, releases (SemVer 2.0.0), changelog (Keep a C…
Automation
workflow-automation
Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry custom…
Automation
workflow-automation
Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry custom…
DevOps
pr
Create a pull request for the current branch following Protean's conventions — changelog fragment, breaking change check, proper PR description, and issue linkage. Use this skill w…
DevOps
coding-agent-work-loop
GitHub label-driven workflow that lets a local AI handle issues / PRs; the daemon listens for `pending/agent` and dispatches work. Every issue's design proposal / discussion / code…
DevOps
client-release-pipeline
Explains Lanyard.Client's release pipeline: release.yml builds and publishes on every main push touching client paths, using the <Version> from Lanyard.Client.csproj with no auto-i…
DevOps
gitmoot
Use Gitmoot for local-first AI agent coordination across repositories, goals, reviews, GitHub PR comments, daemon jobs, stuck jobs, branch locks, agent templates, template capture …
DevOps
nx-workspace
Configures, explores, and optimizes Nx monorepo workspaces. Use when setting up Nx, exploring workspace structure, configuring project boundaries, analyzing affected projects, opti…
Automation
roll-loop
Autonomous BACKLOG executor. Runs on a schedule (hourly via cron or GitHub Actions), scans BACKLOG.md for 📋 Todo items, and routes each to the appropriate skill: US-XXX → roll-buil…
DevOps
ci
Run this repo's CI end-to-end — the kolu-specific procedure on top of the odu runner: the odu MCP front door, banned opt-out flags, mandatory two-platform coverage, venue-pool leas…
DevOps
playbook-cli-audit
Audit all packmind-* skills for CLI compatibility issues: deprecated commands, invalid options, wrong file formats, missing flags, and version mismatches against the locally instal…
DevOps
gcp-live-cloud-run-traffic-migration-guard
Gate Cloud Run traffic percentage migrations, min-instances changes, and revision deletions against revision health verification and rollback posture assessment. Migrating 100% tra…
DevOps
git-workflow-standard
Enforces production-grade Git collaboration rules across repos: protected branch tiers apply server-side gates (force/delete bans on Tier 1, PR-required on Tier 2, CI gates on Tier…
Automation
agentlint-feature-pipeline
Autonomous build pipeline for any agentlint feature — CLI, web, leaderboard tool, docs, or rules. Accepts a feature request, runs grills and PRD generation, converts to issues, exe…
DevOps
dwy-github-action-publish
Provides GitHub Actions guidance for cross-platform builds and releases. Handles Python wheels with C extensions via cibuildwheel and PyPI OIDC publishing, plus Electron apps using…
Testing
ddd-qa-chain
Executes a five-layer DDD quality-assurance chain—domain logic, IPC contracts, component interaction, E2E journeys, and visual regression—each with its own tool, command, and gate.…
DevOps
forge-github-actions
GitHub Actions workflow discipline with SHA-pinned third-party actions, scoped job permissions, OIDC federation, dependency caching, PR concurrency cancellation, no secrets in run …
DevOps
ci-status-checker
Interprets GitHub Actions run status and logs, diagnoses CI failure patterns, and suggests targeted fixes. Handles dependency install failures, test timeouts, build OOM, flaky test…
Productivity
pr
DraftForge PR lifecycle workflow. Use when the user runs /pr, opens or pushes a pull request, or asks to monitor CI checks and Copilot review on a branch. Creates the PR (or reuses…
Automation
drain
Parallel-worktree auto-drain of the board. One invocation scans pipeline sources, filters admissible items, builds a conflict-free wave, confirms with the user, then spawns isolate…
DevOps
nx-run-tasks
Executes build, test, lint, serve, and other tasks in an Nx workspace using single runs, run-many, and affected commands. Use when user says "run tests", "build my app", "lint affe…
DevOps
fabrik
Provides ambient awareness of Fabrik, the GitHub-Project-driven SDLC pipeline orchestrator using Specify/Research/Plan/Implement/Review/Validate stages. Activates on `.fabrik/` dir…
Testing
integrity-guardian
Scheduled integrity auditor for SchoolApp: daily read-only scans across attendance/grades/reports with tenant isolation, schoolId lineage tracking, and schema checks; auto-generate…
DevOps
define-slo-sli-sla
Define SLOs, SLIs, and SLAs with error budget tracking, burn rate alerts, and automated reporting using Prometheus and tools such as Sloth or Pyrra. Apply when setting reliability …
DevOps
babysit-loop
Maintains a repo's PR queue as a continuous self-paced merge lane, invoking tiered PR babysitting each cycle with grace windows, escalation, and telemetry. Human merge authority pe…
DevOps
gen-dependency-updater
Generates Dependabot or Renovate configuration files (`.github/dependabot.yml` or `renovate.json`) with sensible defaults: weekly cadence, minor+patch grouping, and a 5-PR open lim…
DevOps
id-validate
Performs static validation of infrastructure changes before testing or merging: resolves the active stack profile, executes read-only `tofu validate` and `tofu fmt`, and evaluates …
Engineering
go-conventions
Apply Go project conventions — Go 1.25.x toolchain pinned via toolchain directive and GOTOOLCHAIN=local, vendored deps via go mod vendor, golangci-lint v2 strict, gofmt + goimports…
Automation
pr
Use when the user wants to open a pull request or finish a branch handoff. Read the PR template, inspect changes vs main, run the release skill first if the branch name looks like …
DevOps
mmp-change-control
Manages change control for the march-melee-pools repo: classifies modifications (routine, plan-gated, data mutation, deploy), initiates PLAN-*.md files, runs adversarial review log…
Engineering
evidence-pack
Compiles release evidence packs from existing project artifacts—traceability matrices, CI logs, PR reviews, signed commits, citations, and risk files—into a versioned directory und…
DevOps
github-actions-skills
Writes, migrates, or reviews GitHub Actions workflows that build Docker images, push to ECR, and deploy to ECS, containerized Lambda, or publish the image alone. Handles AWS micros…
AI / ML
inference-perf-baseline-bridge
Connects inference benchmark outputs to the perf-baseline registry, capturing canonical metrics (TTFT, ITL, throughput, cache hit rate) under inference_perfbench_v1 with workload-t…
DevOps
olx-izdanje
Releases production builds: runs tests, updates CHANGELOG, bumps version, creates tags, flips stable flag, deploys to fleet, and logs the release. Triggers: "finish job", "close th…
DevOps
soak
Manages a repository's supply-chain soak window (SOAK_DAYS) by validating derived surfaces, adjusting the window, adding per-package exclusions, and updating pinned external tools.…
Security
check-github-workflow
Scans GitHub Actions workflow YAML files or `.github/workflows/` directories against 30 deterministic security and quality checks plus seven judgment dimensions. Detects issues lik…
DevOps
hermes-hookdeck
Plugin that puts Hookdeck's Event Gateway in front of Hermes for webhook reliability — traffic bursts get queued, events are deduplicated and survive restarts, failed runs get rede…
DevOps
id-sync
Post-merge GitOps driver that reconciles the controller to the merged IaC commit, reads the realized state, and records evidence via emit_realization_evidence for derive_realizatio…
DevOps
nx-ci-monitor
Monitors Nx Cloud CI pipeline status and applies self-healing fixes automatically. Use when user says "watch CI", "monitor pipeline", "check CI status", "fix CI failures", or "self…
DevOps
ci-cache-optimizer
CI/CD caching optimizer for dependency caching, Docker layer caching, and build speed improvements. Activate on: CI cache, build speed, dependency caching, Docker layer cache, turb…
Testing
kelly-app-skill-creator-tests
Validates and executes integration tests for App-in-Skill projects, including server smoke tests, browser acceptance, Busabase integration, OAuth verification, persistence, and CI …
DevOps
merge-duplicate-pipelines
Detects and consolidates duplicate pipelines—whether split by environment suffixes or copied across customers, regions, or units—into a single version using environment overlays, t…
Automation
schedule-effective-dated-changes
Schedule future-dated changes (plan, tier, price, deactivation) via a pending-changes table holding the payload, effective date, and status. A scheduled job applies due rows transa…
DevOps
gcp-live-gke-rollout-guard
Gate GKE deployment mutations, node pool upgrades, and cluster control-plane version changes against rollback posture and PDB audit before any production change. Prevents irreversi…
Design
design-lint
Deterministic (no-LLM) design anti-pattern linter. Scans rendered HTML/CSS or live URLs against DESIGN-TOKENS.md to flag token hygiene, color/font/spacing consistency, and AI-defau…
DevOps
ci-scaffold
Generates production-grade CI/CD pipelines and workflow files for any repo, supporting GitHub Actions or Forgejo Actions with configurable build matrices, secret handling, release …
Automation
ab-scripting-feature-dev
Creates an AgenticBrowser Scripting DSL orchestration for end-to-end feature development: planning, TDD implementation, testing, and lint review. Outputs docs/scripting-features/fe…
DevOps
greenbatch
Updates a repo's npm and Maven dependencies in risk-tiered batches on a dedicated branch, runs the repo's build and test gates to verify each batch, bisects failures to revert only…
Testing
bruno-api-testing
Create, execute, and manage API test collections in Bruno format (OpenCollection YAML or legacy Bru). Supports generating collections from OpenAPI specs, writing requests with asse…
DevOps
tidebase
Add durable checkpoints, resumable queues, cron scheduling, cancellation, human approvals, live progress, subagent fanout, and cost tracking to AI agent workflows via Tidebase (Pos…
Showing the top 60 of 4,561. See the full list →