new-project
Scaffold a new Camunda 8 project with the right structure, dependencies, and docs. Use when starting a new process automation project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scaffold a new Camunda 8 project with the right structure, dependencies, and docs. Use when starting a new process automation project.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a Camunda 8 agentic process with AI Agent connector and ad-hoc sub-process. Use when building AI agent workflows with tool calling.
Generate a deployable Camunda 8 BPMN process file. Use when creating or modifying BPMN workflows.
Install and start Camunda 8 Run locally for development. Downloads the latest version, verifies Java, and starts the engine.
Launch a visual viewer for BPMN, DMN, or Form files in the browser.
Deploy all Camunda resources (BPMN, DMN, forms) to the engine. Use when ready to deploy process definitions.
Generate a Camunda 8 DMN decision table. Use when creating business rules or decision logic.
| name | new-project |
| description | Scaffold a new Camunda 8 project with the right structure, dependencies, and docs. Use when starting a new process automation project. |
| argument-hint | [description, language, environment] |
Read the Camunda dev guide from the plugin root first (find it with find . -name camunda-dev-guide.md).
$ARGUMENTS
Detect env+lang from arguments (java/spring → Java, node/ts → Node.js, saas/cloud → SaaS, local/c8run → C8 Run). If unclear, ask.
"type": "module" or pom.xml)npm install @camunda8/sdk@^8.8.0 expressc8 --version (if not: npm install @camunda8/cli -g)