Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
vudovn/antigravity-kit 6,811
-
game-development
Game development orchestrator. Routes to platform-specific skills based on project needs.
vudovn/antigravity-kit 6,811
-
multiplayer
Multiplayer game development principles. Architecture, networking, synchronization.
vudovn/antigravity-kit 6,811
-
3d-games
3D game development principles. Rendering, shaders, physics, cameras.
vudovn/antigravity-kit 6,811
-
web-games
Web browser game development principles. Framework selection, WebGPU, optimization, PWA.
vudovn/antigravity-kit 6,811
-
vr-ar
VR/AR development principles. Comfort, interaction, performance requirements.
vudovn/antigravity-kit 6,811
-
game-audio
Game audio principles. Sound design, music integration, adaptive audio systems.
vudovn/antigravity-kit 6,811
-
game-design
Game design principles. GDD structure, balancing, player psychology, progression.
vudovn/antigravity-kit 6,811
-
pc-games
PC and console game development principles. Engine selection, platform features, optimization strategies.
vudovn/antigravity-kit 6,811
-
mobile-games
Mobile game development principles. Touch input, battery, performance, app stores.
vudovn/antigravity-kit 6,811
-
game-art
Game art principles. Visual style selection, asset pipeline, animation workflow.
vudovn/antigravity-kit 6,811
-
2d-games
2D game development principles. Sprites, tilemaps, physics, camera.
vudovn/antigravity-kit 6,811
-
rust-pro
Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. Expert in the latest Rust ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for Rust development, performance optimization, or systems programming.
vudovn/antigravity-kit 6,811
-
frontend-design
Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.
vudovn/antigravity-kit 6,811
-
tdd-workflow
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
vudovn/antigravity-kit 6,811
-
intelligent-routing
Automatic agent selection and intelligent task routing. Analyzes user requests and automatically selects the best specialist agent(s) without requiring explicit user mentions.
vudovn/antigravity-kit 6,811
-
geo-fundamentals
Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
vudovn/antigravity-kit 6,811
-
database-design
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
vudovn/antigravity-kit 6,811
-
red-team-tactics
Red team tactics principles based on MITRE ATT&CK. Attack phases, detection evasion, reporting.
vudovn/antigravity-kit 6,811
-
bash-linux
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.
vudovn/antigravity-kit 6,811
-
setup-timescaledb-hypertables
Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table.
**Trigger when user asks to:**
- Create or design SQL schemas/tables AND Timescale/TimescaleDB/TigerData/Tiger Cloud is available
- Set up hypertables, compression, retention policies, or continuous aggregates
- Configure partition columns, segment_by, order_by, or chunk intervals
- Optimize time-series database performance or storage
- Create tables for sensors, metrics, telemetry, events, or transaction logs
**Keywords:** CREATE TABLE, hypertable, Timescale, TimescaleDB, time-series, IoT, metrics, sensor data, compression policy, continuous aggregates, columnstore, retention policy, chunk interval, segment_by, order_by
Step-by-step instructions for hypertable creation, column selection, compression policies, retention, continuous aggregates, and indexes.
timescale/pg-aiguide 1,661
-
postgres-hybrid-text-search
Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF).
**Trigger when user asks to:**
- Combine keyword and semantic search
- Implement hybrid search or multi-modal retrieval
- Use BM25/pg_textsearch with pgvector together
- Implement RRF (Reciprocal Rank Fusion) for search
- Build search that handles both exact terms and meaning
**Keywords:** hybrid search, BM25, pg_textsearch, RRF, reciprocal rank fusion, keyword search, full-text search, reranking, cross-encoder
Covers: pg_textsearch BM25 index setup, parallel query patterns, client-side RRF fusion (Python/TypeScript), weighting strategies, and optional ML reranking.
timescale/pg-aiguide 1,661
-
design-postgres-tables
Use this skill for general PostgreSQL table design.
**Trigger when user asks to:**
- Design PostgreSQL tables, schemas, or data models when creating new tables and when modifying existing ones.
- Choose data types, constraints, or indexes for PostgreSQL
- Create user tables, order tables, reference tables, or JSONB schemas
- Understand PostgreSQL best practices for normalization, constraints, or indexing
- Design update-heavy, upsert-heavy, or OLTP-style tables
**Keywords:** PostgreSQL schema, table design, data types, PRIMARY KEY, FOREIGN KEY, indexes, B-tree, GIN, JSONB, constraints, normalization, identity columns, partitioning, row-level security
Comprehensive reference covering data types, indexing strategies, constraints, JSONB patterns, partitioning, and PostgreSQL-specific best practices.
timescale/pg-aiguide 1,661
-
find-hypertable-candidates
Use this skill to analyze an existing PostgreSQL database and identify which tables should be converted to Timescale/TimescaleDB hypertables.
**Trigger when user asks to:**
- Analyze database tables for hypertable conversion potential
- Identify time-series or event tables in an existing schema
- Evaluate if a table would benefit from Timescale/TimescaleDB
- Audit PostgreSQL tables for migration to Timescale/TimescaleDB/TigerData
- Score or rank tables for hypertable candidacy
**Keywords:** hypertable candidate, table analysis, migration assessment, Timescale, TimescaleDB, time-series detection, insert-heavy tables, event logs, audit tables
Provides SQL queries to analyze table statistics, index patterns, and query patterns. Includes scoring criteria (8+ points = good candidate) and pattern recognition for IoT, events, transactions, and sequential data.
timescale/pg-aiguide 1,661