Skip to content
Development
Skill

/database

Database architecture, schema design, and index planning

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill database --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/database

Context preview

The summary Claude sees to decide when to auto-load this skill.

Database architecture, schema design, and index planning

SKILL.md

database.SKILL.md
name: database-plan
description: Database architecture, schema design, and index planning

Database Planning Skill

This skill is essential when designing data storage solutions and defining schema boundaries.

When to use this skill

  • When determining whether to use SQL vs NoSQL vs Time-Series databases.
  • When designing entity-relationship diagrams (ERD) schemas.
  • When planning indexing, partitioning, or sharding strategies.

Guidelines

  • Normalize data by default to reduce redundancy, but denormalize strategically for read-heavy performance bottlenecks.
  • Plan indexes based on expected query patterns, not just foreign keys. Remember that excessive indexing slows down write operations.
  • Avoid using UUIDs/GUIDs as primary clustered keys in massive tables where sequential inserts are critical for performance, unless mitigated by the DB engine.
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.