template-scaffolding

Generate project templates and runbook skeletons with dry-run previews.

Updated May 11, 2026
One-click install
npx skills add https://github.com/resultakak/argos --skill template-scaffolding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-scaffolding
Source: https://github.com/resultakak/argos/tree/main/skills/template-scaffolding
Command: npx skills add https://github.com/resultakak/argos --skill template-scaffolding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reduces the time to bootstrap new projects by applying standardized scaffolding templates for Docker, Kubernetes, Helm, Nginx, PgBouncer, and Runbooks, enabling repeatable, compliant boilerplate.

Core Features & Use Cases

  • Dry-run previews of scaffolded files and placeholders to prevent unintended changes.
  • Automatic selection of target paths (charts/, deploy/, docker/, runbooks/) based on repository contents and stack detection.
  • Placeholder correction and guardrails to ensure safe templates before integration into the project.
  • Runbook skeleton generation for incident response and runbook consistency across teams.

Quick Start

Run the scaffold command to generate a new project structure from templates and preview changes.

Frequently Asked Questions about template-scaffolding

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

FAQPage Schema
How do I automate project scaffolding for Kubernetes and Helm charts?

Automate project scaffolding by generating ready-to-use templates for Helm charts, Kubernetes manifests, and CI workflows. The skill automatically detects your stack and selects target paths to ensure consistent structure and documentation across new services.

What is the best way to generate runbook skeletons for incident response?

Generate runbook skeletons to ensure incident response consistency across teams. The skill creates standardized runbook templates that provide a repeatable structure for documenting safety reviews and operational procedures.

Can I preview scaffolded files before applying changes to my repository?

Yes, you can preview scaffolded files using dry-run previews. This feature prevents unintended changes by displaying placeholders and generated structures before integration, ensuring safe and repeatable deployments.

Does this scaffolding tool work with Docker and PgBouncer configurations?

Yes, the scaffolding tool works with Docker, PgBouncer, Helm, Kubernetes, and Nginx. It applies standardized templates based on repository contents and stack detection to generate compliant boilerplate for these technologies.

How are placeholders handled when generating cloud-native app templates?

Placeholder correction and guardrails ensure safe templates before integration into your project. The skill enforces validation steps and handles placeholders to prevent configuration errors across your generated charts and manifests.