forge-town/skills

forge_db-table-best-practice

Must follow when 创建或审查 Drizzle ORM 数据库表定义,确保表名、列名、索引和?

Installation

$ npx skills add forge-town/skills --skill forge_db-table-best-practice

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from forge-town/skills · top by installs.

npx skills add forge-town/skills

Browse all from forge-town/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 7
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 773 B
  • docs SUMMARY.md 195 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

数据库与数据表表名规范验证最佳实践

使用说明

  1. 阅读 [检查清单](references/checklist.md) 了解所有命名规范规则
  2. 参照 [best-practice-examples/](best-practice-examples/) 中的合规示例
  3. 验证目标文件中数据库名、表名、列字段命名是否符合规范
  4. 自动修正不规范的命名(默认行为:直接修改文件)

规范摘要: 数据库名全小写+下划线分隔;表名复数形式+snake_case;TS 层使用 camelCase 通过 Drizzle 自动映射