---
title: "deploy-buddy"
description: "A runnable Agent Plugins v1.0.0 demo: two Agent Skills plus a stdio MCP server for a mock deployment platform."
canonical: https://agentpluginsdirectory.com/plugins/deploy-buddy
last-updated: 2026-09-22
---

# deploy-buddy
A runnable Agent Plugins v1.0.0 demo: two Agent Skills plus a stdio MCP server for a mock deployment platform.
- Slug: deploy-buddy
- Publisher: Daniel Prinz
- Repository: https://github.com/dprinz/agent-plugins
- Manifest: plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): devops-cloud
- Skills: 2 (deploy-service, write-release-notes)
- MCP servers: 1 (deploy-platform)
- Stars: 0
- Repository created: 2026-08-08
- Repository last pushed: 2026-08-08
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/deploy-buddy
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What deploy-buddy does, in the publisher's words

Companion project for Agent Plugins: ein portables Paketformat für Skills und MCP-Server.

Agent Skills carry procedural knowledge, MCP carries live tool access, and until now there was no boundary that let you ship both as one thing. Agent Plugins v1.0.0 is that boundary: a directory with fixed component locations, packaging Skills and MCP servers without changing their native formats.

This repository is that directory. It is a real, conformant plugin, and it runs.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/dprinz/agent-plugins/HEAD/README.md

## Skills

- deploy-service: Deploy a service to a staging or production environment, verify it, and roll back if the health checks fail. Use when the user asks to ship, release, promote, deploy, or roll back a service.
- write-release-notes: Turn a range of git commits into release notes grouped by change type, with breaking changes called out first. Use when the user asks for release notes, a changelog entry, or a summary of what shipped.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- deploy-platform: transport: stdio; command: node ${PLUGIN_ROOT}/mcp/deploy-platform/server.mjs; env: DEPLOY_PLATFORM_CATALOG, DEPLOY_PLATFORM_STATE

Read from the plugin's own mcp.json. Environment variable names only, never values.
