planetscale/postgres
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.
npx skills add https://github.com/planetscale/database-skills/tree/main/skills/postgresPostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.
This repo contains 3 individual skills — each has its own dedicated page.
PlanetScale MySQL: branch-based schema migrations, sharded scaling, and connection patterns
Plan and review MySQL/InnoDB schema, indexing, query tuning, transactions, and operations. Use when creating or modifying MySQL tables, indexes, or queries; diagnosing slow/locking behavior; planning migrations; or troubleshooting replication and connection issues. Load when using a MySQL database.
PlanetScale Postgres: schema design, branching, and the Vitess-backed scaling model
A lightweight, terminal-based AI coding assistant written in Rust that replicates the Claude Code experience with streaming output, tool execution, permission controls, MCP server integration, and skills support — optimized for fast, internationalized terminal interactions.
mcp & skill scanner that scans any mcp server or skills for indirect attack vectors and security or configuration vulnerabilities
Configurable status bar for Claude Code: usage limits with pacing markers, context window, git state, live activity, session cost, and 8 colour themes. Pure bash, zero dependencies.
Agent skill repository for simai/ai-codex-skill-larena.
LLM councils plan it. Ralph loops recover it. OpenCode worktrees ship it.
Write readable, maintainable code through disciplined naming, small functions, and clean error handling. Use when the user mentions "code review", "naming conventions", "function too long", "code smells", "readable code", "boy scout rule", "single responsibility", or "unit test quality". Also trigger when reviewing pull requests for readability, refactoring messy functions, debating comment styles, or improving error handling patterns. Covers SRP, comment discipline, formatting, and unit testing. For refactoring techniques, see refactoring-patterns. For architecture, see clean-architecture.