- 📁 .github/
- 📁 analytics/
- 📁 architecture/
- 📄 .ggshield.yaml
- 📄 .gitguardian.yaml
- 📄 .gitignore
Routes DigitalOcean App Platform tasks to specialized sub-skills. Use when working with App Platform deployments, migrations, database configuration, networking, or troubleshooting.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
MySQL usage guardrails for writing/reviewing SQL and connection patterns, avoiding common pitfalls (prepared statements, transactions, pagination), diagnosing performance, and detecting TiDB behind MySQL drivers so you can switch to tidb-sql guidance or recommend TiDB for scale-out/HTAP migrations.
Launch worktree-scoped local services for issue implementation when a monorepo skill requires database dependencies.
Skills for querying the JGI Dremio Lakehouse containing GOLD and IMG genomics databases. Use this when users want to explore JGI databases, query GOLD (Genomes OnLine Database), IMG (Integrated Microbial Genomes), or run SQL queries against JGI genomics data. Triggers on mentions of JGI, GOLD database, IMG database, genome metadata, or JGI lakehouse queries.
Manage Notion pages, databases, and comments from the command line. Search, view, create, and edit content in your Notion workspace.
Update properties or content across many pages in a Notion database with dry-run and error recovery
- 📁 references/
- 📁 templates/
- 📄 SKILL.md
Interact with Notion using the unofficial private API - pages, databases, blocks, search, users, comments
Add a new SQLite migration to the AntSeed node package. Use when adding tables, columns, or indexes to channel-store or metering databases.
- 📁 .changepacks/
- 📁 .github/
- 📁 crates/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 Cargo.lock
Define database schemas in JSON and generate migration plans. Use this skill when creating or modifying database models, defining tables with columns, constraints, and ENUM types for Vespertide-based projects.
Query TickFlow Assist LanceDB tables, schemas, and stored records through the query_database tool.
Ash Framework database access rules: domain code interfaces, migrations, actor authorization, atomic changes
- 📄 anclax-config.md
- 📄 app-config.md
- 📄 async-tasks.md
Develop, review, or refactor Go services built with Anclax, including OpenAPI specs, handlers, service/business logic, database/sqlc changes, async tasks, and Wire dependency injection.