timescaledb
关于
This skill provides comprehensive assistance for TimescaleDB development, helping developers implement and debug time-series solutions. It covers key features like hypertables, continuous aggregates, compression, and real-time analytics. Use it when working with TimescaleDB features, APIs, or implementing best practices for time-series data.
快速安装
Claude Code
推荐/plugin add https://github.com/2025Emma/vibe-coding-cngit clone https://github.com/2025Emma/vibe-coding-cn.git ~/.claude/skills/timescaledb在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Timescaledb Skill
Comprehensive assistance with timescaledb development, generated from official documentation.
When to Use This Skill
This skill should be triggered when:
- Working with timescaledb
- Asking about timescaledb features or APIs
- Implementing timescaledb solutions
- Debugging timescaledb code
- Learning timescaledb best practices
Quick Reference
Common Patterns
Quick reference patterns will be added as you use the skill.
Example Code Patterns
Example 1 (bash):
rails new my_app -d=postgresql
cd my_app
Example 2 (ruby):
gem 'timescaledb'
Example 3 (shell):
kubectl create namespace timescale
Example 4 (shell):
kubectl config set-context --current --namespace=timescale
Example 5 (sql):
DROP EXTENSION timescaledb;
Reference Files
This skill includes comprehensive documentation in references/:
- api.md - Api documentation
- compression.md - Compression documentation
- continuous_aggregates.md - Continuous Aggregates documentation
- getting_started.md - Getting Started documentation
- hyperfunctions.md - Hyperfunctions documentation
- hypertables.md - Hypertables documentation
- installation.md - Installation documentation
- other.md - Other documentation
- performance.md - Performance documentation
- time_buckets.md - Time Buckets documentation
- tutorials.md - Tutorials documentation
Use view to read specific reference files when detailed information is needed.
Working with This Skill
For Beginners
Start with the getting_started or tutorials reference files for foundational concepts.
For Specific Features
Use the appropriate category reference file (api, guides, etc.) for detailed information.
For Code Examples
The quick reference section above contains common patterns extracted from the official docs.
Resources
references/
Organized documentation extracted from official sources. These files contain:
- Detailed explanations
- Code examples with language annotations
- Links to original documentation
- Table of contents for quick navigation
scripts/
Add helper scripts here for common automation tasks.
assets/
Add templates, boilerplate, or example projects here.
Notes
- This skill was automatically generated from official documentation
- Reference files preserve the structure and examples from source docs
- Code examples include language detection for better syntax highlighting
- Quick reference patterns are extracted from common usage examples in the docs
Updating
To refresh this skill with updated documentation:
- Re-run the scraper with the same configuration
- The skill will be rebuilt with the latest information
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
hybrid-cloud-networking
元这个Skill帮助开发者配置本地基础设施与云平台之间的安全高性能连接。它支持VPN和专用连接选项,适用于构建混合云架构、连接数据中心到云以及实现安全的跨地域网络。关键能力包括建立AWS、Azure、GCP的混合连接,满足合规要求并支持渐进式云迁移。
llamaindex
元LlamaIndex是一个专门构建RAG应用的开发框架,提供300多种数据连接器用于文档摄取、索引和查询。它具备向量索引、查询引擎和智能代理等核心功能,支持构建文档问答、知识检索和聊天机器人等数据密集型应用。开发者可用它快速搭建连接私有数据与LLM的RAG管道。
csv-data-summarizer
元该Skill能自动分析CSV文件,无需用户交互即可生成统计摘要和可视化图表。它专为处理表格数据请求而设计,内置pandas、matplotlib和seaborn依赖。开发者在上传CSV或提出数据分析需求时,系统会直接执行全量分析并输出结果。
