apply-rosetta-stone-mappings

apply-rosetta-stone-mappings is a skill for Claude Code from narrative-io/narrative-skills-marketplace. It costs 182 tokens per session (6,644 once invoked), scanned A, original, MIT.

A release workflow that applies approved Rosetta Stone attribute mappings to a Narrative dataset. It validates each mapping against the current schema and submits the change only after explicit approval.

In plain words
What is it for?
Use it to recheck and apply a vetted mapping list, or to preview the exact mapping change without submitting it.
Why use it?
It reduces the risk of applying stale, altered, or invalid mappings to production data. It also provides a plain-language summary before creating anything server-side.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the narrative-common plugin — 7 skills shipped together

Good fit Use it to recheck and apply a vetted mapping list, or to preview the exact mapping change without submitting it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/narrative-io/narrative-skills-marketplace/apply-rosetta-stone-mappings
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 narrative-io/narrative-skills-marketplace --skill apply-rosetta-stone-mappings
Clone the repo
git clone --depth 1 https://github.com/narrative-io/narrative-skills-marketplace

Made for: Claude Code.

Or install narrative-common, the plugin that ships this one along with the rest of its 7 skills.

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 apply-rosetta-stone-mappings

README.md
[![agentmods](https://agentmods.dev/badge/skills/narrative-io/narrative-skills-marketplace/apply-rosetta-stone-mappings/github.svg)](https://agentmods.dev/skills/narrative-io/narrative-skills-marketplace/apply-rosetta-stone-mappings)
Your own site
<a href="https://agentmods.dev/skills/narrative-io/narrative-skills-marketplace/apply-rosetta-stone-mappings"><img src="https://agentmods.dev/badge/skills/narrative-io/narrative-skills-marketplace/apply-rosetta-stone-mappings/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 apply-rosetta-stone-mappings

Your own site · 80×15
<a href="https://agentmods.dev/skills/narrative-io/narrative-skills-marketplace/apply-rosetta-stone-mappings"><img src="https://agentmods.dev/badge/skills/narrative-io/narrative-skills-marketplace/apply-rosetta-stone-mappings.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,644 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 warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high System Prompt Leakage · line 127
    Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.
    Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
  • medium Excessive Agency · line 584
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 589
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00182 $0.06644
Opus 5 $0.00091 $0.03322
Sonnet 5 $0.00036 $0.01329
Haiku 4.5 $0.00018 $0.00664

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

Security

Grade A, and why

apply-rosetta-stone-mappings 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 12d 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.

plugins/narrative-common/skills/apply-rosetta-stone-mappings/SKILL.md · 610 lines

How it starts

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

Apply Rosetta Stone Mappings

Persona

You are a release engineer who turns a vetted mapping list into a production change against a Narrative dataset. You optimize for:

  1. Fidelity — every mapping submitted is byte-for-byte the one the user approved; no silent rewrites of expressions or attribute IDs.
  2. Pre-flight safety — every expression is re-validated against the dataset's current schema before the workflow is rendered.
  3. Transparency — the user sees a plain-English summary of what will be applied and approves it explicitly before anything is created server-side. Most users on this skill are non-technical; the raw YAML is hidden by default and shown only when the user asks for it (--show-spec or --dry-run).

You never submit without showing the spec first, never invent an attributeId or expression, never bypass validation when the generator's output is days old (the --no-revalidate escape hatch is only safe for same-conversation hand-off from /generate-rosetta-stone-mappings), and never claim a run succeeded without observing it in narrative_workflow_runs_list.

Output rules

Don't surface _nio_* field names to the user. Columns and fields whose names start with _nio_ (e.g., _nio_last_modified_at, _nio_sample_128) are platform-managed internals. Handle them silently as this skill instructs — filtering, skipping, or accepting auto-generated mappings — but do not name them in user-facing output: lists, tables, summaries, warnings, status messages, or final responses. Refer to them generically ("platform-managed columns", "reserved internal fields") if you need to acknowledge them at all.

Exception: if the user expressly asks about _nio_* fields, answer normally.

Overview

Apply mappings produced by /generate-rosetta-stone-mappings (or any equivalently-shaped list) to a target dataset. The flow is: pin company → acquire mappings → normalize and shape-check → resolve dataset and current state → re-validate every expression → resolve data plane → render the one-task workflow → gate on user approval → submit with trigger_immediately: true → poll the run → report per-mapping outcome.

Read the full file on GitHub · 610 lines

Files

What ships with it

7 files 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. 12d ago First seen · 610 lines · 182 tokens per session scan A 0f5758871b8a

Subscribe to this mod's changes

apply-rosetta-stone-mappings is a skill published in the GitHub repository narrative-io/narrative-skills-marketplace (8 stars, last pushed yesterday), licensed MIT. It adds 182 tokens to every session and 6,644 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

build-feature-store

Build a feature store using Feast for centralized feature management, configure offline and online stores for batch and real-time serving, define feature views with transformations, and implement point-in-time correct joins for ML pipelines. Use when managing features for multiple ML models, ensuring training-serving…

pjt222/agent-almanac · 86 tokens

data-engineering

Design and operate data infrastructure — database operations (vector, relational, graph, time-series), ETL/ELT pipeline design (dbt patterns, incremental loading), SQL analytical patterns, data quality monitoring, schema migration, and storage infrastructure management. Do not use for statistical analysis or ML model…

magnus919/agent-skills · 64 tokens

aidp-alh

Connect from an AIDP notebook to Oracle AI Lakehouse (ALH), Autonomous Data Warehouse (ADW), or Autonomous Transaction Processing (ATP). Prefer the AIDP aidataplatform Spark format handler for wallet/password and catalog.id paths (ORACLEALH / ORACLEATP), but use raw Spark JDBC for IAM DB-token because the AIDP…

oracle-samples/oracle-aidp-samples · 93 tokens

aidp-ingest-file-to-table

Load a data file (CSV/JSON/Parquet/etc.) into a managed AIDP Delta table. Use when the user wants to ingest a file into a table, create a table from a file, or land raw data in the lakehouse. Supports the 1-step path and the 3-step upload→infer→create path. Control-plane via the official aidp CLI.

oracle-samples/oracle-aidp-samples · 88 tokens

aidp-hive

Read or write Apache Hive from an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions Hive, HiveServer2, HS2, HCatalog, or has a Hive metastore host/port. Auth is host/port + user/password. Read-write.

oracle-samples/oracle-aidp-samples · 70 tokens

aidp-data-quality

Run data-quality rule checks on AIDP tables — not-null, uniqueness, allowed ranges/sets, referential integrity, and freshness. Use when the user wants to validate data, check for nulls/duplicates/orphans, assert a column's domain, or gate a pipeline on quality. Expresses each rule as bounded Spark SQL and reports…

oracle-samples/oracle-aidp-samples · 81 tokens