Agent skill · Databases

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/design-golang-smpp-storage-with-event-driven-expiration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going