# Cfnctl

> Use this skill when the user wants to aws cloudformation stack management cli.

- Skill: `javimosch/cfnctl` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/cfnctl`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/cfnctl/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/cfnctl

---


# Cfnctl Plugin

AWS CloudFormation stack management CLI.

## Commands

### Operations
- `cfnctl stack deploy` — deploy stack via cfnctl
- `cfnctl stack delete` — delete stack via cfnctl
- `cfnctl stack list` — list stack via cfnctl
- `cfnctl stack status` — status stack via cfnctl

## Usage Examples
- "cfnctl --help"
- "cfnctl <args>"

## Installation

```bash
go install github.com/rogerwelin/cfnctl@latest
```

## Examples

```bash
cfnctl --version
cfnctl --help
```

## Key Features
- aws\n- cloudformation\n- infrastructure

