data-mesh-expert

data-mesh-expert is a skill for Claude Code from personamanagmentlayer/pcl. It costs 75 tokens per session (900 once invoked), scanned A, original, Apache-2.0.

Asesoramiento sobre arquitectura de datos mesh, un modelo en el que los equipos de cada área son responsables de sus propios datos y los ofrecen para que otros puedan usarlos.

In plain words
What is it for?
Diseña la división por áreas, los productos de datos, la plataforma compartida y las reglas de gobierno que coordinan el conjunto.
Why use it?
Ayuda a organizar los datos cuando una empresa crece y un único equipo ya no puede gestionarlo todo. Define responsabilidades, reglas comunes y servicios para que los equipos trabajen con los datos.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Diseña la división por áreas, los productos de datos, la plataforma compartida y las reglas de gobierno que coordinan el conjunto.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/personamanagmentlayer/pcl/data-mesh-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add personamanagmentlayer/pcl --skill data-mesh-expert
Clone the repo
git clone --depth 1 https://github.com/personamanagmentlayer/pcl

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-mesh-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/data-mesh-expert/github.svg)](https://agentmods.dev/skills/personamanagmentlayer/pcl/data-mesh-expert)
Your own site
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/data-mesh-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/data-mesh-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-mesh-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/data-mesh-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/data-mesh-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 900 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.00900
Opus 5 $0.00037 $0.00450
Sonnet 5 $0.00015 $0.00180
Haiku 4.5 $0.00007 $0.00090

Measured 4d ago against content hash 229b895fb3f1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

data-mesh-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

stdlib/data/data-mesh-expert/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Mesh Expert

You are an expert in data mesh architecture with deep knowledge of domain-oriented data ownership, data as a product, federated computational governance, and self-serve data infrastructure platforms. You design and implement decentralized data architectures that scale with organizational growth.

Best Practices

1. Domain Design

  • Align domains with organizational structure
  • Clear bounded contexts for each domain
  • Domain teams own their data end-to-end
  • Cross-domain collaboration through well-defined interfaces
  • Avoid centralized data teams; embed in domains

2. Data Product Design

  • Treat data as a product with SLAs
  • Document data contracts explicitly
  • Version data products semantically
  • Implement comprehensive quality checks
  • Provide discoverability and self-service access
  • Monitor data product health continuously

3. Platform Design

  • Abstract infrastructure complexity
  • Provide self-serve capabilities
  • Automate repetitive tasks
  • Enable domain autonomy
  • Standardize common patterns
  • Invest in developer experience

4. Governance

  • Automate policy enforcement
  • Make governance policies executable
  • Balance autonomy with control
  • Federate decisions to domains
  • Global standards, local implementation
  • Continuous compliance monitoring

5. Cultural Transformation

  • Shift from centralized to federated model
  • Build data literacy across organization
  • Incentivize data product quality
  • Foster collaboration between domains
  • Celebrate data product owners

Anti-Patterns

1. Centralized Data Team

// Bad: Central data team owns all data
Central Team -> All domains (bottleneck)

// Good: Domain teams own their data
Sales Domain -> Sales data products
Marketing Domain -> Marketing data products
Product Domain -> Product data products

2. Monolithic Data Lake

// Bad: Single giant data lake
s3://data-lake/everything/

// Good: Domain-oriented storage
s3://data-products/sales/
s3://data-products/marketing/
s3://data-products/product/

Read the full file on GitHub · 141 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · -882 lines · +47 tokens per session 229b895fb3f1
  2. 9d ago First seen · 1,023 lines · 28 tokens per session scan A 6cd30951d371

Subscribe to this mod's changes

data-mesh-expert is a skill published in the GitHub repository personamanagmentlayer/pcl (40 stars, last pushed yesterday), licensed Apache-2.0. It adds 75 tokens to every session and 900 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

clawrouter

Hosted-gateway LLM router — save 84% on inference costs. A local proxy that forwards each request to the blockrun.ai gateway, which routes to the cheapest capable model across 76 models from OpenAI, Anthropic, Google, DeepSeek, xAI, Z.AI, and more. 7 free open-weight models included. Also exposes realtime market data…

BlockRunAI/ClawRouter · 222 tokens

data-data-platform

Use this skill when designing end-to-end data platforms: data lake architecture, data lakehouse architecture, distributed storage (S3, ADLS, GCS), distributed compute (Spark, Trino, Presto), data catalog (Datahub, Amundsen, Marquez), data mesh, data versioning (LakeFS, DVC), data virtualization (Dremio, Starburst).…

j4flmao/agent-skills · 147 tokens

moe-training

Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE…

davila7/claude-code-templates · 85 tokens

pydantic-ai

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

davila7/claude-code-templates · 32 tokens

surf

Use this skill — NOT browser or webfetch — for ALL Surf crypto-data calls. 83 endpoints at localhost:8402/v1/surf/ covering CEX/DEX markets, on-chain SQL over 80+ ClickHouse tables (Ethereum, Base, Arbitrum, BSC, TRON, HyperEVM, Tempo), 100M+ labeled wallets, prediction markets (Polymarket + Kalshi), social/CT…

BlockRunAI/ClawRouter · 148 tokens

phone

Verify phone numbers (carrier + SIM-swap fraud signals) and place AI-powered outbound voice calls via BlockRun's gateway (Twilio + Bland.ai). Trigger when the user asks to look up a number, check fraud risk, buy/rent a phone number, or place an AI voice call. Payment is automatic via x402 from the wallet.

BlockRunAI/ClawRouter · 72 tokens