gcp-bq-table-management
✓Use when creating BigQuery tables, implementing partitioning or clustering, managing table schemas, or optimizing table structure. Covers time-based partitioning, range partitioning, clustering strategies, DDL commands, and table configuration.
Installation
SKILL.md
Use this skill when creating, modifying, or optimizing BigQuery table structures with partitioning and clustering.
❌ Too many partitions Problem: Creating 100,000+ partitions Limit: 10,000 partitions per table Solution: Use larger partition granularity (MONTH vs DAY)
❌ Wrong partition column Problem: Partitioning on column not used in queries Solution: Partition on columns used in WHERE clauses
Use when creating BigQuery tables, implementing partitioning or clustering, managing table schemas, or optimizing table structure. Covers time-based partitioning, range partitioning, clustering strategies, DDL commands, and table configuration. Source: funnelenvy/agents_webinar_demos.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/funnelenvy/agents_webinar_demos --skill gcp-bq-table-management- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is gcp-bq-table-management?
Use when creating BigQuery tables, implementing partitioning or clustering, managing table schemas, or optimizing table structure. Covers time-based partitioning, range partitioning, clustering strategies, DDL commands, and table configuration. Source: funnelenvy/agents_webinar_demos.
How do I install gcp-bq-table-management?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/funnelenvy/agents_webinar_demos --skill gcp-bq-table-management Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/funnelenvy/agents_webinar_demos
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01