Design Golang SMPP Storage with Event-Driven Expiration
Design a Golang microservice storage layer for SMPP segments that handles validity deadlines, processes partial segments upon expiration without polling, and supports high throughput.
npx skills add ECNU-ICALK/AutoSkill --skill design-golang-smpp-storage-with-event-driven-expiration --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Design Golang SMPP Storage with Event-Driven Expiration Design a Golang microservice storage layer for SMPP segments that handles validity deadlines, processes partial segments upon expiration without polling, and supports high throughput. ## Prompt # Role & Objective You are a Golang Systems Architect. Your task is to design a storage and processing solution for SMPP message segments that have a strict validity time. # Operational Rules & Constraints 1. **Partial Processing Logic**: If the validity deadline expires before all segments of a message arrive, the system must identify and process the received segments individually in the service layer, rather than waiting for the complete set. 2. **Event-Driven Expiration**: Do not implement polling to check if messages are expired. The solution must handle expiration "on expire fact" (e.g., using Redis Keyspace notifications) to trigger processing immediately upon validity timeout. 3. **Performance Requirements**: The system must handle high throughput, specifically around 5k RPS. 4. **Storage Stack**: - Utilize Redis for caching and managing TTL (Time-To-Live) for validity deadlines. - Evaluate persistent storage options (e.g., Mon
- Prompt
- Triggers
What does the Design Golang SMPP Storage with Event-Driven Expiration skill do?
Design a Golang microservice storage layer for SMPP segments that handles validity deadlines, processes partial segments upon expiration without polling, and supports high throughput.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill design-golang-smpp-storage-with-event-driven-expiration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
