Database Skill Provides comprehensive database capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - Database schema design - SQL query writing and optimization - Database migrations - Index optimization - Data modeling PostgreSQL Quick Reference Connection \ \ \ Schema Design \ \ \ Common Queries \ \ \ Migrations \ \ \ Performance Optimization \ \ \ SQLAlchemy ORM \ \ \ Best Practices 1. Use UUIDs for primary keys in distributed systems 2. Add indexes for frequently queried columns 3. Use soft deletes ( ) for important dat…