Showing 30 of 468

Sorted by quality
golang-observability
Claude Codeby samber
97

Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus metrics, OpenTelemetry distributed tracing, continuous profiling with pprof/Pyroscope, server-side RUM event tracking, alerting, and Grafana dashboards. Apply when instrumenting Go s…

Coding / 软件开发
Safe-ish
Scanned
portaljs-add-geo
Claude Codeby datopian
93

Auto-ingest a geospatial file (GeoJSON, Shapefile, GeoPackage, KML/KMZ, FlatGeobuf, CSV-with-geometry) into a PortalJS portal on the user's own machine, with no server. Normalizes CRS to EPSG:4326, derives a PMTiles render tier and a GeoParquet query tier, pushes all three artifacts to Cloudflare R…

Data / 数据分析
Safe-ish
Scanned
blog-rewrite
Claude Codeby AgriciDaniel
93

Rewrite and optimize existing blog posts for Google rankings (December 2025 Core Update, E-E-A-T) and AI citations (GEO/AEO). Full rewrite for both Google rankings AND AI citations. For AI-citation-only audit (no Google work), use blog-geo instead. Replaces fabricated statistics with sourced data, …

Data / 数据分析
Safe-ish
Scanned
portaljs-migrate
Claude Codeby datopian
93

Migrate (harvest) datasets between open-data platforms. Reads CKAN, a DCAT-US /data.json catalog (DKAN, ArcGIS Hub, data.gov), a DCAT / DCAT-AP RDF feed (JSON-LD, Turtle, or RDF/XML), Socrata, OpenDataSoft, or an ArcGIS FeatureServer, and writes them to a static PortalJS catalog or pushes them into…

Data / 数据分析
Safe-ish
Scanned
portaljs-check-data-quality
Claude Codeby datopian
93

Audit a local or remote tabular file (CSV/TSV) for common data quality issues — schema, nulls, types, duplicates. Read-only. Use when a dataset needs a quality check before publishing, or a showcase renders wrong (blank cells, garbled numbers, an unsortable date column) and the cause needs isolatin…

Data / 数据分析
Safe-ish
Scanned
traction-eos
Claude Codeby wondelai
93

Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep havi…

Data / 数据分析
Safe-ish
Scanned
Advertisement
migrate-postgres-tables-to-hypertables
Claude Codeby timescale
93

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 migratio…

Data / 数据分析
Safe-ish
Scanned
portaljs-add-map
Claude Codeby datopian
93

Render a GeoJSON dataset on an interactive Leaflet map in the Views section of a dataset's showcase. Installs react-leaflet and a Map component, then renders the map for the chosen dataset. Use when a dataset's data is geographic and a map view is needed alongside the showcase's default metadata an…

Coding / 软件开发
Safe-ish
Scanned
portaljs-add-dataset
Claude Codeby datopian
93

Add a dataset (CSV, TSV, JSON, or GeoJSON) to an existing PortalJS portal. Appends an entry to datasets.json so the catalog and showcase render it automatically; routes the data by source (local file vs remote URL) — R2 via Git LFS by default, remote URLs by passthrough. Use when registering a new …

Data / 数据分析
Safe-ish
Scanned
portaljs-define-schema
Claude Codeby datopian
93

Define a dataset's metadata profile — infer a Frictionless Table Schema from its data, add Data Package metadata (license, sources, keywords), and write it into datasets.json so the showcase renders a typed field table. Extend or customize via the L0-L3 profile ladder. Use when a registered dataset…

Data / 数据分析
Safe-ish
Scanned
portaljs-add-resource
Claude Codeby datopian
93

Add another file (resource) to an EXISTING dataset in a PortalJS portal — a data dictionary, methodology, or an additional data file. Turns a single-file dataset into a multi-resource one; the showcase renders a section per resource. Use when a dataset needs a second file, such as a data dictionary…

Data / 数据分析
Safe-ish
Scanned
portaljs-add-chart
Claude Codeby datopian
93

Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal. Installs recharts, writes a reusable Chart component, and renders it in the showcase Views section. Use when visualizing a dataset already registered in datasets.json.

Data / 数据分析
Safe-ish
Scanned
portaljs-connect-ckan
Claude Codeby datopian
93

Wire a scaffolded PortalJS portal to a CKAN backend over its API. Generates a tiny server-side fetch client (no runtime dependency) and feeds the /search catalog and /@namespace/slug showcases from CKAN instead of datasets.json. Use when connecting an existing portal to a live CKAN instance instead…

Coding / 软件开发
Safe-ish
Scanned
shiny-bslib
Claude Codeby posit-dev
89

Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling …

Data / 数据分析
Safe-ish
Scanned
opensearch
Claude Codeby kubesphere
89

Use when installing or configuring the OpenSearch extension for KubeSphere, which provides distributed search and analytics engine for storing logs, events, auditing, and notification history

Data / 数据分析
Safe-ish
Scanned
alt-text
Claude Codeby posit-dev
89

Generate and improve accessible alt text for data visualizations and images in R packages and Quarto documents. Use when the user wants to add, improve, or audit alt text for figures in a pkgdown site or .qmd files. Activate for requests that mention fig-alt, fig.alt, figure descriptions, or alt te…

Data / 数据分析
Safe-ish
Scanned
ggsql
Claude Codeby posit-dev
89

Write ggsql queries — a grammar of graphics for SQL. Use when the user wants to create, modify, or understand a ggsql visualization query.

Data / 数据分析
Safe-ish
Scanned
blog-brief
Claude Codeby AgriciDaniel
88

Generate detailed content briefs for blog posts with target keywords, content outlines, competitive analysis, recommended statistics, image and chart suggestions, word count targets, internal linking architecture, template recommendations (12 types), TL;DR drafts, citation capsule planning, informa…

Data / 数据分析
Safe-ish
Scanned
design-postgres-tables
Claude Codeby timescale
88

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…

Data / 数据分析
Safe-ish
Scanned
database-query
Claude Codeby EXboys
88

通过 Evotown Database MCP Proxy 对已注册的业务数据库执行只读 SQL 查询。当用户需要查 CRM、订单、报表等结构化数据时使用;禁止直连数据库或写入 SQL。

Data / 数据分析
Safe-ish
Scanned
blog-write
Claude Codeby AgriciDaniel
88

Write new blog articles from scratch optimized for Google rankings and AI citations. Generates full articles with template selection, answer-first formatting, Key Takeaways summary box, information gain markers, citation capsules, sourced statistics, Pixabay/Unsplash images, built-in SVG chart gene…

Data / 数据分析
Safe-ish
Scanned
pgvector-semantic-search
Claude Codeby timescale
88

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 …

Data / 数据分析
Safe-ish
Scanned
setup-timescaledb-hypertables
Claude Codeby timescale
88

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/…

Data / 数据分析
Safe-ish
Scanned
blog-outline
Claude Codeby AgriciDaniel
88

SERP-informed outline generation with H2/H3 heading hierarchy, competitive content gap analysis, section-by-section word count targets, chart and image placement markers, FAQ question planning, and internal linking zones. Skeleton only: structure, H2/H3 hierarchy, word counts, FAQ slots. Use blog-b…

Data / 数据分析
Safe-ish
Scanned
xlsx
Claude Codeby ThinkInAIXYZ
88

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing da…

Data / 数据分析
Safe-ish
Scanned
building-simulink-models
Claude Codeby matlab
87

Builds and edits Simulink, System Composer, Stateflow, and Simscape models. Use when modifying model structure, parameters, ports, connections, or Stateflow chart internals.

Data / 数据分析
Safe-ish
Scanned
vector
Claude Codeby kubesphere
84

Use when installing or configuring the WizTelemetry Data Pipeline (vector) extension for KubeSphere, which provides data collection, transformation, and routing for observability data including logs, auditing, events, and notifications

Data / 数据分析
Safe-ish
Scanned
performance-optimization
Claude Codeby addyosmani
84

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

Coding / 软件开发
Safe-ish
Scanned
wiki-dashboard
Claude Codeby Ar9av
84

Create dynamic, queryable dashboard views of the Obsidian vault using Obsidian Bases or Dataview. Use this skill when the user says "create a dashboard", "vault dashboard", "show all X as a table", "dynamic view", "query my vault", "build a content index", "show me all concepts/entities/projects", …

Data / 数据分析
Safe-ish
Scanned
postgres-database-migration
Claude Codeby timescale
84

Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. **Trigger when user asks to:** - Test a schema migration before applying it to production - Add, remove, or rename columns safely on a live tab…

Data / 数据分析
Safe-ish
Scanned