CI/CD

Continuous integration and deployment

Showing 577-600 of 1352 skills
greenstevester

release

by greenstevester

Submit iOS app to App Store for review

CI/CD 20 5mo ago
greenstevester

setup-fastlane

by greenstevester

Set up Fastlane for iOS/macOS app automation

CI/CD 20 5mo ago
fusengine

laravel-vite

by fusengine

Complete Vite bundling for Laravel - assets, HMR, SSR, frameworks, optimization. Use when configuring frontend build pipeline.

CI/CD 13 3mo ago
truongnat

devops-sre

by truongnat

Infrastructure-as-Code, CI/CD automation, and Site Reliability Engineering standards. Focused on stability, scalability, and observability of production environments.

CI/CD 6 3mo ago
ratacat

deployment-verification-agent

by ratacat

"Use this agent when a PR touches production data, migrations, or any behavior that could silently discard or duplicate records. Produces a concrete pre/post-deploy checklist with SQL verification queries, rollback procedures, and monitoring plans. Essential for risky data changes where you need a Go/No-Go decision. <example>Context: The user has a PR that modifies how emails are classified. user: \"This PR changes the classification logic, can you create a deployment checklist?\" assistant: \"I'll use the deployment-verification-agent to create a Go/No-Go checklist with verification queries\" <commentary>Since the PR affects production data behavior, use deployment-verification-agent to create concrete verification and rollback plans.</commentary></example> <example>Context: The user is deploying a migration that backfills data. user: \"We're about to deploy the user status backfill\" assistant: \"Let me create a deployment verification checklist with pre/post-deploy checks\" <commentary>Backfills are high-risk de..."

CI/CD 44 3mo ago
yoanbernabeu

slidev-deployment

by yoanbernabeu

Deploy Slidev presentations to the web. Use this skill for GitHub Pages, Netlify, Vercel, and Docker deployments.

CI/CD 32 4mo ago
Aedelon

uv-workflow

by Aedelon

Master uv package manager for Python: project setup, dependency management, virtual environments, lockfiles, CI/CD integration, Docker builds, and migration from pip/poetry. MUST BE USED when user mentions: "uv", "uv add", "uv run", "uv sync", "uv init", "uv lock", "uv venv", "uv pip", "pyproject.toml", "python project setup", "python dependencies", "virtual environment", "venv", "pip install", "poetry to uv", "migrate from pip", "lockfile python", "requirements.txt", "setup.py", "pip freeze", "uv tool", "install package", "add dependency", "python environment", "new python project", "package manager python", "create project", "uv export", "uv cache", "uv python". 10-100x faster than pip. Covers init, add, sync, lock, run, Docker, CI/CD. NOT for npm/pnpm/yarn (JS toolchain), Rust cargo, or deployment (use deployment-assistant).

CI/CD 107 3mo ago
Lubu-Labs

langsmith-deployment

by Lubu-Labs

"Deploy and operate production agent servers with LangSmith Deployment. Use when work involves choosing Cloud vs Hybrid/Self-hosted-with-control-plane vs Standalone, preparing/validating langgraph.json, creating deployments or revisions, rolling back revisions, wiring CI/CD to control-plane APIs, configuring environment variables and secrets, setting monitoring/alerts/webhooks, or troubleshooting deployment/runtime/scaling issues for LangChain/LangGraph applications."

Agents 97 3mo ago
markus41

IaC Architecture - Cross-Cutting Concerns Skill

by markus41

Audit trails are complete and immutable

CI/CD 12 5mo ago
markus41

harness-ci

by markus41

Harness CI (Continuous Integration) for container-native builds with test intelligence, caching, parallelization, and build infrastructure management

CI/CD 12 5mo ago
tinybirdco

tinybird-typescript-sdk-guidelines

by tinybirdco

Tinybird TypeScript SDK for defining datasources, pipes, and queries with full type inference. Use when working with @tinybirdco/sdk, TypeScript Tinybird projects, or type-safe data ingestion and queries.

CI/CD 18 3mo ago
ElliotJLT

pipeline

by ElliotJLT

Orchestration pattern for sequential, dependent tasks. When work must flow through stages where each stage depends on the previous (design → implement → test → review), structure as a pipeline with explicit handoffs. Each stage completes before the next begins.

CI/CD 56 4mo ago
rodydavis

how-to-deploy-pocketbase-to-cloud-run

by rodydavis

Learn how to deploy PocketBase on Google Cloud Run using the new volume mounting feature, enabling scale-to-zero, infinite storage, and easy backups.

API Dev 39 4mo ago
rodydavis

flutter-fastlane-one-click-beta

by rodydavis

Deploy your Flutter app to the App Store and Google Play with ease using this step-by-step guide covering installation, project setup, Fastlane integration, and automated deployments with Automator.

CI/CD 39 4mo ago
rodydavis

how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z

by rodydavis

Manage multiple Flutter versions efficiently using Git worktrees, eliminating the need for external version managers like FVM.

CI/CD 39 4mo ago
rand

discover-data

by rand

Automatically discover data pipeline and ETL skills when working with ETL, data pipelines, streaming, batch processing, data validation, or pipeline orchestration. Activates for data development tasks.

Automation 110 4mo ago
wasp-lang

deploying-app

by wasp-lang

deploy the Wasp app to Railway or Fly.io using Wasp CLI.

Auth 10 5mo ago
vamseeachanta

git-sync-manager

by vamseeachanta

Multi-repository git synchronization patterns for batch operations

CI/CD 10 4mo ago
runkids

interpreting-culture-index

by runkids

Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data. Supports individual profile interpretation, team composition analysis (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Accepts extracted JSON or PDF input via OpenCV extraction script.

CI/CD 10 3mo ago
z-soulx

section-refactor-with-todo-routing

by z-soulx

基于 learning-notes-organizer 的方法论,对指定文件执行"全标题索引+含义/引导注释 + 指定章节重构 + 越界内容路由到合适标题并按需新增待整理容器"的局部重构工作流;用 planning-with-files 输出抽取→规划→映射→交付,范围外章节默认不改,仅做迁移所需最小改动。

CI/CD 10 4mo ago
Takazudo

dev-docusaurus

by Takazudo

Common Docusaurus v3/v4 development fixes and configuration tweaks. Use when: (1) Setting up or maintaining a Docusaurus site, (2) Seeing warnings about deprecated config options like onBrokenMarkdownLinks, (3) Getting "Module not found" errors for @docusaurus/theme-common or plugin-content-docs when swizzling with pnpm, (4) Docusaurus + pnpm errors like "Hook useDoc is called outside the DocProvider" or duplicate React instances, (5) Generated docs produce broken link warnings that should be suppressed, (6) Using autogenerated sidebar with category ordering, (7) Making docs the homepage, (8) Optimizing generated docs for hot reload, (9) Migrating Docusaurus from npm to pnpm, (10) User says 'docusaurus fix', 'docusaurus warnings', 'fix docusaurus config'.

CI/CD 10 3mo ago
sherdotsh

sher-deploy

by sherdotsh

Deploy frontend projects to instant preview URLs using sher. After building a project, run sher link to get a live, shareable URL in seconds.

CI/CD 153 3mo ago
chaterm

deployment

by chaterm

Kubernetes Deployment 管理

CI/CD 42 4mo ago
ScientiaCapital

sales-revenue

by ScientiaCapital

"B2B sales - cold outreach, lead scoring, pipeline metrics, MEDDIC/BANT qualification, discovery calls, and demos. Use when writing cold emails, scoring leads, running pipeline reviews, or preparing for sales calls."

CI/CD 20 4mo ago