Operates the Rosetta.md documentation system: scaffolds a Starlight docs site from rosetta-template into rosetta-docs/, personalizes it with project metadata and an overview, writes Diátaxis-compliant pages, and queries live docs via /llms.txt. Ships four topic presets — doc-auth, doc-db, doc-migrations, doc-patterns — each a thin layer over write-docs with a domain-specific playbook, runnable inline or in background. Use for any documentation workflow in a Rosetta-powered project.
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.
Documents the authentication layer of a project — sessions, tokens, middleware, guards, decorators, the permission model. Use when the user says "document auth", "write docs for authentication", "document the login flow", "document how sessions work", or similar. Runs the write-docs engine with an auth-specific playbook, and asks the user at the start whether to run inline (pause for clarifications) or in background (best-judgment, report when done).
Documents the database layer of a project — schema, tables, entities, relationships, ORM models. Migrations are covered separately by /rosetta:doc-migrations. Use when the user says "document the database schema", "document the tables", "document the data model", "write docs for the entities", or similar. Runs the write-docs engine with a db-specific playbook, and asks the user at the start whether to run inline or in background.
Documents the migration workflow of a project — how to add, apply, and roll back migrations; the tool in use; the team's process around destructive changes. Schema itself is covered by /rosetta:doc-db. Use when the user says "document migrations", "document how to add a migration", "write the migration runbook", or similar. Runs the write-docs engine with a migrations-specific playbook, and asks the user at the start whether to run inline or in background.
Documents the cross-cutting patterns in a codebase — decorators, middleware, filters on controllers, factory / repository / service conventions, the transversal techniques a contributor needs to recognize. Use when the user says "document the patterns", "document the conventions", "document how decorators are used here", "document the middleware stack", or similar. Runs the write-docs engine with a patterns-specific playbook, and asks the user at the start whether to run inline or in background.
Scaffolds a Rosetta.md documentation site into the current project at rosetta-docs/. Use when the user wants to set up docs, initialize documentation, bootstrap rosetta-docs, add a docs folder, or says things like "init rosetta", "scaffold starlight docs", "start a docs site for this repo". Clones the latest tagged release of rosetta-template (resolved from the remote at runtime — no manual version pin), installs deps with the user's preferred package manager (pnpm or npm), starts the dev or docker server, and verifies via /health.
Claude Code plugin for AI-native documentation. Scaffolds a docs site, personalizes it to your project, writes Diátaxis-classified pages, and queries live docs with citations.
Pairs with rosetta-template.
Add the marketplace (one-time):
/plugin marketplace add MarinCervinschi/rosetta-plugin
Install the plugin:
/plugin install rosetta@rosetta-md
Then reload:
/reload-plugins
Scaffold the docs site and start the dev server:
/rosetta:init-docs
The skill asks whether to personalize immediately. Say yes — it reads your project metadata and writes a branded splash + first overview page.
Write a new page:
/rosetta:write-docs "document the JWT auth middleware"
Use a topic preset (same engine, pre-framed for a domain):
/rosetta:doc-auth
/rosetta:doc-db
/rosetta:doc-migrations
/rosetta:doc-patterns
Ask the docs for a cited answer:
/rosetta:query-docs "how does auth work in this repo?"
| Command | Purpose |
|---|---|
/rosetta:init-docs [dev|docker] | Clone the template, start the server, offer to personalize. |
/rosetta:personalize-docs | One-shot. Brand the site from detected project metadata. |
/rosetta:write-docs "<topic>" | Write an MDX page. Classifies via Diátaxis, gates on pnpm check. |
/rosetta:doc-auth [context] | Preset: authentication. |
/rosetta:doc-db [context] | Preset: schema / entities / ORM. |
/rosetta:doc-migrations [context] | Preset: migration workflow. |
/rosetta:doc-patterns [context] | Preset: decorators / middleware / filters. |
/rosetta:query-docs "<question>" | Cited answer from your docs. Auto-invokable. |
Each doc-* preset runs inline (interactive) by default and asks at start whether to fork to background instead.
See CHANGELOG.md.
MIT — see LICENSE.
npx claudepluginhub marincervinschi/rosetta-plugin --plugin rosettaComprehensive 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.
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
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques