CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. timescale
  4. /
  5. pg-aiguide
  6. /
  7. Setup Timescaledb Hypertables

Setup Timescaledb Hypertables

Editor's Note

This walks you through setting up TimescaleDB hypertables with all the options that actually matter: partition columns, segment_by for grouping hot query paths, order_by for compression, and sparse indexes to skip decompression. It's built for insert-heavy patterns like metrics, IoT sensors, event logs, or transaction records. The segment_by guidance is especially useful since most people either skip it or add too many columns. One thing to know: it assumes you want columnstore compression by default, which you probably do unless you're using pgvector. The examples are concrete enough that you can adapt them without reading TimescaleDB docs for the third time this month.

Install

npx skills add https://github.com/timescale/pg-aiguide --skill setup-timescaledb-hypertables
Votes
0
Installs224
GitHub Stars1.8k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment