CI/CD

Continuous integration and deployment

Showing 721-744 of 1368 skills
jgtolentino

GitHub Actions Workflows Development

by jgtolentino

License: AGPL-3.0

CI/CD 22 8mo ago
jgtolentino

Automation & DevOps Excellence Expert

by jgtolentino

License: AGPL-3.0

CI/CD 22 8mo ago
cliangdev

prd-template

by cliangdev

PRD structure and patterns for SpecFlux. Use when creating or refining product requirement documents. PRDs should be concise for humans but detailed enough for AI agents to implement.

CI/CD 8 6mo ago
markpitt

twelve-factor-app

by markpitt

Applies the Twelve-Factor App methodology when designing, building, reviewing, or auditing cloud-native and SaaS applications. Use when asked about 12-factor compliance, app architecture for cloud platforms, environment configuration, stateless processes, deployment pipelines, service design, or scaling strategies. Covers all 12 factors: codebase, dependencies, config, backing services, build/release/run, processes, port binding, concurrency, disposability, dev/prod parity, logs, and admin processes.

CI/CD 20 5mo ago
untitled-data-company

dlt-dagster

by untitled-data-company

Runs dlt pipelines in Dagster as software-defined assets (Component or Pythonic @dlt_assets) or as a single standard Dagster asset. Use when orchestrating dlt with Dagster; scaffolding loads.py/defs.yaml; jobs/schedules; secrets/env; incremental/backfill via apply_hints; parallelization (one asset per resource); Dagster Cloud deployment; or external compute (ECS, Fargate — refer to dagster-integrations). Triggers: dagster-dlt, dlt on Dagster, deploy dlt with Dagster, standard Dagster asset, external compute.

CI/CD 20 5mo ago
untitled-data-company

dlt-skill

by untitled-data-company

Creates and maintains dlt (data load tool) pipelines from APIs, databases, and other sources. Use when the user wants to build or debug pipelines; use verified sources (e.g. Salesforce, GitHub, Stripe) or declarative REST API or custom Python; configure destinations (e.g. DuckDB, BigQuery, Snowflake); implement incremental loading; or edit .dlt config and secrets. Use when the user mentions data ingestion, dlt pipeline, dlt init, rest_api_source, incremental load, or pipeline dashboard.

API Dev 20 5mo ago
untitled-data-company

uv

by untitled-data-company

Uses the uv Python package and project manager correctly for dependencies, venvs, and scripts. Use when creating or modifying Python projects, adding dependencies, running scripts with inline deps, managing virtual environments, pinning Python versions, running CLI tools from PyPI, setting the IDE Python interpreter, or using uv in CI (e.g. GitHub Actions) or Docker containers. Use when the user mentions uv, pyproject.toml, uv.lock, uv run, uv add, uv sync, .venv, Python interpreter, poetry, pipenv, conda, CI, Docker, GitHub Actions, or asks to use uv instead of pip or poetry.

Automation 20 5mo ago
patricio0312rev

caching-strategy-optimizer

by patricio0312rev

Optimizes CI/CD pipeline speed by implementing effective caching for dependencies, Docker layers, build outputs, and test results. Provides before/after performance metrics and best practices. Use for "CI caching", "pipeline optimization", "build speed", or "cache strategy".

Caching 52 6mo ago
d-kimuson

npm-pkg-config

by d-kimuson

'npm package configuration best practices'

CI/CD 3 5mo ago
OmniNode-ai

mergeability-gate

by OmniNode-ai

Evaluate a PR's mergeability and label it appropriately. Outputs one of three statuses — mergeable, needs-split, or blocked — called by ticket-pipeline between local_review and create_pr phases.

CI/CD 3 4mo ago
marcusabu

claude-code

by marcusabu

Knowledge about Claude Code features, configuration, and best practices. Use when users ask how to create skills, agents, hooks, configure MCP servers, manage settings, use plugins, or troubleshoot Claude Code issues. Or use when the user references claude code docs.

CI/CD 3 5mo ago
agentika-labs

humanika

by agentika-labs

Use this skill when the user asks to "humanize this text", "make this sound less like AI", "fix AI writing patterns", "make this more natural", "rewrite to sound human", or mentions AI-sounding text, robotic writing, or Claude-speak.

CI/CD 3 5mo ago
BjornMelin

pytest-dev

by BjornMelin

"World-class pytest engineer for Python: write/refactor tests, fix flakiness, design fixtures/markers, add coverage, speed up suites (collection/runtime), and optimize CI (GitHub Actions sharding, xdist parallelism, caching). Use when asked about pytest best practices, pytest 9.x features (subtests, strict mode, TOML config), pytest plugins (xdist/cov/asyncio/mock/httpx), or test performance/CI tuning."

CI/CD 3 5mo ago
oldwinter

cloudflare-deploy

by oldwinter

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

API Dev 3 4mo ago
oldwinter

sync-env

by oldwinter

Sync CI environment configurations to staging and optionally to production, with safety gates and whitelist-aware diffing.

CI/CD 3 4mo ago
BjornMelin

vitest-dev

by BjornMelin

World-class Vitest QA/test engineer for TypeScript + Next.js (local + CI performance focused)

CI/CD 3 5mo ago
Adonis0123

commit

by Adonis0123

Generate conventional commit messages with emoji prefixes from staged changes. Use when you need to draft, refine, or execute standardized commit messages quickly.

Auth 3 5mo ago
OmniNode-ai

checkpoint

by OmniNode-ai

Pipeline checkpoint management for resume, replay, and phase validation

CI/CD 3 4mo ago
oldwinter

gitlab-cli

by oldwinter

This skill should be used when users need to interact with GitLab via the glab CLI. It covers repository management (create, delete, clone, fork), CI/CD workflows (pipelines, jobs, schedules), Merge Requests, Issues, Releases, and other GitLab operations. Triggers on requests mentioning GitLab, repos, MRs, issues, pipelines, or CI/CD workflows.

CI/CD 3 6mo ago
BjornMelin

docker-architect

by BjornMelin

SOTA Docker/Compose architecture, implementation, refactor, and security hardening. Use when working on containerization tasks such as creating or rewriting Dockerfiles, docker-compose files, buildx/bake configs, .dockerignore, and CI pipelines for build/test/scan/publish; auditing existing container setups for security, correctness, size/perf, and best practices (least privilege, non-root, minimal images, pinned base images, BuildKit secrets, healthchecks); debugging Docker build/run issues; or designing dev vs prod compose workflows across services (DB/cache/queues) with correct networking, volumes, secrets, and resource limits.

CI/CD 3 5mo ago
thapakrish

stotra

by thapakrish

Sanskrit devotional hymns and prayers covering major stotras by deity (Vishnu, Shiva, Devi, Ganesha), stotra types (ashtakam, sahasranama, kavacham), famous composers (Shankaracharya, Vedanta Desika), and recitation guidance. Use when explaining stotras, providing hymn texts, discussing devotional poetry, or answering questions about Hindu prayers and their significance.

CI/CD 3 5mo ago
peopleforrester

branch-strategy

by peopleforrester

Git branching strategies and workflows. Use when setting up a project's branching model, discussing Git workflow, or deciding between trunk-based and Git Flow approaches.

CI/CD 3 5mo ago
oldwinter

kargo-cli

by oldwinter

This skill should be used when users need to manage progressive delivery via Kargo CLI. It covers freight management, stage promotion, warehouse status, and deployment pipeline operations. Integrates with ArgoCD for GitOps sync. Triggers on requests mentioning Kargo, freight, stage promotion, progressive delivery, or deployment pipelines.

CI/CD 3 6mo ago
OmniNode-ai

auto-merge

by OmniNode-ai

Merge a GitHub PR when all gates pass; uses Slack HIGH_RISK gate by default

CI/CD 3 4mo ago