文件历史

3 次代码提交

作者 SHA1 备注 提交日期
Seth Hobson b6a3da4aa8 fix: add trigger phrases to 4 skills (conductor, database-design, python-development) 2026-03-25 21:43:42 -04:00
Seth Hobson 56848874a2 style: format all files with prettier 2026-01-19 17:07:03 -05:00
Matvey Arye 7581142104 feat: add postgresql-table-design skill to database-design plugin (#113)
Add comprehensive PostgreSQL schema design skill covering:
- Core rules and best practices
- PostgreSQL-specific gotchas and conventions
- Data types with detailed guidance (IDs, strings, time, JSONB, arrays, etc.)
- Indexing strategies (B-tree, GIN, GiST, BRIN, partial, covering)
- Constraints (PK, FK, UNIQUE, CHECK, EXCLUDE)
- Partitioning patterns
- Performance optimization for update-heavy and insert-heavy workloads
- Safe schema evolution
- Extension recommendations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-08 16:38:51 -05:00