ci-cd-pipeline-patterns

ci-cd-pipeline-patterns is a skill for Claude Code from manutej/luxor-claude-marketplace. It costs 36 tokens per session (8,885 once invoked), scanned A, original, no licence file.

A guide to building continuous integration and continuous delivery pipelines. CI/CD pipelines automatically test code and can package, deploy, and release software through systems such as GitHub Actions.

In plain words
What is it for?
Use it to design GitHub Actions workflows, automate tests and deployments, choose deployment strategies, and organise software releases.
Why use it?
It helps replace ad-hoc build and release steps with repeatable workflows. It covers testing, automation, deployment choices, and release management.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the LUXOR DevOps Suite plugin — 12 skills shipped together

Good fit Use it to design GitHub Actions workflows, automate tests and deployments, choose deployment strategies, and organise software releases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/manutej/luxor-claude-marketplace/ci-cd-pipeline-patterns
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add manutej/luxor-claude-marketplace --skill ci-cd-pipeline-patterns
Clone the repo
git clone --depth 1 https://github.com/manutej/luxor-claude-marketplace

Made for: Claude Code.

Or install LUXOR DevOps Suite, the plugin that ships this one along with the rest of its 12 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ci-cd-pipeline-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/ci-cd-pipeline-patterns/github.svg)](https://agentmods.dev/skills/manutej/luxor-claude-marketplace/ci-cd-pipeline-patterns)
Your own site
<a href="https://agentmods.dev/skills/manutej/luxor-claude-marketplace/ci-cd-pipeline-patterns"><img src="https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/ci-cd-pipeline-patterns/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ci-cd-pipeline-patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/manutej/luxor-claude-marketplace/ci-cd-pipeline-patterns"><img src="https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/ci-cd-pipeline-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,885 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Feb 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.08885
Opus 5 $0.00018 $0.04443
Sonnet 5 $0.00007 $0.01777
Haiku 4.5 $0.00004 $0.00889

Measured 13d ago against content hash 6a085c5a445e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ci-cd-pipeline-patterns scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -f https://green.example.com/health
plugins/luxor-devops-suite/skills/ci-cd-pipeline-patterns/SKILL.md · 1,524 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 1,524 lines · 36 tokens per session scan A 6a085c5a445e

Subscribe to this mod's changes

ci-cd-pipeline-patterns is a skill published in the GitHub repository manutej/luxor-claude-marketplace (61 stars, last pushed 3mo ago), with no licence file. It adds 36 tokens to every session and 8,885 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

finalize

Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording.

terrylica/cc-skills · 33 tokens

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, changesets, goreleaser, matrix, cache, secrets, environment, artifact, reusable workflow, composite action.

0xDarkMatter/claude-mods · 66 tokens

release-and-changelog

Use when cutting a release, bumping a version, or writing release notes. Activate for keywords like "release", "version bump", "changelog", "release notes", "tag", "publish", "ship a release", "v1.x", "v2.x". Enforces version hygiene: SemVer respect, changelog discipline, atomic commits, tagged release. Always reflect…

duthaho/claudekit · 99 tokens

ship

Commit, push, create PR(s), and auto-finalize — full automation pipeline. Handles uncommitted changes and recently created PRs.

dryvist/claude-code-plugins · 30 tokens

promote-release

Open and merge a develop-to-main promotion PR on a git-flow repo. Merge commit only, never squash or rebase — main accepts merge commits only. Every merge to main triggers release-please, which takes over tagging and release notes from there. Refuses on trunk repos (default branch main) — use /merge-pr instead.

dryvist/claude-code-plugins · 71 tokens

shared-workflow-org-refs

Use when creating or editing GitHub Actions workflows that call reusable workflows (uses: OWNER/repo/.github/workflows/...) — org owner references must be the literal current org, and shared-CI homes are under dryvist.

dryvist/claude-code-plugins · 53 tokens