enact-formatter
Medium Risk 72Format JSON Input Reliably
by EnactProtocol
Raw JSON is hard to inspect when it arrives as one long string. This skill validates input and returns readable formatting with a chosen indentation size.
Curate your favorite skills into a reusable collection, then install it with one command.
Format JSON Input Reliably
by EnactProtocol
Raw JSON is hard to inspect when it arrives as one long string. This skill validates input and returns readable formatting with a chosen indentation size.
Extract Web Data with Firecrawl
by EnactProtocol
Web content is often hard to collect in a clean format for AI workflows. This skill uses Firecrawl to scrape, crawl, map, search, and extract structured website data.
Structure Next.js App Data Files
by Emz1998
App data files can become hard to maintain when unrelated records are grouped together. This skill gives simple rules for modular Next.js data files.
Analyze NBA Data with nba_api
by Emz1998
NBA data work often requires finding the right endpoint, parameters, and response format. This skill guides Claude, Codex, and Claude Code through nba_api extraction, transformation, and analysis workflows.
Optimize Parquet Performance in Rust
by EmilLindfors
Parquet pipelines can waste storage and memory when defaults are used. This skill reviews Rust Parquet reads and writes, then suggests compression, sizing, projection, and filtering improvements.
Design Reliable Data Lakes
by EmilLindfors
Large data lakes can become slow, expensive, and hard to govern without clear architecture choices. This skill guides partitioning, storage layout, schema evolution, table formats, retention, and cost-aware lakehouse design.
Optimize DataFusion Queries
by EmilLindfors
Slow DataFusion queries can waste compute and hide simple plan issues. This skill reviews SQL and DataFrame patterns, then suggests concrete performance improvements.
Process Video, Audio, and Transcripts
by EGAdams
Video conversion and transcription often require several command-line tools. This skill provides one CLI workflow for extracting audio, converting formats, and creating Whisper transcripts.
Validate ML Workflows for Hidden Antipatterns
by Doyajin174
ML projects can look accurate while data leakage or weak evaluation hides serious flaws. This skill guides structured checks for splits, metrics, training, and deployment readiness.
Build Custom D3.js Visualizations
by Doyajin174
Custom charts often need interactions that simple chart libraries cannot express. This skill guides D3.js SVG setup, data binding, scales, axes, tooltips, zoom, transitions, and color choices.
Why this variant is first
doyajin174-d3-viz
2026-08-21
sickn33-d3-viz
2026-08-21
Analyze Data Substrates in Codebases
by Dowwie
Data models and state updates can drift without clear review. This skill guides analysis of typing, mutation, and serialization choices.
Train Neural Networks with Flow Nexus
by DNYoussef
Distributed neural network training requires coordinated setup, validation, and deployment. This skill guides Flow Nexus workflows from architecture design to production serving.
Optimize Agent Learning with ReasoningBank
by DNYoussef
Agents often repeat weak strategies because learning data stays unstructured. This skill organizes trajectories, patterns, benchmarks, and recommendations into a ReasoningBank workflow.
Build ML Models With Expert Workflow
by DNYoussef
ML model projects need a repeatable path from data preparation to deployment. This skill gives Claude, Codex, and Claude Code a structured workflow for training, evaluation, and packaging.
Debug ML Training Failures
by DNYoussef
ML training can fail through NaN loss, overfitting, slow convergence, or unstable gradients. This skill guides diagnosis, targeted fixes, validation, and reporting.
Diagnose ML Training Failures
by DNYoussef
Training failures are hard to debug when logs, curves, code, and configs point in different directions. This skill organizes the evidence and returns likely root causes, fixes, and verification steps.
Train Distributed Neural Models with Flow Nexus
by DNYoussef
Neural training across sandboxes is hard to coordinate. This skill gives Claude, Codex, and Claude Code workflows for Flow Nexus training, inference, templates, and clusters.
Why this variant is first
Optimize AgentDB Vector Search
by DNYoussef
Large vector databases can become slow, memory-heavy, and hard to benchmark. This skill provides a structured AgentDB optimization workflow for quantization, HNSW indexing, caching, and validation.
Build AgentDB Vector Search
by DNYoussef
Teams need fast semantic retrieval for documents, RAG systems, and knowledge bases. This skill gives AgentDB setup, search patterns, and tuning guidance.
Why this variant is first
Build AgentDB Semantic Search
by DNYoussef
Teams need relevant document retrieval for RAG and knowledge bases. This skill guides AgentDB setup, embedding storage, indexing, API search, and relevance tuning.