Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
ddd-event-driven - Skill - OpenSmartRoute
Skillv1.0.0
ddd-event-driven
Provides comprehensive guidance for event-driven architecture including domain events, event sourcing, CQRS, and event patterns. Use when the user asks about event-driven architecture, needs to implem
Imported from majiayu000/claude-skill-registry (skills/development/ddd-event-driven/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill ddd-event-driven. Copyright stays with the author (Complete terms in LICENSE.txt).
When to use this skill
Use this skill whenever the user wants to:
[待完善:根据具体工具添加使用场景]
How to use this skill
[待完善:根据具体工具添加使用指南]
Best Practices
[待完善:根据具体工具添加最佳实践]
Keywords
[待完善:根据具体工具添加关键词]
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "majiayu000-claude-skill-registry-ddd-event-driven",
"kind": "skill",
"name": "ddd-event-driven",
"description": "Provides comprehensive guidance for event-driven architecture including domain events, event sourcing, CQRS, and event patterns. Use when the user asks about event-driven architecture, needs to implement event-driven systems, or work with domain events.",
"publisher": "majiayu000",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Provides comprehensive guidance for event-driven architecture including domain events, event sourcing, CQRS, and event patterns. Use when the user asks about event-driven architecture, needs to implement event-driven systems, or work with domain events."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/majiayu000/claude-skill-registry",
"path": "skills/development/ddd-event-driven/SKILL.md",
"ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
"url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/development/ddd-event-driven/SKILL.md",
"key": "majiayu000/claude-skill-registry/skills/development/ddd-event-driven/SKILL.md"
},
"license": "Complete terms in LICENSE.txt"
},
"instructions": "## When to use this skill\n\nUse this skill whenever the user wants to:\n- [待完善:根据具体工具添加使用场景]\n\n## How to use this skill\n\n[待完善:根据具体工具添加使用指南]\n\n## Best Practices\n\n[待完善:根据具体工具添加最佳实践]\n\n## Keywords\n\n[待完善:根据具体工具添加关键词]",
"cost": {
"context_tokens": 51
}
}
Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-ddd-event-driven/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.