By narrative-io
Identity-graph workflows backed by the narrative-mcp server — pre-graph data-quality auditing, edge-quality analysis, and graph-build hygiene.
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 unions every edge source and labels connected components. Use when: "build an identity graph", "generate an identity graph", "create an identity graph", "stitch these datasets into a graph", "make a graph workflow", "label connected components on these datasets", "I want a person graph / household graph / device graph". (narrative-identity)
Audit a dataset before it joins an identity-graph build. Enumerates dataset-specific failure modes (hub identifiers, high-degree nodes, behaviorally suspicious values, over-connected identifiers, source- specific quirks), tests every hypothesis in parallel against the data, quantifies damage by rows / edges / entities affected, proposes minimal filter expressions ranked by severity, and — when the audit finds issues — returns a validated `CREATE MATERIALIZED VIEW` NQL the caller can run to produce a graph-ready clean source. If the data passes the audit, says so plainly and recommends the source table unchanged. Plans, reports, and authors the clean-view NQL; does not execute it. Use when: "audit this dataset before the graph build", "find bad edges in <dataset>", "check identity data quality", "recommend filters for the graph build", "find hub identifiers in <dataset>", "quantify damage from <identifier_type>", "give me the clean-view NQL for the graph build", "pre-graph DQ". (narrative-identity)
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
An agent skills marketplace from Narrative I/O.
Interactive, AI-powered workflows that walk you through the recurring work of a modern data company — mapping schemas, writing NQL, qualifying leads, shipping code, building decks — one approval at a time.
Versioning. The marketplace as a whole ships under CalVer (
YYYY.MM.PATCH) — see the latest release for what's stable today. Individual plugins and skills carry their own SemVer in their manifests and may iterate between marketplace releases. Pin a release tag (e.g.git checkout v2026.05.0) — notmain— if you depend on a specific shape;mainmoves between tagged releases.
A marketplace of agent skills. Each plugin bundles one or more
skills — interactive slash commands like /write-nql or
/generate-rosetta-stone-mappings that turn a recurring task into a
guided, AI-augmented workflow.
Install the marketplace, type a slash command in your agent, and the skill takes it from there: it asks the right questions, does the research, drafts the artifact, and waits for your approval before acting on anything outside your repo.
Skills follow the Agent Skills spec and run
in any spec-compliant harness. The bundled bash setup installer has
two modes: a Claude Code path (uses the claude CLI to register the
marketplace) and a --portable path that builds a dist/ tree any
agentskills.io-compliant harness can consume — see
Install on other harnesses.
Every rendered SKILL.md is committed; CI fails if any rendered
file is stale relative to its .tmpl. Other harnesses can clone this
repo (or read from raw.githubusercontent.com) without running Bun.
Want the design philosophy? See AGENTS.md — "interactive, not reference," "drafts, not actions," "evidence over assumptions," etc.
git clone https://github.com/narrative-io/narrative-skills-marketplace
cd narrative-skills-marketplace
bash setup
setup registers the marketplace, installs every plugin listed
below, and regenerates the catalog in this README.
Requirements
PATHThe skills are spec-portable. Each plugins/<plugin>/skills/<skill>/
directory is a self-contained Agent Skill (rendered SKILL.md plus any
references/ / scripts/ / assets/). The discovery index lives at
skills.json; MCP server configs live under
mcp/.
To build a flat, plugin-namespace-free distribution at dist/:
bash setup --portable # or: bun run build:portable
This emits dist/skills/<skill>/ (one folder per skill, no plugin
nesting), dist/mcp/*.mcp.json, and dist/skills.json. Then:
npx claudepluginhub narrative-io/narrative-skills-marketplace --plugin narrative-identityCommon Narrative workflows backed by the narrative-mcp server — starting with Rosetta Stone attribute mapping generation, evaluation, and improvement.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses