smithery.ai

blueprints

Create and use deployment blueprints for cloud-native applications. Use when defining deployment strategies and generating infrastructure-as-code from specs.

First seen Mar 23, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Edit, Write, Glob, Grep, Bash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,299 B
  • docs SUMMARY.md 175 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Cloud-Native Deployment Blueprints

Quick Reference

This skill provides reusable Spec-Driven Development deployment blueprints for cloud-native applications. It focuses on generating standardized deployment configurations for Kubernetes, Helm, and other cloud-native technologies based on specifications.

Basic Setup

Ensure you have the Spec-Kit context loaded and a valid spec file to work with. This skill works best when used in conjunction with kubectl-ai and helm skills.

Core Patterns

1. Analyze Spec for Infrastructure

Use this skill to analyze a feature spec and determine the necessary infrastructure components (Deployment, Service, Ingress, PVC, etc.).

2. Generate Manifests

Generate Kubernetes manifests based on standard patterns defined in reference.md.

3. Blueprint Selection

The skill helps select the right blueprint (Stateless, Stateful, Job, CronJob) based on the application requirements.

Usage

  • See examples.md for detailed usage scenarios.
  • See reference.md for blueprint definitions.