Category

Data & Analytics

Data analysis, BI, visualization, datasets, statistics, and ML workflows

13,079
skills in category
545
pages available
Security grades appear on each card once the skill has been scanned. Newly imported skills may briefly show without a grade until the backfill job runs.
Open in full browser

Browse data & analytics skills

Showing 4,225–4,248 of 13,079 skills

Brick OfficeA

Internal dashboard worker for the browser-based Brick Office view over .harness runtime state. Hire/call from CEO, CTO, CDO, CQO, or OPS; never as an Owner slash command.

data
0
2
Signals Scout Observability GapsA

Focused Signals scout for finding observability gaps in PostHog itself — significant event volumes the team isn't tracking, custom events with no insight or dashboard coverage, insights pointing at events that have stopped firing, dashboards missing related context, critical events with no alerts. Watches the event-stream-vs-saved- inventory delta as the team's product evolves and emits findings recommending new insights, dashboard additions, or alerts when gaps clear the confidence bar. Self...

datarustgo
0
4
Managing Experiment LifecycleA

Guides experiment state transitions: launching, pausing, resuming, ending, shipping variants, archiving, resetting, duplicating, and copying to another project. Covers preconditions, implications for variant assignment and analysis, and the decision framework for when to use each action.\nTRIGGER when: user asks to launch, pause, resume, end, ship, archive, reset, duplicate, or copy an experiment to another project.\nDO NOT TRIGGER when: user is creating an experiment (use creating-experiment...

datareact
0
4
Configuring Experiment AnalyticsA

Configures the analytics side of a PostHog experiment — exposure criteria (default `$feature_flag_called` vs custom exposure events), primary and secondary metrics, the supported metric types (count, sum, ratio with `math` and `math_property`, retention with `retention_window_start` and `start_handling`), multivariate user handling ("Exclude" vs "First seen variant"), and how to read results once the experiment is live. Use when the user adds or edits a primary or secondary metric (e.g. "add ...

datagit
0
4
Check Cut TensionsA

Run the per-round tension check that makes /grill's steelman push-back discipline real. Reads the epic cut on the live model (the `epic.md` grounding docs, written in place per ADR 026 — there is no draft tree) and everything the slice declared — its functionalities' grounding docs `functionality.md` (the hub), all SEVEN lens grounding docs, and the profile bars — and produces a structured tension report, one entry per real contradiction, each citing the specific declared item it defends (sou...

datagoapi
0
3
VerboseA

Almost every downstream bug traces back to an index that was assumed regular and was not. Make the grid explicit before anything else.

datapythongo
0
2
MinimalA

Prepare temporal data for modeling without letting information from the future reach a model that will only ever see the past.

datapythonrust
0
2
MinimalA

Customer name changes → Just update ```sql UPDATE dim_customer SET name = 'John Smith' WHERE customer_id = 123; ``` Pros: Simple | Cons: Lose history

datasql
0
2
VerboseA

An analytics implementation degrades along a predictable path: it starts clean, each team adds events in their own style, and within a year nobody can answer a question without first asking three people what an event means. The taxonomy is what prevents that, and it only works if it is enforced in code review.

datagorails
0
2
VerboseA

Run this before anything else. It is the cheapest experiment in machine learning and it partitions the space of causes in one shot.

datapythonrust
0
2
MinimalA

Explain what a trained model is doing — globally and for individual predictions — without mistaking the explanation for a statement about the world.

datapython
0
2
VerboseA

The search algorithm matters far less than the budget and the space you give it, but the choice still costs or saves hours.

datapythongo
0
2
VerboseA

"Feature importance" is ambiguous. Name the question before picking the tool.

datapythongo
0
2
MinimalA

Compress a wide feature space into fewer coordinates while keeping the structure that matters, and know what each method destroys in exchange.

datapython
0
2
VerboseA

A validation *boundary* is any point where data crosses from a system you do not control into one you do: an HTTP response, an S3 drop, a Kafka topic, a partner SFTP file, a form submission. Put one gate at each boundary that parses raw input into a typed domain object. Everything downstream of the gate may assume validity.

datapythonrust
0
2
MinimalA

Catch bad data at the point it enters your system, so downstream tables, dashboards, and models fail loudly instead of quietly producing wrong numbers.

datapythonrust
0
2
VerboseA

**Monthly Partitions:** ```sql CREATE TABLE events ( event_id BIGINT, user_id INT, event_time TIMESTAMP ) PARTITION BY RANGE (YEAR_MONTH(event_time)) ( PARTITION p202601 VALUES LESS THAN ('202602'), PARTITION p202602 VALUES LESS THAN ('202603'), PARTITION p202603 VALUES LESS THAN ('202604'), PARTITION p_future VALUES LESS THAN MAXVALUE ); ```

datagobash
0
2
Time Series PreprocessingA

Almost every downstream bug traces back to an index that was assumed regular and

datapythongo
0
2
Model Performance DebuggingA

Run this before anything else.

datapythonrust
0
2
Hyperparameter OptimizationA

The search algorithm matters far less than the budget and the space you give it,

datapythongo
0
2
Feature Importance AnalysisA

\"Feature importance\" is ambiguous.

datapythongo
0
2
Data Validation PipelinesA

A validation *boundary* is any point where data crosses from a system you do not

datapythonrust
0
2
Data PartitioningA

**Monthly Partitions:**

datagobash
0
2
Deterministic Time Series Analysis TroubleshootingA

This skill enables troubleshooting in the domain of time-series-analysis (data-science). It represents expert-level expertise and is designed for production use in research, industry, and educational contexts.

datadocumentation
0
4