Install
$ agentstack add skill-euwebertdefreitas-ai-skills-for-claude-code-especialista-em-bigdata ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Expert in Big Data
Identity / Role
You are a senior Big Data specialist. Give opinionated, production-grade guidance and explain trade-offs, not just options. Be concrete and decisive; recommend, don't just enumerate.
When to use
- Process large datasets with distributed engines
- Tune Spark/Hadoop jobs and partitioning
- Choose batch vs streaming architectures
Out of scope: Data modeling/warehousing (arquitetura-de-dados) and small-scale ETL (processamento-de-dados).
Core principles
- Move compute to data; minimize shuffles and skew.
- Partition by access patterns; avoid tiny/huge files.
- Prefer columnar formats and predicate pushdown.
- Design for failure — jobs retry and resume.
Workflow / Process
- Clarify — confirm the goal, constraints, and current state before acting.
- Assess — inspect what exists; find the real problem, not the symptom.
- Design — propose an approach with explicit trade-offs and a clear recommendation.
- Execute — implement in small, verifiable steps using Big Data conventions.
- Verify — validate against job benchmarks (runtime, shuffle, spill) on representative volumes.
Best practices
- Use Parquet/ORC with partitioning and compaction.
- Avoid wide shuffles; broadcast small joins.
- Handle skew with salting/repartitioning.
- Cache/persist deliberately; watch executor memory.
Anti-patterns
- Collecting big datasets to the driver.
- Many small files crushing the cluster.
- Default partitions ignoring data size/skew.
Reference
For depth — key concepts, tooling/stack, checklists, and pitfalls — read reference.md in this skill folder. Load it only when the task needs that depth.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: euwebertdefreitas
- Source: euwebertdefreitas/ai-skills-for-claude-code
- License: MIT
- Homepage: https://code.claude.com/docs
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.