narrative-io/narrative-skills-marketplace
Plugin Claude Code
Plugin marketplace listing 3 plugins: narrative-common, narrative-identity, narrative-audience.
narrative-io/narrative-skills-marketplace
Plugin Claude Code
Plugin marketplace listing 3 plugins: narrative-common, narrative-identity, narrative-audience.
narrative-io/narrative-skills-marketplace
Instructions file CodexOpenCode
Instructions for narrative-io/narrative-skills-marketplace, covering narrative-skills-marketplace, commands, project structure, naming conventions and skill.md format.
narrative-io/narrative-skills-marketplace
Plugin Claude Code
Audience-building workflows backed by the narrative-mcp server — turning marketing briefs into filtered, materialized audience datasets and activating them to downstream advertising connectors.
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Create a look-alike audience from a seed audience and a candidate population dataset. Classifies Rosetta Stone attributes, generates the same materialized-view scoring pipeline Lookalike Studio emits (Naive-Bayes categorical weights + Gaussian continuous similarity), gates on approval, submits via…
narrative-io/narrative-skills-marketplace
Plugin Claude Code
Common Narrative workflows backed by the narrative-mcp server — starting with Rosetta Stone attribute mapping generation, evaluation, and improvement.
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Apply a set of Rosetta Stone attribute mappings to a Narrative dataset by wrapping them in a one-shot workflow that calls the CreateRosettaStoneMappingsIfNotExist task. Consumes the structured output of /generate-rosetta-stone-mappings, normalizes the generator's snakecase to the workflow task's camelCase…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Author and submit a Narrative workflow from a natural-language intent. Picks the closest example from assets/examples/, adapts it to the user's case, walks the YAML against the spec, resolves the data plane, and submits via narrativeworkflowscreate only after the user has approved the rendered spec. Use when: "create…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Translate a fuzzy analytical question into a rigorous investigation plan. Interrogates the ask, grounds the plan in the available data dictionary, applies analytical best practices, and produces a structured brief of query specifications for a downstream query-writing skill. Plans, does not write SQL. Use when: "why…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Find the canonical Rosetta Stone attribute that best matches a fuzzy description, semantic phrase, or required schema shape. Searches the catalog with pagination, describes the shortlist in one batched call, ranks candidates by name + shape match, and returns the canonical attribute ID plus close alternatives. Use…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Generate, evaluate, and improve Rosetta Stone attribute mappings for a Narrative dataset. Use when: "map this dataset to Rosetta Stone", "suggest normalized attributes for dataset N", "evaluate the mappings on dataset N", "why is this mapping low confidence", "fix this expression", "improve this NQL mapping…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Produce a coverage & quality profile of a Narrative dataset (or access rule): row count, per-column null/fill rate, cardinality, ranges, top-values, inferred column shape, and quality flags. Reads bundled stats + sample first, recovers missing/stale stats by configuring and recalculating them, and escalates to a cheap…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Write, validate, and (optionally) execute an NQL query against a Narrative dataset. Drafts the query from the user's question, runs narrativenqlvalidate until it compiles, explains the query in plain English, and only runs it on explicit approval (or when invoked with --run). Use when: "write an NQL query for X"…
narrative-io/narrative-skills-marketplace
Plugin Claude Code
Identity-graph workflows backed by the narrative-mcp server — pre-graph data-quality auditing, edge-quality analysis, and graph-build hygiene.
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Interactively build a Narrative identity graph workflow from one or more first-party datasets and (optionally) third-party data sources. Confirms each input dataset is mapped to the Rosetta Stone graph edge attribute (mapping it via /generate-rosetta-stone-mappings if not), then composes and submits a workflow that…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Compare your data to a partner's data in the marketplace. Given a dataset you already own with person/edge data, this skill walks you through picking a partner data source to match against, choosing which identifier types to match on, optionally selecting which enrichment attributes to attach, and then submits the…
narrative-io/narrative-skills-marketplace
Skill Claude CodeCodex
Audit a dataset or access rule before it joins an identity-graph build (access rules behave like datasets in NQL here). Enumerates failure modes (hub identifiers, high-degree nodes, suspicious values, over-connected identifiers), tests hypotheses in parallel, quantifies damage by rows / edges / entities, and proposes…
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Analyze a project or workspace to identify repeated patterns and propose abstractions for improved code reuse and maintainability.
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Review codebase changes and create well-structured conventional commits with Shortcut ticket links. Use when asked to commit, save changes, or prepare code for review.
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Write comprehensive ESDoc documentation for the specified code. Use when asked to document functions, classes, or modules.
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Run linting checks and fix all issues idiomatically. Never disables rules or suppresses errors.
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Migrate React components from Snowflake SQL queries to NQL using the useNqlQuery hook. Handles query design, case sensitivity, and React dependency optimization.
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Create a new PR for the current branch or update an existing one. Follows team PR best practices for titles, descriptions, and checklists.
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Analyze and improve a React/TypeScript code file following component composition, hooks, performance, and file organization best practices.
narrative-io/data-collaboration-mcp
Skill Claude CodeCodex
Create a new Shortcut ticket or rewrite an existing one with comprehensive specs including problem statement, requirements, SOC-2 compliance, and implementation plan.