The integration core is solid (API gateway, rate limiting, mapping service and schema registry are present) and the metrics dashboard is already there; add eight required blocks (nine if staging) and remove three excess blocks. Add trust-boundary blocks (the diagram already shows two external SaaS connectors): - Identity provider - Service-to-service auth - Secrets store Add failure-handling blocks: - Message queue (every connector currently calls the next system synchronously, so one slow pa...
Scanned 9/19/2026
Install to Claude Code
npx -y skills add welltraum/minto --skill raw --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Raw?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/welltraum-raw-50907c0c)More formats (shields.io, HTML) on the badges page.
The integration core is solid (API gateway, rate limiting, mapping service and schema registry are present) and the metrics dashboard is already there; add eight required blocks (nine if staging) and remove three excess blocks.
Add trust-boundary blocks (the diagram already shows two external SaaS connectors):
- Identity provider
- Service-to-service auth
- Secrets store
Add failure-handling blocks:
- Message queue (every connector currently calls the next system synchronously, so one slow partner stalls the chain)
- Dead-letter store (failed messages currently vanish)
Add production-path and observability blocks:
- CI/CD block (deploys are currently manual and fortnightly)
- Staging environment (optional for internal platforms)
- Structured log pipeline
- Per-message trace (operators currently reconstruct incidents from connector logs by hand)
Remove excess blocks:
- Blockchain audit ledger (no inbound arrows, so nothing writes to it; added by a previous architect and surviving by inertia)
- Future ML anomaly detection (dotted; added by a previous architect and surviving by inertia)
- Duplicate retention DB (shown once per environment; the reference model treats it as one logical block)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!