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…
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
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
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…
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…
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
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 …
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 …
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…
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
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…
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 …
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…
DevOps
managing-branches
Git branching strategy expertise with flow-aware automation. Auto-invokes for branching strategies like gitflow, github flow, or trunk-based, plus branch creation, naming, merging …
DevOps
deploy-verify
Post-deploy verification workflow that runs smoke tests across observability, database, tracing, and browser checks. Detects context automatically, surfaces new errors with root-ca…
DevOps
litellm-frontier-sync
LiteLLM + Ollama Cloud/OpenRouter model drift kontrolü yapar, config farklarını çıkarır, kullanıcı onayıyla yeni modelleri ekler, LiteLLM'i yeniden başlatır ve çalıştığını doğrular…
Automation
triage-issues-prs
Shared triage policy for RFC issue/PR monitoring agents. Defines label taxonomy, assignment/comment/stale rules, escalation paths, safety constraints (never close/merge/force-push/…
DevOps
cloud-devops-skill
Best practices, patterns, and decision frameworks for cloud-native DevOps engineers working with Terraform, Kubernetes, and CI/CD pipelines on Azure and AWS. Use when asked about i…
DevOps
launch-saas
Coordinates a complete SaaS launch pipeline from architecture through production monitoring by chaining seven development skills into a unified build-and-deploy workflow. Applies w…
DevOps
environment-to-production-release-protocol
Defines structured release pipelines for Power Platform and Dynamics 365 solutions, enforcing managed-solution packaging, stage progression, pre-deployment validation, approval gat…
Automation
pr
Push the current branch and open a draft PR for Meshtastic-Android the repo way — baseline verified first, body drafted per .github/copilot-pull-request-instructions.md (WHY-first,…
DevOps
sharpen
Autonomous Dependabot — auto-discover outdated packages, audit overrides, apply migrations for major bumps, resolve conflicts, run quality gate. Trigger when the user clicks the st…
DevOps
managing-commits
Git commit quality and conventional commits expertise with automatic issue tracking integration. Auto-invokes for commit message format, commit quality, conventional commits, commi…
DevOps
agr-release
Manage the agr package release process including version bumping, changelog updates, pre-release checks, git tagging, and GitHub Actions publish monitoring. Use when the user wants…
DevOps
finalize-release
Runs the complete post-release sequence for TrainLCD MobileApp: tag origin/master, publish GitHub Release with auto-generated notes, and sync dev from master via temporary branch-r…
DevOps
optimizing-github-actions
Reviews GitHub Actions workflows for performance via cache layering and matrix sharding, quality through gate separation and observability, and security with SHA pinning, OIDC, and…
DevOps
use-railway
Manage Railway infrastructure end-to-end: authenticate, create projects, provision services and databases, deploy code, configure environments, handle storage buckets and domains, …
Testing
accessibility-test
Automated WCAG 2.1 AA accessibility testing with axe-core and Lighthouse CI. Auto-detects frameworks, discovers routes, installs Playwright for page scanning and jest-axe for compo…
Engineering
schema-evolution-compatibility
Guides safe evolution of shared data contracts (events, APIs, DBs, protobuf/avro) by enforcing additive-only changes, reserving removed fields, and using expand-then-contract migra…
DevOps
GitHub Actions
Detect GitHub repositories, check GitHub Actions status, find workflow runs by commit/branch/PR, download and analyze CI logs, show workflow status and timing. Use when user asks a…
DevOps
ci-cd-ops
CI/CD pipeline patterns with GitHub Actions, release automation, and testing strategies. Use for: github actions, workflow, CI, CD, pipeline, deploy, release, semantic release, cha…
DevOps
mirrord-prev-env
Manage mirrord preview environments in Kubernetes: run modified services as isolated pods scoped by environment key and traffic filters, enabling safe validation of changes against…
DevOps
diff-deploy
Deploys changed metadata only since a given git ref (usually `main`), instead of entire projects. Computes altered files via `git diff`, intersects them with project `paths`, then …
DevOps
Letterfeed
Run `make` with these targets: install Install all dependencies for frontend and backend dev Start the development servers for frontend and backend test Run tests for frontend and …
DevOps
Windsurf Project Rules
This script: - Sets up a Python 3.11 virtual environment (if not already present) - Installs dependencies via `pip install -r requirements.txt` - Runs all automated tests (e.g., py…
Testing
gql-breaking-changes
Detects GraphQL schema breaking changes by comparing the evitaDB public demo schema against the local branch. Builds the project, starts the server, runs graphql-inspector, and sum…
Automation
ship-change
Orchestrates scaffold changes through a GitHub-backed workflow: creates worktree branch, design doc, draft PR, cross-agent design review, implementation, code review, and classifie…
Automation
yalla
Adaptive autonomous workflow that classifies, tracks, plans, executes, tests, reviews, and ships changes. Uses GitHub Issues, Linear, or file-based stores as the canonical task rec…
DevOps
terminal--koyeb
Expert guidance for Koyeb, the serverless cloud platform for deploying full-stack applications, APIs, and workers globally with automatic scaling, built-in CI/CD, and edge networki…
DevOps
terminal--northflank
Expert guidance for Northflank, the cloud platform that combines PaaS simplicity with Kubernetes power for deploying applications, databases, and jobs. Helps configure build pipeli…
DevOps
auto-monitor
Background experiment monitor — generates native bash script, launches via Bash(run_in_background=True). Adaptive polling, keyword detection, stale/error/done states, zero main-thr…
DevOps
Radar Forge
OpenClaw 今日保持极高活跃度,24 小时内处理 **500 条 Issues** 和 **500 条 PRs** 更新,发布 **5 个版本**(含 3 个 beta 和 2 个 stable 热修)。社区重点聚焦于文件传输插件的完善、Google Meet 实时语音桥接优化,以及多个平台级功能扩展(Android APK、Linux/Windows…
Testing
canary-ci-ready
Evaluates test suites for CI readiness by measuring coverage depth, flakiness, assertion strength, critical path coverage, and runtime. Treats documented failures with linked issue…
DevOps
experimentation-platform-orchestrator
Decision framework for selecting and migrating between experimentation platforms. Compares Statsig, PostHog, GrowthBook, Optimizely, Amplitude, Eppo, and Kameleoon. Covers multi-pl…
DevOps
hv-release
Cut a release — bump version (major/minor/patch), generate categorized release notes from commits since the last tag, prepend a section to CHANGELOG.md, create an annotated git tag…
Showing the top 60 of 3,702. See the full list →