SC
schema-design
Design a PostgreSQL schema for a new domain entity.
Install
mkdir -p .claude/skills/schema-design && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14499" && unzip -o skill.zip -d .claude/skills/schema-design && rm skill.zipInstalls to .claude/skills/schema-design
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Design a PostgreSQL schema for a new domain entity.51 charsno explicit “when” trigger
About this skill
Schema Design
Design a PostgreSQL schema for a new domain entity.
Steps
- Understand the context from
$ARGUMENTS - Read relevant source files
- Plan the approach
- Implement the solution
- Verify with tests
Resources
- See reference.md for patterns and examples
- See checklist.md for completion criteria