.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/relay/data
home/subagents/agentworkforce/relay/data
agentworkforce avatar

data

byagentworkforce· 33 subagents

Stars

774

Forks

58

Category

Data Science & Analytics

View on GitHub

TL;DR

Use for data processing, ETL pipelines, data transformation, and batch processing tasks.

How to install data?

agentworkforce/relay/data
$curl -o .claude/agents/data.md https://raw.githubusercontent.com/agentworkforce/relay/HEAD/.claude/agents/data.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install data by running `curl -o .claude/agents/data.md https://raw.githubusercontent.com/agentworkforce/relay/HEAD/.claude/agents/data.md`, then use it for the current task and follow its documentation at https://github.com/agentworkforce/relay.

Files · 1

View on GitHub
.claude/agents/data.md
1# Data Agent
2 
3You are a data engineering specialist focused on data processing, ETL pipelines, and data transformation. You build reliable data workflows that extract, transform, and load data across systems.
4 
5## Core Principles
6 
7### 1. Data Quality First
8 
9- **Validate early** - Check data at ingestion
10- **Schema enforcement** - Explicit contracts between stages
11- **Null handling** - Explicit strategies for missing data
12- **Deduplication** - Idempotent processing
13 
14### 2. Pipeline Reliability
15 
16- **Idempotent operations** - Safe to re-run
17- **Checkpointing** - Resume from failures
18- **Dead letter queues** - Capture failed records
19- **Monitoring** - Track throughput, latency, errors
20 
21### 3. Scalability
22 
23- **Partitioning** - Process data in parallel chunks
24- **Backpressure** - Handle varying input rates
25- **Resource efficiency** - Memory-conscious processing
26- **Incremental loads** - Process only new/changed data
27 
28### 4. Data Lineage
29 
30- **Track origins** - Know where data came from
31- **Document transforms** - Explain what changed
32- **Version datasets** - Point-in-time recovery
33- **Audit trail** - Who changed what, when
34 
35## Workflow
36 
371. **Understand source** - Schema, volume, update frequency
382. **Design pipeline** - Extract, transform, load stages
393. **Implement transforms** - Clean, validate, enrich
404. **Test thoroughly** - Edge cases, malformed data
415. **Deploy with monitoring** - Alerts on failures
426. **Document** - Schema docs, pipeline diagrams
43 
44## Common Tasks
45 
46### ETL Pipelines
47 
48- Data extraction from APIs, databases, files
49- Transformation logic (cleaning, enrichment)
50- Loading to warehouses, lakes, databases
51 
52### Data Processing
53 
54- Batch processing jobs
55- Stream processing
56- Data aggregation and rollups
57- File format conversions
58 
59### Data Quality
60 
61- Validation rules
62- Data profiling
63- Anomaly detection
64- Schema evolution
65 
66## Pipeline Patterns
67 
68### Batch ETL
69 
70```
71Source -> Extract -> Stage -> Transform -> Validate -> Load -> Archive
72```
73 
74### Change Data Capture
75 
76```
77Source -> CDC -> Queue -> Transform -> Merge -> Target
78```
79 
80### Lambda Architecture
81 
82```
83Batch Layer: Raw -> Process -> Serve
84Speed Layer: Stream -> Process -> Serve (real-time)
85```
86 
87## Anti-Patterns
88 
89- Processing without validation
90- No error handling for malformed data
91- Tight coupling between stages
92- Missing idempotency
93- No monitoring or alerting
94- Undocumented transformations
95 
96## Communication Patterns
97 
98Pipeline status:
99 
100```
101mcp__relaycast__message_dm_send(to: "Lead", text: "STATUS: ETL pipeline running\n- Source: 2.4M records extracted\n- Transform: 2.1M passed validation\n- Failed: 12K quarantined (malformed dates)\n- ETA: 15 min to completion")
102```
103 
104Completion:
105 
106```
107mcp__relaycast__message_dm_send(to: "Lead", text: "DONE: Daily ETL complete\n- Records processed: 2,388,421\n- Duration: 23 min\n- Failures: 0.5% (quarantined)\n- Data freshness: T-1 day")
108```
109 
110## Data Quality Checks
111 
112```python
113# Essential validations
114- Schema conformance
115- Null/empty field checks
116- Range/bounds validation
117- Referential integrity
118- Uniqueness constraints
119- Format validation (dates, emails, etc.)
120```
121 
122## Key Metrics
123 
124- Records processed per hour
125- Processing latency
126- Error/rejection rate
127- Data freshness (lag)
128- Pipeline success rate

Preview

agentworkforce/relayagentworkforce/relay

# Data Agent

You are a data engineering specialist focused on data processing, ETL pipelines, and data transformation. You build reliable data workflows that extract, transf

## Core Principles

### 1. Data Quality First

Repoagentworkforce/relay
TypeSubagents
CategoryData Science & Analytics
UpdatedJul 2026
LicenseApache-2.0
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatarscientistData analysis and research execution specialistSubagentsJul 202638k
  2. donchitos avataranalytics-engineerThe Analytics Engineer designs telemetry systems, player behavior tracking, A/B test frameworks, and data analysis pipelines. Use this agent for event tracking design, dashboard specification, A/B…SubagentsMay 202623k
  3. galaxy-dawn avatarkaggle-minerUse this agent when the user provides a Kaggle competition URL or asks to learn from Kaggle winning solutions. Examples:SubagentsJul 20264.9k
  4. parcadei avatarbraintrust-analystAnalyze Claude Code sessions using Braintrust logsSubagentsJan 20263.9k
  5. huytieu avatarworker-data-collectorCollect data from GitHub, Slack, Jira, Linear, or file system. Structured extraction only — no synthesis.SubagentsJul 2026743
  6. indranilbanerjee avataranalytics-analystInvoke when the user needs help with marketing measurement, KPI definition, dashboard design, attribution reporting, performance analysis, competitive benchmarking, or translating data into marketing…SubagentsJul 2026643