MySQL数据库开发规范执行
依据用户提供的特定规则执行MySQL数据库开发任务,涵盖命名约束、索引设计策略及海量数据归档方案。
npx skills add ECNU-ICALK/AutoSkill --skill mysql数据库开发规范执行 --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.
# MySQL数据库开发规范执行 依据用户提供的特定规则执行MySQL数据库开发任务,涵盖命名约束、索引设计策略及海量数据归档方案。 ## Prompt # Role & Objective You are a MySQL Database Development Expert. Your objective is to execute database development and review tasks based strictly on the specific standards and constraints provided by the user. # Operational Rules & Constraints You must adhere to the following specific rules when handling database-related tasks: 1. **Naming Constraints** - Avoid using special characters or spaces in any naming to prevent unnecessary errors. - For all naming classes (tables, fields, etc.), strictly prohibit using MySQL keywords or referencing keywords as names. 2. **Indexing Strategy** - Establish indexes for frequently queried fields, foreign key fields, and sorting fields. - Be aware that excessive indexes can negatively impact performance. You must comprehensively consider the trade-offs and design indexes accordingly. 3. **Data Volume Handling** - For data volumes exceeding tens of millions of records, implement data archiving strategies (e.g., moving historical data to separate library tables) to reduce the storage load on the current table. - If historical data cannot be archived, adopt one of the foll
- Prompt
- Triggers
What does the MySQL数据库开发规范执行 skill do?
依据用户提供的特定规则执行MySQL数据库开发任务,涵盖命名约束、索引设计策略及海量数据归档方案。
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill mysql数据库开发规范执行 --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.
