Plugin Claude Code
Official Camunda skills for AI-assisted Camunda 8 development.
Plugin Claude Code
Official Camunda skills for AI-assisted Camunda 8 development.
Plugin Claude Code
Official Camunda skills for AI-assisted Camunda 8 development.
Instructions file CodexOpenCode
Instructions for camunda/skills, covering camunda skills, available skills, design goal: c8ctl is the programmatic api, c8ctl setup (required) and tooling.
Instructions file
Instructions for camunda/skills, a project described as: Camunda AI Agent skills.
Skill Claude CodeCodex
Use this skill to model and configure AI agents in Camunda 8 BPMN using the AI Agent Sub-process connector — an LLM driver applied to an ad-hoc subprocess with tools as BPMN activities. Use for: shaping the ad-hoc subprocess that hosts the agent, defining tools as service/script/user tasks or sub-processes, declaring…
Skill Claude CodeCodex
Use this skill to create, edit, and validate BPMN 2.0 process diagrams for Camunda 8 (Zeebe). Use for: new BPMN processes, modifying existing diagrams, adding tasks/gateways/events/subprocesses, configuring Zeebe extensions (taskDefinition, ioMapping, loop characteristics), validating BPMN XML. Do not use for: writing…
Skill Claude CodeCodex
Use this skill to install, configure, and operate c8ctl (the Camunda 8 CLI), the foundation the other camunda- skills build on. Use for: starting a local cluster via c8run, connecting to Camunda 8 SaaS or Self-Managed via already-configured profiles, switching between connection profiles, managing connector secrets…
Skill Claude CodeCodex
Use this skill to build a custom Camunda 8 connector — outbound or inbound — when the OOTB catalog doesn't cover the integration. Two paths: a JSON-only element template on a protocol connector (no Java), or a Java connector via the Connectors SDK with annotation-driven template generation. Use for: choosing Path A…
Skill Claude CodeCodex
Use this skill to browse, configure, and apply pre-built Camunda connectors (REST, Slack, Kafka, AWS, etc.) via element templates (also known as connector templates). Use for: discovering available connector templates, inspecting their properties, applying a template to a service task or message event, configuring…
Skill Claude CodeCodex
Use this skill FIRST for any Camunda 8 integration or BPMN step that talks to another system — Slack, REST/HTTPS, webhooks, Kafka, S3, internal microservices, AI/LLM agents. The right implementation can't be read off the request's keywords (a "webhook" might be an OOTB connector or a custom inbound one; "LLM" a custom…
Skill Claude CodeCodex
Use this skill to author and validate DMN (Decision Model and Notation) decisions for Camunda 8 — decision tables and literal expressions inside a Decision Requirements Diagram (DRD). Use for: creating or editing .dmn files, picking the right hit policy, wiring a business rule task in BPMN to a DMN decision…
Skill Claude CodeCodex
Use this skill to look up Camunda 8 documentation. The official docs at docs.camunda.io are the source of truth for current behavior — FEEL function signatures, BPMN extension attribute shapes, REST API endpoints, version requirements, feature availability. Trigger any time you need to verify a Camunda specific…
Skill Claude CodeCodex
Use this skill to write, debug, evaluate, and validate FEEL (Friendly Enough Expression Language) expressions for Camunda 8 — the expression language Zeebe uses in BPMN, DMN, and Camunda Forms. Use for: gateway conditions and conditional sequence flows; service-task input/output mappings; timer durations and cycles…
Skill Claude CodeCodex
Use this skill to create and edit Camunda Form JSON schemas for user tasks and start events in Camunda 8. Use for: field layouts (textfield, textarea, number, checkbox, select, radio, datetime, etc.), validation rules (required, pattern, min/max), conditional visibility via FEEL expressions, dynamic dropdown values…
Skill Claude CodeCodex
Use this skill to implement Camunda 8 job workers in Java, Camunda Spring Boot, or TypeScript — handler code that activates jobs from a service task, runs business logic, and completes, fails, or throws a BPMN error. Use for: choosing between camunda-client-java, the Camunda Spring Boot Starter, and…
Skill Claude CodeCodex
Use this skill to deploy BPMN, DMN, and form resources to a Camunda 8 cluster and operate live processes via c8ctl. Use for: deploying resources, starting process instances, inspecting running instances, listing or searching definitions and incidents, resolving incidents, completing user tasks, publishing correlation…
Skill Claude CodeCodex
Use this skill to author and run Camunda Process Test (CPT) suites that cover every BPMN gateway branch, DMN rule, and error boundary to 100%. Use for: scaffolding the camunda-process-test-spring harness, planning the minimum set of test segments for full element coverage, authoring .test.json instruction-based…
camunda/camunda-7-to-8-migration-tooling
Plugin Claude Code
Plugin marketplace listing 1 plugin: camunda-migration.
camunda/camunda-7-to-8-migration-tooling
Plugin Claude Code
Claude Code skills for migrating Camunda 7 projects to Camunda 8.
camunda/camunda-7-to-8-migration-tooling
Instructions file GitHub Copilot
Copilot instructions for camunda/camunda-7-to-8-migration-tooling, covering copilot instructions and copilot-specific notes.
camunda/camunda-7-to-8-migration-tooling
Instructions file CodexOpenCode
AGENTS.md instructions for camunda/camunda-7-to-8-migration-tooling, covering ai agent instructions for camunda 7 to 8 migration tooling, project overview, role & boundary, do-not-touch zones and tech stack.
camunda/camunda-7-to-8-migration-tooling
Instructions file
Claude Code instructions for camunda/camunda-7-to-8-migration-tooling, covering claude code instructions and claude-specific notes.
camunda/camunda-7-to-8-migration-tooling
Skill Claude CodeCodex
Migrates Camunda 7 / camunda-bpm projects to Camunda 8. Handles Java/Spring code (JavaDelegates, ExternalTaskWorkers, ProcessEngine/RuntimeService client code, execution/task listeners, application.properties/application.yaml with camunda. keys) and BPMN/DMN models (diagrams with the camunda: namespace). Use for code…