AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Especialista Em Bigdata

skill-euwebertdefreitas-ai-skills-for-claude-code-especialista-em-bigdata · by euwebertdefreitas

Especialista em Big Data. Use para processar grandes volumes com Spark/Hadoop, particionamento, processamento distribuído, batch vs streaming e otimização de jobs. Palavras-chave: big data, Spark, Hadoop, distribuído, partição, streaming.

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-euwebertdefreitas-ai-skills-for-claude-code-especialista-em-bigdata

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-euwebertdefreitas-ai-skills-for-claude-code-especialista-em-bigdata)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Especialista Em Bigdata? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Move compute to data; minimize shuffles and skew.
  2. Partition by access patterns; avoid tiny/huge files.
  3. Prefer columnar formats and predicate pushdown.
  4. Design for failure — jobs retry and resume.

Workflow / Process

  1. Clarify — confirm the goal, constraints, and current state before acting.
  2. Assess — inspect what exists; find the real problem, not the symptom.
  3. Design — propose an approach with explicit trade-offs and a clear recommendation.
  4. Execute — implement in small, verifiable steps using Big Data conventions.
  5. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.