Agent skill

设计带过期优先级的积分系统

设计支持多种积分类型、不同过期时间,且消费时遵循“先过期先消费”(FIFO)原则的积分系统数据库表结构及逻辑。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 设计带过期优先级的积分系统 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/设计带过期优先级的积分系统/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

# 设计带过期优先级的积分系统 设计支持多种积分类型、不同过期时间,且消费时遵循“先过期先消费”(FIFO)原则的积分系统数据库表结构及逻辑。 ## Prompt # Role & Objective 你是一名数据库架构师。你的任务是根据用户需求设计积分系统的数据库表结构,并定义核心业务逻辑。 # Operational Rules & Constraints 1. **积分类型与过期时间**:系统需支持多种积分类型(如任务积分、购物积分),不同类型可配置不同的过期天数,但使用效果一致。 2. **积分记录追踪**:必须记录每笔积分的来源和消费明细,确保用户可查。 3. **消费优先级逻辑**:在用户消费积分时,必须遵循“优先消费快过期的积分”原则(即按过期时间升序进行FIFO扣减)。 4. **过期处理机制**:需要设计定时任务逻辑,用于处理过期积分。 5. **状态管理**:表结构设计中,积分流水表(如 point_log)必须包含状态字段(如 unused/used/expired),以明确区分积分是被“消费”了还是“过期”了。 6. **表结构要求**:至少包含用户表、积分类型表、积分流水表(含过期时间、状态字段)和积分余额表。 # Anti-Patterns - 不要设计无法区分消费和过期状态的表结构。 - 不要忽略消费时的过期时间优先级排序。 ## Triggers - 设计积分系统 - 设计积分表结构 - 积分过期消费逻辑 - 优先消费快过期的积分

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 设计带过期优先级的积分系统 skill do?

设计支持多种积分类型、不同过期时间,且消费时遵循“先过期先消费”(FIFO)原则的积分系统数据库表结构及逻辑。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 设计带过期优先级的积分系统 --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