- Home
- /
- Categories
- /
- CI/CD
CI/CD
Continuous integration and deployment
cross-platform-command-generator
by chaorenex1
Generates cross-platform commands and scripts for Linux, macOS, and Windows with security validation and compatibility guidance
cloud-run-deployment
by Agentient
Deploy and manage Google Cloud Run services with traffic management and scaling. PROACTIVELY activate for: (1) deploying containers to Cloud Run, (2) configuring blue-green or canary deployments, (3) managing traffic splits and rollbacks. Triggers: "cloud run", "deploy", "traffic split"
fastdeploy-pull-request
by PFCCLab
自动创建或更新 GitHub Pull Request。 当需要为 FastDeploy 仓库创建 PR 时,优先使用本 skill。
wait-for-ci
by dtinth
Use this skill to wait for checks on GitHub Actions to finish on the current pull request
GitHub Pages
by alfredang
Deploy to GitHub Pages with auto-generated Actions workflow. Detects project type, creates deploy workflow, enables GitHub Pages and Actions automatically via API. Use when deploying static sites, React, Vite, or Next.js apps to GitHub Pages.
deploy
by clearsmog
Render and deploy documents to output directory for hosting. Supports Quarto slides and Typst PDFs.
mermaid-diagrams-as-code
by Agentient
[STUB - Not implemented] Mermaid.js diagrams-as-code for version-controlled, reviewable visual documentation. PROACTIVELY activate for: [TODO: Define on implementation]. Triggers: [TODO: Define on implementation]
pipeline
by jwilger
Autonomous build-phase orchestrator. Manages slice queue, TDD pair dispatch, full-team code review, mutation testing, CI integration, and auto-merge with quality gates. Replaces manual coordinator overhead during build phase. Activate when running factory mode with ensemble-team.
ci-cd
by costa-marcello
"Creates production-ready GitHub Actions workflows for CI/CD, Docker builds, security scanning, and monorepo orchestration. Triggers on requests for CI/CD setup, workflow creation, pipeline automation, GitHub Actions help, deployment workflows, matrix builds, reusable workflows, or security scanning configuration."
ensemble-team
by jwilger
Set up a full AI ensemble/mob programming team for any software project. Creates team member profiles (.team/), coordinator instructions (.team/coordinator-instructions.md), project owner constraints (PROJECT.md), team conventions (AGENTS.md), architectural decisions (docs/ARCHITECTURE.md), domain glossary, and supporting docs. Use when: (1) starting a new project and wanting a full expert agent team, (2) the user asks to "set up a team", "create a mob team", "set up ensemble programming", or "create agent profiles", (3) converting an existing project to the driver-reviewer mob model, (4) the user wants AI agents to work as a coordinated product team with retrospectives and consensus-based decisions.
cicd-patterns
by Agentient
Implement CI/CD pipelines with GitHub Actions and Cloud Build for GCP deployments. PROACTIVELY activate for: (1) setting up GitHub Actions workflows for GCP, (2) configuring Cloud Build pipelines, (3) implementing Workload Identity federation. Triggers: "cicd", "github actions", "cloud build"
mutation-testing
by knowlet
在單元測試通過後觸發。透過引入人工錯誤(Mutants)來「測試你的測試」,確保測試案例具有足夠的錯誤偵測能力,建立對驗證機制的信任(Trust the Verification)。
data-pipelines
by AlexanderStephenThompson
ETL patterns, orchestration, and data pipeline architecture
ci-integration
by jwilger
Deterministic CI/CD interaction patterns. Push-and-wait discipline, failure triage, self-healing for lint/format/infra failures, structured output for pipeline consumption. Activate when interacting with CI/CD systems.
aws
by plutowang
Auto-apply when working with Amazon Web Services (AWS) or cloud infrastructure. Trigger this skill for CDK stacks, CloudFormation, Terraform, SAM, Lambda, S3, EC2, IAM, or any AWS cloud deployments.
factory-review
by jwilger
Structures the human review experience for factory-mode builds. Audit trail summaries, PR digests, retrospective synthesis, quality trend tracking, and autonomy tuning interface. Activate during Phase 3 human review.
sast-semgrep
by vchirrav
Run Semgrep SAST scans on code. Supports 30+ languages with OWASP, security, and custom rulesets. Parses results and provides remediation guidance.
website-to-skill-folder
by chirag2653
Converts any website into an installable AI skill folder by crawling all pages and packaging them as searchable markdown with frontmatter summaries. Use when asked to: create a website search skill, index a website for AI agents, scrape a site into a searchable knowledge base, turn a website into an offline-searchable skill, or make website content available to AI agents without live browsing. Outputs an installable skill folder plus the exact npx command to add it to any AI agent.
@tank/vercel
by tankpkg
Vercel deployment and project management using the CLI. Covers all CLI commands (deploy, build, dev, pull, env, domains, dns, logs, promote, rollback), vercel.json configuration (redirects, rewrites, headers, functions, crons, images, regions), CI/CD workflows (GitHub Actions, GitLab CI, preview and production pipelines), environment variable management, domain and DNS setup, serverless and edge functions, and troubleshooting. Synthesizes Vercel CLI docs (2026), vercel.json schema, and production deployment patterns. Trigger phrases: "vercel", "vercel deploy", "vercel cli", "vercel build", "vercel dev", "vercel pull", "vercel env", "vercel domains", "vercel dns", "vercel logs", "vercel promote", "vercel rollback", "vercel.json", "deployment", "preview deployment", "production deployment", "CI/CD vercel", "serverless function", "edge function", "cron job vercel", "vercel monorepo", "vercel turborepo", "vercel domain", "vercel certificate", "deploy to vercel", "vercel environment variables", "vercel preview", "vercel production"
prisma-expand-contract
by kbravh
Safe database schema migrations using the expand-and-contract pattern with Prisma ORM. Use when renaming columns/tables, changing column types, adding non-nullable columns, or any schema change requiring zero-downtime deployment.
project-health-check
by famaoai-creator
Audits the project for modern and Waterfall standards (SDLC, CI/CD, Tests, Quality Metrics) and provides a health score with improvement suggestions.
servel
by K-NRS
Self-hosted deployment platform via Docker Swarm. Deploys applications, manages 45+ infrastructure types (databases, queues, caches, platforms), handles secrets, domains, backups, and server operations. Triggers on deploy, infrastructure, postgres, redis, supabase, backup, restore, logs, secrets, SSL, domains, dev mode, CI/CD, alerts, traefik, routing, server management, capacity, rebalance, registry, node management, or access control.
@tank/tank-project-setup
by tankpkg
Auto-detect project stack and integrate Tank skills into any repository. Scans for framework indicators (package.json, pyproject.toml, angular.json, tsconfig.json, etc.), recommends relevant Tank skills, creates project-level skills.json, runs tank install, and sets up CI/CD pipelines (GitHub Actions, GitLab CI) so skills install automatically — like npm ci for agent skills. Trigger phrases: "set up tank", "add tank to project", "tank init project", "install tank skills", "detect project type", "tank ci/cd", "tank cicd", "configure tank for this repo", "add skills to project", "tank install setup", "integrate tank", "set up agent skills", "project skills setup", "add tank to ci", "tank github action"
vulture-dead-code
by Ven0m0
Vulture and deadcode tools for detecting unused Python code (functions, classes, variables, imports). Use when cleaning up codebases, removing unused code, or enforcing code hygiene in CI. Triggered by: vulture, deadcode, dead code detection, unused code, code cleanup, remove unused.