Skip to content

Commit b85d5be

Browse files
authored
feat(trogonstack-eventmodeling): add event modeling plugin (#34)
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
1 parent 209104b commit b85d5be

29 files changed

Lines changed: 9562 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
"description": "OpenTelemetry skills for naming metrics and spans following OTel Semantic Conventions",
4343
"source": "./plugins/trogonstack-otel",
4444
"category": "development"
45+
},
46+
{
47+
"name": "trogonstack-eventmodeling",
48+
"description": "Event Modeling skills for brainstorming, designing, slicing, and validating software systems following the Event Modeling methodology",
49+
"source": "./plugins/trogonstack-eventmodeling",
50+
"category": "development"
4551
}
4652
]
4753
}

.github/release-please-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
},
4242
"plugins/trogonstack-otel": {
4343
"component": "trogonstack-otel"
44+
},
45+
"plugins/trogonstack-eventmodeling": {
46+
"component": "trogonstack-eventmodeling"
4447
}
4548
},
4649
"plugins": [

.github/release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"plugins/trogonstack-nats": "0.1.0",
55
"plugins/trogonstack-datadog": "0.2.0",
66
"plugins/trogonstack-ask": "0.1.1",
7-
"plugins/trogonstack-otel": "0.1.0"
7+
"plugins/trogonstack-otel": "0.1.0",
8+
"plugins/trogonstack-eventmodeling": "0.0.1"
89
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "trogonstack-eventmodeling",
3+
"description": "Event Modeling skills for brainstorming, designing, slicing, and validating software systems following the Event Modeling methodology",
4+
"version": "0.0.1",
5+
"author": {
6+
"name": "TrogonStack",
7+
"url": "https://github.com/TrogonStack"
8+
}
9+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# trogonstack-eventmodeling
2+
3+
Event Modeling skills for brainstorming, designing, slicing, and validating software systems following the Event Modeling methodology.
4+
5+
```bash
6+
claude plugin install trogonstack-eventmodeling@trogonstack
7+
```

0 commit comments

Comments
 (0)