All authors
ai-analyst-lab avatar

Claude Skills by ai-analyst-lab

github.com/ai-analyst-lab
40 skillsA× 400 installs14 views
TEMPLATEA

{{BLANK_2_WHEN_TO_FIRE}}

data-ai
0
233
Analysis Design SpecA

Ensure every analysis starts with a clear plan — what question it answers, what decision it informs, what data it needs, and what "done" looks like — before any queries are written or data is explored.

data-aigo
0
233
ArchaeologyA

Retrieve proven SQL patterns, table cheatsheets, and join patterns from the query archaeology store so agents reuse validated work instead of writing SQL from scratch.

data-aigosql
0
233
ArchitectA

Run the multi-persona planning methodology to produce a master plan for a new project or feature.

data-aigofrontend
0
233
Archive AnalysisA

Save a completed analysis to the knowledge system's analysis archive for future recall. Captures key findings, metrics used, agents invoked, and output file paths so that past work can be referenced in future sessions.

data-aigosql
0
233
BusinessA

> Interactive browser for your organization's knowledge system. Explore terms, > products, metrics, objectives, and team structure.

toolsgo
0
233
Close The LoopA

Ensure every analysis that includes a recommendation ends with a clear follow-up plan — who decides, what metric tracks success, when to check back, and what to do if the expected outcome doesn't materialize.

data-aigotesting
0
233
Compare DatasetsA

Compare metrics, findings, and patterns across two or more connected datasets. Helps identify cross-dataset patterns (e.g., "conversion funnel behavior is similar across both product lines") and dataset-specific anomalies.

data-airails
0
233
Connect DataA

Guided wizard to connect a new dataset. Walks the user through selecting a connection type, configuring credentials, validating the connection, profiling the schema, and setting up the knowledge brain.

databasesgosql
0
233
Data InspectA

Show the active dataset's schema — tables, columns, row counts, and relationships. Optionally drill into a specific table.

databasesdatabase
0
233
Data ProfilingA

Deep-profile the active dataset to understand schema structure, value distributions, temporal patterns, correlations, completeness gaps, and anomalies. Produces a comprehensive profile report that serves as the foundation for analysis planning and data quality assessment.

data-aipythongo
0
233
Data Quality CheckA

Validate data completeness, consistency, and coverage before any analysis begins, flagging issues with severity ratings so the analyst knows what blocks analysis vs. what to note as a caveat.

data-aipythongo
0
233
DatasetsA

List all connected datasets with their status, table counts, and last analysis date.

data-aidatabase
0
233
ExploreA

Quick, interactive data exploration without the full pipeline. Lets users poke around the active dataset — preview tables, check distributions, spot patterns, and form hypotheses before committing to a formal analysis.

data-aigo
0
233
ExportA

Export analysis results in different formats for different audiences. Converts pipeline outputs into ready-to-share deliverables.

data-aigo
0
233
Feedback CaptureA

Pre-router interceptor that runs BEFORE the Question Router on every user message. Detects correction signals, methodology learnings, and positive feedback, captures them to `.knowledge/`, then passes through to normal routing.

data-aigosql
0
233
First Run WelcomeA

Provide an adaptive welcome experience based on setup state. Routes new users through `/setup` for guided onboarding. Welcomes returning users with context about their active dataset and quick actions.

data-ai
0
233
ForecastA

Generate time-series forecasts for key metrics using the forecast_helpers library. Supports naive baselines, seasonality detection, and exponential smoothing — enough to answer "what should we expect next?" without complex modeling.

data-ai
0
233
GuardrailsA

Ensure that every success metric is paired with at least one guardrail metric, and that positive findings are checked for trade-offs before being presented as wins.

businessgorails
0
233
HistoryA

Browse and search past analyses from the analysis archive. Helps users recall what they've analyzed before, find prior findings, and build on previous work.

data-ai
0
233
Knowledge BootstrapA

Initialize all 7 knowledge subsystems for a new session. Loads setup state, dataset, user profile, integrations, org context, corrections, learnings, query archaeology, and analysis archive into working memory.

data-aigosql
0
233
Log CorrectionA

Record analyst mistakes and their fixes so future analyses learn from past errors. Manual counterpart to automatic feedback capture.

data-aigosql
0
233
Metric SpecA

Define any metric clearly and completely using a standardized template so there is no ambiguity about what is being measured, how it's calculated, or how to interpret it.

businessgosql
0
233
MetricsA

Browse, search, and display metric definitions from the active dataset's metric dictionary. Provides quick access to how metrics are defined, computed, and validated.

data-aigorails
0
233
Notion IngestA

> Crawls a Notion workspace to extract business terms, metrics, product docs, > and team structure. Populates the organization knowledge system.

developmentpythongo
0
233
PatternsA

Browse and search recurring patterns discovered across analyses. Patterns are auto-extracted after each analysis archive and represent behaviors that appear consistently in the data.

data-aigo
0
233
Presentation ThemesA

Generate slide decks that look professional, tell a coherent analytical story, and follow consistent theme standards matching the visualization patterns.

data-aigobash
0
233
Question FramingA

Structure analytical questions using the Question Ladder framework so every analysis starts with a clear decision context, measurable success criteria, and testable hypotheses.

researchgo
0
233
Question RouterA

Classify incoming user questions into complexity levels (L1-L5) and route them to the appropriate response path. This replaces the old "skip-step" logic with a structured classification that adapts the workflow depth to the question's actual needs.

data-aigosql
0
233
Resume PipelineA

Resume an interrupted analysis pipeline by reading `working/pipeline_state.json`, determining which agents completed, and continuing from the next READY agents using the DAG walker.

data-aipythonrust
0
233
Run PipelineA

Single entry point for end-to-end analysis — from raw data to finished slide deck. Uses a DAG-based execution engine that reads agent dependencies from `agents/registry.yaml`, resolves execution order automatically, and supports parallel agent execution, resume from failure, and execution plan pruning.

data-aipythongo
0
233
RunsA

Browse, inspect, compare, and clean up past pipeline runs. Each run is a self-contained directory under `working/runs/` with its own working files, outputs, and pipeline state.

data-ai
0
233
Semantic ValidationA

Orchestrate the full 4-layer validation stack plus confidence scoring to produce a comprehensive data quality assessment for any analysis output.

toolspython
0
233
Setup Dev ContextA

> Standalone skill for teams integrating AI Analyst into development workflows. > Most users (PMs, execs, DS) never need this — only teams doing codebase integration.

developmentgosql
0
233
SetupA

Run a 4-phase conversational interview that populates the knowledge system from the user's real context. Turns a blank `.knowledge/` directory into a fully configured analytical environment.

data-aigosql
0
233
Stakeholder CommunicationA

Adapt analytical findings to the audience — same insight, different framing, detail level, and format depending on who will read it. Ensures that executives get the bottom line, PMs get the implications, engineers get the specifics, and data teams get the methodology.

businessrustgo
0
233
Switch DatasetA

Change the active dataset. Updates the active pointer, validates the target dataset exists, and confirms with a summary of what's now active.

data-aidatabase
0
233
Tracking GapsA

Assess whether the data needed for an analysis actually exists, identify what's missing, and produce prioritized instrumentation requests for engineering when gaps are found.

developmentgoapi
0
233
TriangulationA

Cross-reference analytical findings against multiple data sources, external benchmarks, and common sense to catch errors before they become bad decisions.

businesspythongo
0
233
Visualization PatternsA

Ensure every chart Claude Code produces follows high-quality design standards with named themes, consistent styling, and clear data communication.

data-aipythongo
0
233