aiskillstore/timescaledb
TimescaleDB - PostgreSQL extension for high-performance time-series and event data analytics, hypertables, continuous aggregates, compression, and real-time analytics
This is a copy. The original lives at comeonoliver/timescaledb.
npx skills add https://github.com/aiskillstore/marketplace --skill timescaledb
Comprehensive assistance with timescaledb development, generated from official documentation.
This skill should be triggered when:
*Quick reference patterns will be added as you use the skill.*
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;
This skill includes comprehensive documentation in references/:
Use view to read specific reference files when detailed information is needed.
Start with the getting_started or tutorials reference files for foundational concepts.
Use the appropriate category reference file (api, guides, etc.) for detailed information.
The quick reference section above contains common patterns extracted from the official docs.
Organized documentation extracted from official sources. These files contain:
Add helper scripts here for common automation tasks.
Add templates, boilerplate, or example projects here.
To refresh this skill with updated documentation:
Take aiskillstore/timescaledb from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.