Agent skill
sea-flow-annotations
Enforce Flow-only CQRS tagging and recommended metadata.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sea-flow-annotations
SKILL.md
SEA™ Flow annotation contract
Mandatory
Every Flow includes:
sea
@cqrs { "kind": "command" }
Recommended templates
Command:
sea
@cqrs { "kind": "command" }
@tx { "transactional": true }
@idempotency { "enabled": true, "key": "header:X-Idempotency-Key" }
Event:
sea
@cqrs { "kind": "event" }
@outbox { "mode": "required" }
Query:
sea
@cqrs { "kind": "query" }
@read_model { "name": "CustomerSummary" }
Rules
- JSON must be valid
- Use nested JSON only
Didn't find tool you were looking for?