blueprints

Generate Kubernetes manifests and Helm charts from deployment specs.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/nimranaz148/spec-driven-ToDo-App-2 --skill blueprints-nimranaz148
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprints
Source: https://github.com/nimranaz148/spec-driven-ToDo-App-2/tree/main/.claude/skills/blueprints
Command: npx skills add https://github.com/nimranaz148/spec-driven-ToDo-App-2 --skill blueprints-nimranaz148

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill simplifies the creation of standardized deployment blueprints for cloud-native applications, enabling repeatable, auditable infrastructure from specs.

Core Features & Use Cases

  • Blueprint generation: Generate Kubernetes manifests, Helm charts, and other IaC artifacts from structured deployment specs.
  • Pattern-aware: Selects appropriate patterns (Stateless, Stateful, Job, CronJob) based on requirements.
  • Reuse & governance: Provides reusable blueprints to enforce consistent deployment practices across teams.

Quick Start

Load a deployment spec and run the blueprints skill to produce a Kubernetes Deployment and a Helm chart skeleton.

Frequently Asked Questions about blueprints

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Kubernetes manifests from a deployment spec?

You can generate Kubernetes manifests by loading a structured deployment spec and running the blueprint process, which outputs standard manifest files and Helm chart skeletons using the Spec-Driven Deployment Model.

When do I need spec-driven deployment blueprints for cloud-native applications?

Spec-driven deployment blueprints are needed when you want repeatable, auditable infrastructure from specs, enforcing consistent deployment practices across teams for stateless, stateful, job, and cron patterns.

Can I use this approach to create Helm charts for stateful workloads?

Yes, you can use this approach to create Helm charts for stateful workloads, as the blueprint generation is pattern-aware and supports stateless, stateful, job, and cron patterns based on your requirements.

What is the best way to standardize infrastructure-as-code artifacts across teams?

The best way to standardize infrastructure-as-code artifacts is using reusable blueprints that enforce consistent deployment practices, generating Kubernetes manifests and Helm charts from structured deployment specs.

Does blueprint generation work without external dependencies?

Yes, blueprint generation works without external dependencies, using internal scripts to automate the creation of manifest files and chart structures from your loaded deployment specifications.