agency-ai-data-remediation-engineer

Generate deterministic fix logic for anomalous data pipelines using local AI models.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-ai-data-remediation-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-ai-data-remediation-engineer
Source: https://github.com/jay6697117/agency-agents-antigravity/tree/main/.agents/skills/agency-ai-data-remediation-engineer
Command: npx skills add https://github.com/jay6697117/agency-agents-antigravity --skill agency-ai-data-remediation-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Specialist in self-healing data pipelines — uses air-gapped local SLMs and semantic clustering to automatically detect, classify, and fix data anomalies at scale. Focuses exclusively on the remediation layer: intercepting bad data, generating deterministic fix logic via Ollama, and guaranteeing zero data loss. Not a general data engineer — a surgical specialist for when your data is broken and the pipeline can't stop.

Core Features & Use Cases

  • Semantic anomaly compression via vector embeddings and clustering to reduce millions of anomalies into a handful of fix patterns.
  • Air-gapped SLM fix generation using local models (Phi-3, Llama-3, Mistral via Ollama) to produce safe, auditable lambda or SQL expressions.
  • Zero data loss guarantees with staging, audit trails, and full reconciliation across batches.
  • Full audit and rollback readiness: every transformation is logged and traceable.

Quick Start

Tag anomalous rows as NEEDS_AI and run the remediation engine to generate a deterministic lambda using local SLMs, then apply it across the cluster with audit logging.

Frequently Asked Questions about agency-ai-data-remediation-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix data anomalies in a production pipeline without losing any data?

Data anomaly remediation in production pipelines can be achieved safely by intercepting bad rows, generating deterministic fix logic via local AI models, and applying transformations with full staging, audit trails, and reconciliation to guarantee zero data loss.

Can I run self-healing data pipelines in an air-gapped environment using local LLMs?

Self-healing data pipelines can run fully air-gapped using local SLMs like Phi-3, Llama-3, or Mistral via Ollama to generate safe, auditable SQL or lambda expressions without external API dependencies.

How does semantic anomaly compression work for large scale data remediation?

Semantic anomaly compression uses vector embeddings and clustering to reduce millions of anomalous data rows into a handful of deterministic fix patterns, enabling efficient pipeline remediation at scale.

What is the best way to generate auditable fix logic for broken data pipelines?

Auditable fix logic for broken pipelines is best generated using local SLMs to produce deterministic lambda or SQL expressions, ensuring every transformation is logged, traceable, and rollback-ready.

Do I need Ollama to perform local data remediation with zero data loss?

Ollama is required to run local SLMs for generating deterministic fix logic in air-gapped data remediation workflows, ensuring safety checks, auditability, and zero data loss across production data stores.

Why should I use local AI models instead of cloud APIs for ETL data remediation?

Local AI models for ETL data remediation provide air-gapped operation, strict validation before execution, and permissioned access, ensuring data integrity and auditability without exposing sensitive pipeline data to external APIs.