cfnsync
v0.1.0Skill for driving and interpreting the cfnsync CLI (sync raw CloudFormation templates to stacks) safely from Codex.
By tarahimanLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 5, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cfnsync for Codex and Claude Code
codex plugin marketplace add tarahiman/cfnsync
codex plugin marketplace upgrade cfnsync
codex plugin add cfnsync@cfnsyncPaste and run these commands in a terminal with Codex. They add and refresh the cfnsync catalog, then install this plugin.
Compatibility: the page URL and API slug “cfnsync” remain stable.
- Codex:
cfnsync@agent-plugin-marketplace→cfnsync@cfnsync
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tarahiman/cfnsyncClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/using-cfnsync/SKILL.md└── .mcp.json
Included Skills1
Use when operating or investigating the cfnsync CLI (a tool that syncs a directory of raw CloudFormation templates to stacks). Helpful for choosing between status/plan/deploy/graph/import/force-unlock, interpreting exit codes (0/1/2), performing safety checks around deploy, troubleshooting fail-closed / locking / change-set-ownership situations, and assisting with cfnsync.yaml configuration.
MCP servers1
- url
- https://aws-mcp.us-east-1.api.aws/mcp
Plugin manifests2
{
"name": "cfnsync",
"version": "0.1.0",
"description": "Skill for driving and interpreting the cfnsync CLI (sync raw CloudFormation templates to stacks) safely from Codex.",
"author": {
"name": "tarahiman"
},
"homepage": "https://github.com/tarahiman/cfnsync",
"license": "MIT",
"keywords": [
"cloudformation",
"aws",
"cfn",
"iac",
"change-set",
"deploy",
"cli",
"ci"
],
"skills": "./skills/"
}{
"name": "cfnsync",
"version": "0.1.0",
"description": "Skill for driving and interpreting the cfnsync CLI (sync raw CloudFormation templates to stacks) safely from Claude Code.",
"author": {
"name": "tarahiman"
},
"homepage": "https://github.com/tarahiman/cfnsync"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cfnsync on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cfnsync)