Skip to main content
Run any Skill in Manus
with one click
$pwd:
timescale
GitHub creator profile

timescale

Repository-level view of 70 collected skills across 11 GitHub repositories, including approximate occupation coverage.

skills collected
70
repositories
11
occupation fields
3
updated
2026-05-30
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
marketing-skills
45 skills87updated 2026-05-29
64% of creator
social-article-writer
unclassified

Convert blog posts and Tiger Den content into native long-form articles for LinkedIn, X (Twitter), or both — with matching social posts. Produces platform-appropriate outputs: LinkedIn gets an SEO title, SEO description, article body with closing CTA, and a social post; X gets an article body and a companion post. Handles both Tiger Den content items and raw blog drafts. Use this skill when the user asks to turn a blog post into a LinkedIn article, write an X article, write a Twitter article, create long-form content for social platforms, or says 'social article,' 'LinkedIn article,' 'X article,' or 'repurpose this for LinkedIn/Twitter.' For short social posts only (not articles), use social-post-writer instead.

2026-05-29
event-lead-enrichment
unclassified

Enrich event booth-scan lead CSVs with Common Room firmographics, score them by ICP fit and conversation heat, flag Tiger Data customers, and produce a tiered xlsx for SDR follow-up. Use this skill when the user asks to enrich event leads, score booth scans, process a post-event lead list, or run lead enrichment for a conference/trade show. Also trigger when they mention 'GrafanCON leads', 'Hannover Messe leads', 'booth scan enrichment', 'tier the leads', or provide a lead CSV after an event.

2026-05-29
claim-verifier
unclassified

Verify factual claims in a finished SEO article draft via web search. Use after de-slop and before publishing. Produces a structured claim-check report file alongside the article — does not modify the article itself. Trigger when the seo-writer pipeline reaches the verification step, or when a user asks to 'fact-check', 'verify claims', or 'check the article' before publishing.

2026-05-28
seo-article-writer
unclassified

Write SEO-optimized articles from a brief with automated Tiger Docs verification, competitive fact-checking, internal link discovery, and auto-triggered content review. Use this skill when the user says 'SEO article', 'SEO content', 'GEO article', 'AEO article', 'SEO brief', or 'content brief for SEO'. Does NOT trigger for generic blog posts, comparison posts, or roundups unless explicitly labeled SEO/GEO/AEO.

2026-05-26
social-post-writer
Market Research Analysts & Marketing Specialists

Plan social media campaigns and draft individual posts for LinkedIn and X (Twitter), including repurposing existing content into platform-native social posts. Use this skill when the user asks to create a social media calendar, plan a LinkedIn content series, write social posts, draft a tweet or X thread, repurpose a blog post for social, turn an article into LinkedIn posts, create a social campaign, or plan social content cadence. Also trigger when they mention social media strategy, content calendar, post series, LinkedIn carousel outline, X thread, hashtag strategy, or ask 'what should we post about [topic]?' For voice and tone guidance, this skill defers to brand-voice-writer. For social posts within an event campaign, use event-brief-planner instead.

2026-05-22
event-brief-planner
Market Research Analysts & Marketing Specialists

Plan and write complete event campaign briefs for Tiger Data -- event overview, full campaign copy (landing pages, emails, social posts, ads, banners, newsletters), and KPI tracking. Use this skill when the user asks to plan an event campaign, create an event brief, write event marketing assets, or fill out the event campaign template. Also trigger when they mention field event, tradeshow, conference, webinar, event landing page, pre-event email, post-event email, event social posts, event paid ads, booth marketing, event campaign copy, or 'what marketing do we need for [event]?' For writing individual assets in isolation (not as part of an event brief), use brand-voice-writer instead.

2026-05-22
newsletter-writer
Market Research Analysts & Marketing Specialists

Plan and draft the bi-weekly Tiger Data developer newsletter. Use this skill when the user asks to write a newsletter, plan a newsletter edition, draft newsletter copy, create a newsletter issue, assemble newsletter content, or says 'it's newsletter time.' Sources recent blog posts, tutorials, case studies, and community content from Tiger Den, then drafts each section in brand voice with UTM-tagged links. Also trigger when the user mentions email newsletter, developer newsletter, bi-weekly newsletter, newsletter content, or newsletter draft.

2026-05-22
media-opportunity-finder
Market Research Analysts & Marketing Specialists

Surface paid placement opportunities — newsletter ad slots and podcast sponsorships — for Tiger Data marketing campaigns. Use this skill when the user asks to find newsletter placements, find podcasts to sponsor, find media opportunities, find sponsorship opportunities, scout newsletters or podcasts, or asks 'where should we advertise [topic]' or 'find dev newsletters [topic].' Operates in two modes: brief-driven (for a specific campaign) and browse (category sweep). Returns a tight chat summary plus a structured markdown doc on disk. Do NOT use for writing ad copy (use newsletter-ad-writer), post-campaign performance evaluation (use newsletter-ad-review), event sponsorship strategy (use event-brief-planner), or earned/guest opportunities, KOL sourcing, and video sponsorships (all v2+, not yet supported).

2026-05-18
Showing top 8 of 45 collected skills in this repository.
#002
pg-aiguide
8 skills1.8k92updated 2026-04-07
11% of creator
design-postgis-tables
Database Architects

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications

2026-04-07
design-postgres-tables
Database Administrators

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.

2026-04-07
find-hypertable-candidates
Database Administrators

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.

2026-04-07
migrate-postgres-tables-to-hypertables
Database Administrators

Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. **Trigger when user asks to:** - Migrate or convert PostgreSQL tables to hypertables - Execute hypertable migration with minimal downtime - Plan blue-green migration for large tables - Validate hypertable migration success - Configure compression after migration **Prerequisites:** Tables already identified as candidates (use find-hypertable-candidates first if needed) **Keywords:** migrate to hypertable, convert table, Timescale, TimescaleDB, blue-green migration, in-place conversion, create_hypertable, migration validation, compression setup Step-by-step migration planning including: partition column selection, chunk interval calculation, PK/constraint handling, migration execution (in-place vs blue-green), and performance validation queries.

2026-04-07
pgvector-semantic-search
Database Administrators

Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. **Trigger when user asks to:** - Store or search vector embeddings in PostgreSQL - Set up semantic search, similarity search, or nearest neighbor search - Create HNSW or IVFFlat indexes for vectors - Implement RAG (Retrieval Augmented Generation) with PostgreSQL - Optimize pgvector performance, recall, or memory usage - Use binary quantization for large vector datasets **Keywords:** pgvector, embeddings, semantic search, vector similarity, HNSW, IVFFlat, halfvec, cosine distance, nearest neighbor, RAG, LLM, AI search Covers: halfvec storage, HNSW index configuration (m, ef_construction, ef_search), quantization strategies, filtered search, bulk loading, and performance tuning.

2026-04-07
postgres-hybrid-text-search
Database Administrators

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.

2026-04-07
postgres
Database Architects

Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. **Trigger when user asks to:** - Design or modify PostgreSQL tables, schemas, or data models - Choose data types, constraints, indexes, or partitioning strategies - Work with pgvector embeddings, semantic search, or RAG - Set up full-text search, hybrid search, or BM25 ranking - Use PostGIS for spatial/geographic data - Set up TimescaleDB hypertables for time-series data - Migrate tables to hypertables or evaluate migration candidates **Keywords:** PostgreSQL, Postgres, SQL, schema, table design, indexes, constraints, pgvector, PostGIS, TimescaleDB, hypertable, semantic search, hybrid search, BM25, time-series

2026-04-07
setup-timescaledb-hypertables
Database Administrators

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.

2026-04-07
#003
crayon
5 skills53updated 2026-03-20
7.1% of creator
#004
uns_adapters_claude
3 skills00updated 2026-05-18
4.3% of creator
#005
Tiger-Data-Docs
2 skills30updated 2026-05-18
2.9% of creator
#010
sigma-backends
1 skills10updated 2026-03-04
1.4% of creator
#011
sigma-rules
1 skills00updated 2026-03-04
1.4% of creator
Showing 11 of 11 repositories
All repositories loaded