# C8ctl

> Use this skill for Camunda 8 workflow automation and management from the CLI.

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

---

# c8ctl Plugin
Scriptable CLI for Camunda 8 operations.
## Commands
- `c8ctl self version` — Print version
- `c8ctl _ _` — Passthrough to CLI
## Installation
```bash
npm install -g @camunda8/cli
```
## Examples
```bash
c8ctl deploy --dry-run
c8ctl list --json
```
## Key Features
- **Dry-run mode** — Safe pipeline automation
- **JSON output** — Structured data for CI/CD
- **c8ignore** — File ignore patterns
- **Pipeline-ready** — Non-interactive operation

