Marketplace
26 skillsEach listing spells out exactly what's inside β the steps, the ready-to-run code, and which AI tools it works with β so you know what you're getting before you buy.
Use when auditing an LLM answer that carries source citations, to verify each claim is entailed by its cited sources and flag unsupported or misattributed ones.
- β9-step procedure
- βRunnable Python / JSON included
- β7-point quality checklist
Design conversational analytics interfaces: NL-to-SQL, query disambiguation, result narration, and data storytelling.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Use when a retrieval corpus has exact or near-duplicate docs/chunks inflating embedding cost or polluting top-k results, and you must detect and prune them.
- β7-step procedure
- βRunnable Python included
- β7-point quality checklist
Invoke when building or tuning a RAG/semantic-search pipeline's chunking: pick strategy, chunk size, and overlap validated against retrieval metrics.
- β9-step procedure
- βRunnable Python included
- β8-point quality checklist
Design ML experiment tracking: hyperparameter logging, model versioning, reproducibility, and experiment comparison workflows.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design and implement ML feature stores: online/offline serving, feature freshness, training-serving skew prevention, and feature discovery.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Chart Builder
$1.99Choose the right chart form for a dataset and question, then build an honest, labeled, accessible visualization; use whenever data needs plotting.
- β7-step procedure
- β1 ready-to-run code block
- β8-point quality checklist
Plan ML model deployment: serving patterns, A/B testing, canary releases, monitoring, and rollback for production ML.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Build comprehensive model evaluation: benchmark selection, statistical significance, human evaluation protocols, and safety testing.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design recommendation systems: collaborative filtering, content-based, hybrid approaches, cold start, and ranking.
- β5-step procedure
- β4 pitfalls to avoid
- βInstalls into 6 tools
Design data governance frameworks: data classification, lineage tracking, access policies, retention, and compliance mapping.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Curate and clean training datasets: deduplication, quality scoring, bias detection, and data augmentation strategies.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Systematically clean a messy dataset with profiling, ordered fixes, validation, and a provenance log; use before analyzing or merging untrusted data.
- β10-step procedure
- β1 ready-to-run code block
- β8-point quality checklist
Design robust data pipelines: ingestion patterns, transformation stages, schema evolution, and data quality monitoring.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Data Quality Monitor
$2.99Design data quality monitoring: anomaly detection, schema validation, freshness checks, and data contracts between teams.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design data warehouse schemas: star/snowflake schemas, slowly changing dimensions, materialized views, and query optimization.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design document processing pipelines: OCR, layout analysis, information extraction, classification, and human review.
- β8-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Choose embedding models and strategies: dimensionality, domain-specific models, multi-modal embeddings, and evaluation.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Design and scaffold idempotent, observable extract-transform-load pipelines with safe retries, backfills, and quality gates; use when building data pipelines.
- β9-step procedure
- β2 ready-to-run code blocks
- β8-point quality checklist
Inference Optimizer
$2.99Optimize model inference: quantization, distillation, batching, speculative decoding, and serving infrastructure tuning.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Plan and execute LLM fine-tuning: dataset preparation, method selection (LoRA, QLoRA, full), evaluation, and deployment.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
Plan and execute safe database schema migrations: dependency ordering, rollback strategies, zero-downtime patterns, and data backfill procedures.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools
SQL Query Optimizer
$2.99Diagnose slow SQL with execution-plan analysis and rewrite queries and indexes; use when a query is slow, times out, or burns database CPU.
- β8-step procedure
- β1 ready-to-run code block
- β7-point quality checklist
Design real-time stream processing: windowing, watermarking, exactly-once semantics, and state management.
- β9-step procedure
- β6 pitfalls to avoid
- βInstalls into 6 tools