Agent Plugins Marketplace
All plugins

slipway

v0.12.0

slipway implements the Agentic Delivery Lifecycle (ADLC): interview-driven repo intake, app classification, hardened Dockerfiles, Terraform on Azure, GitHub Actions CI/CD with immutable tags, deployment verification and Jira tracking. Every platform choice is an interview option.

Claude Code5 Skills3 MCP serversStreamable HTTPstdio

By Abdelazim AliLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install slipway for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install slipway@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/integranz/slipway

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/slipway/.

Plugin files

plugins/slipway/
├── .claude-plugin/plugin.json
├── skills/bootstrap/SKILL.md
├── skills/deploy/SKILL.md
├── skills/dockerize/SKILL.md
├── skills/plan/SKILL.md
├── skills/ticket/SKILL.md
└── .mcp.json

Included Skills5

bootstrapskills/bootstrap/SKILL.md

Use when the user asks to onboard, containerise, "set up delivery", CI/CD, deployment or infrastructure for a repository, to run the ADLC intake, or to change delivery options (cloud, compute, registry, runner, versioning, branching, tracker, secret store, base image). Interviews the user for the options that shape generated files, classifies the apps with the explore sub-agent, writes .slipway/config.yaml, scaffolds the repo-side files deterministically and opens a tracking ticket.

deployskills/deploy/SKILL.md

Trigger the CD workflow for one immutable image tag and one environment, wait for the human approval on the GitHub environment, monitor the run to completion and report the deployed URLs.

dockerizeskills/dockerize/SKILL.md

Build the hardened multi-stage container image for one app from the slipway templates, run it locally, and prove it answers its health endpoint with the expected version as a non-root user.

planskills/plan/SKILL.md

Run terraform fmt, validate and plan for one infrastructure layer of this repository and summarise the changes. Never applies; tells the human exactly how to approve and apply.

ticketskills/ticket/SKILL.md

Create, transition or comment on the work item that tracks this repository's delivery in the configured tracker (Jira through the Atlassian Rovo MCP Server), with a structured description and evidence links.

MCP servers3

atlassianStreamable HTTP
url
https://mcp.atlassian.com/v2/mcp
azurestdio
command
npx
args
-y @azure/mcp@latest server start --namespace acr --namespace containerapps --namespace keyvault --namespace group --namespace role --namespace subscription --namespace monitor --read-only
githubStreamable HTTP
url
https://api.githubcopilot.com/mcp/x/actions

Plugin manifests1

plugins/slipway/.claude-plugin/plugin.json
{
  "name": "slipway",
  "version": "0.12.0",
  "description": "slipway implements the Agentic Delivery Lifecycle (ADLC): interview-driven repo intake, app classification, hardened Dockerfiles, Terraform on Azure, GitHub Actions CI/CD with immutable tags, deployment verification and Jira tracking. Every platform choice is an interview option.",
  "author": {
    "name": "Abdelazim Ali"
  },
  "keywords": [
    "devops",
    "azure",
    "terraform",
    "github-actions",
    "docker",
    "jira",
    "delivery"
  ],
  "license": "MIT",
  "repository": "https://github.com/integranz/slipway",
  "homepage": "https://github.com/integranz/slipway/tree/main/plugins/slipway"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[slipway on Agent Plugins Marketplace](https://pluginsmp.com/plugins/slipway)