memstack-deployment-ci-cd-pipeline

memstack-deployment-ci-cd-pipeline is a skill for Claude Code, Codex from cwinvestments/memstack. It costs 73 tokens per session (4,065 once invoked), scanned A, original, MIT.

A guide for setting up CI/CD, the automated process that checks code and deploys it after changes. It creates stages for linting, testing, building, and deployment, with environment and rollback planning.

In plain words
What is it for?
Use it to design GitHub Actions or similar pipelines, automate tests and builds, define deployment gates, manage environments, and plan rollbacks.
Why use it?
It reduces repeated manual release work and helps catch problems before code is deployed.

Skill for Claude CodeCodex

Part of the memstack plugin — 86 skills, 2 commands, 5 hooks shipped together

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.

agentmods
npx agentmods add skills/cwinvestments/memstack/ci-cd-pipeline
Any agent
npx skills add cwinvestments/memstack --skill ci-cd-pipeline
Clone the repo
git clone --depth 1 https://github.com/cwinvestments/memstack

Made for: Claude Code, Codex.

Or install memstack, the plugin that ships this one along with the rest of its 86 skills, 2 commands, 5 hooks.

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 memstack-deployment-ci-cd-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/cwinvestments/memstack/ci-cd-pipeline.svg)](https://agentmods.dev/skills/cwinvestments/memstack/ci-cd-pipeline)
Your own site
<a href="https://agentmods.dev/skills/cwinvestments/memstack/ci-cd-pipeline"><img src="https://agentmods.dev/badge/skills/cwinvestments/memstack/ci-cd-pipeline.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,065 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original 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 $0.00073 $0.04065
Opus 5 $0.00036 $0.02032
Sonnet 5 $0.00015 $0.00813
Haiku 4.5 $0.00007 $0.00407

Measured yesterday against content hash dd4b96493800, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

memstack-deployment-ci-cd-pipeline 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 yesterday.

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.

STATUS=$(curl -s -o /dev/null -w "%{http_code}" "$URL/health")
skills/deployment/ci-cd-pipeline/SKILL.md · 499 lines

How it starts

The opening of the file, as written. The whole thing — 499 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🔄 CI/CD Pipeline: Continuous Integration & Deployment

Detect project type and generate a complete CI/CD pipeline with lint, test, build, deploy stages, rollback strategy, and environment management.

Activation

When this skill activates, output:

🔄 CI/CD Pipeline: Designing your pipeline...

Context Status
User says "CI/CD", "pipeline", "GitHub Actions" ACTIVE
User wants automated testing and deployment ACTIVE
User mentions branch strategy, deploy gates, or rollbacks ACTIVE
User wants Docker setup (CI/CD is secondary) DORMANT: see docker-setup
User wants server provisioning (not pipeline) DORMANT: see hetzner-setup
User wants to deploy to a specific platform only DORMANT, see railway-deploy or netlify-deploy

Protocol

Step 1: Gather Inputs

Ask the user for:

  • Project type: Node.js, Python, Go, Rust, monorepo?
  • Testing framework: Jest, Vitest, Pytest, Go test?
  • Deployment target: Vercel, Railway, Netlify, Hetzner VPS, AWS, Docker registry?
  • Current CI/CD: Any existing pipeline, or starting from scratch?
  • Branch strategy: Trunk-based, GitFlow, or custom?
  • Team size: Solo dev, small team, or large team?

Step 2: Detect Project & Recommend Platform

Auto-detect from project files and recommend CI/CD platform:

Project Signal Platform Recommendation Reason
.github/ exists GitHub Actions Already on GitHub, native integration
vercel.json or Next.js Vercel (auto-deploy) + GitHub Actions (CI) Vercel handles deploy, GHA handles testing
railway.json Railway (auto-deploy) + GitHub Actions (CI) Railway handles deploy, GHA handles testing
netlify.toml Netlify (auto-deploy) + GitHub Actions (CI) Netlify handles deploy, GHA handles testing
Dockerfile present GitHub Actions → Docker registry → deploy Full control pipeline
Monorepo (packages/) GitHub Actions with matrix/path filters Need per-package CI
Self-hosted server GitHub Actions → SSH deploy Push-based deployment

Read the full file on GitHub · 499 lines

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. yesterday Changed dd4b96493800
  2. 5d ago First seen · 499 lines · 73 tokens per session scan A ccfa1143d83f

Subscribe to this mod's changes

memstack-deployment-ci-cd-pipeline is a skill published in the GitHub repository cwinvestments/memstack (419 stars, last pushed today), licensed MIT. It adds 73 tokens to every session and 4,065 once invoked, about $0.0004 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

chinese-git-workflow

国内 Git 平台配置参考——Gitee、Coding.net、极狐 GitLab、CNB 的 SSH/HTTPS/凭据/CI 接入差异与镜像同步配置。仅在用户显式 /chinese-git-workflow 时调用,不要根据上下文自动触发。.

jnMetaCode/superpowers-zh · 69 tokens

plan-ceo-review

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick expansions), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when…

GCWing/BitFun · 143 tokens

plan-eng-review

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture", "engineering review", or "lock in the plan". Proactively suggest when…

GCWing/BitFun · 116 tokens

autoplan

Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out. Use when…

GCWing/BitFun · 152 tokens

design-review

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

GCWing/BitFun · 125 tokens

pre-landing-review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when explicitly asked for the specialized pre-landing workflow. Product /review requests are handled by BitFun's unified Review mechanism instead.…

GCWing/BitFun · 74 tokens