发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
client enqueue
来自 sickn33/antigravity-awesome-skills 技能
advanced versioning
来自 sickn33/antigravity-awesome-skills 技能
advanced patching
来自 sickn33/antigravity-awesome-skills 技能
Section Definitions
This file defines the rule categories for DBOS Go best practices. Rules are automatically assigned to sections based on their filename prefix.
dbos-golang
> **Note:** `CLAUDE.md` is a symlink to this file.
Schema Design Principles
> Normalization, primary keys, timestamps, relationships.
ORM Selection (2025)
> Choose ORM based on deployment and DX needs.
Query Optimization
> N+1 problem, EXPLAIN ANALYZE, optimization priorities.
Migration Principles
> Safe migration strategy for zero-downtime changes.
Indexing Principles
> When and how to create indexes effectively.
Database Selection (2025)
> Choose database based on context, not default.
Cloud Cost Optimization Implementation Playbook
This file contains detailed patterns, checklists, and code samples referenced by the skill.