By toporek
Local, auto-synced mirror of the Rocicorp Zero docs (ZQL, schema, mutators, permissions, zero-cache) so Claude answers from real docs instead of guessing.
A Claude Code plugin that mirrors the Rocicorp Zero documentation into local, grep-friendly Markdown so Claude Code answers Zero questions (ZQL, schema, mutators, permissions, zero-cache) from the real docs instead of guessing.
Compared to fetching zero.rocicorp.dev/llms.txt at question time: this is
offline, grep-able, version-pinned (SOURCE.md), auto-synced weekly, and the
skill triggers automatically whenever you work on Zero code — no network
round-trips mid-task.
In Claude Code:
/plugin marketplace add toporek/zero-docs-skill
/plugin install zero-docs@zero-docs
The skill activates automatically when you work on Zero-related code. New commits (including the weekly docs sync) reach installed users as plugin updates.
skills/zero-docs/ — the installable skill: SKILL.md router, generated
INDEX.md, and references/ (one Markdown file per upstream doc).scripts/sync.mjs — enumerates docs from a shallow clone of
rocicorp/zero-docs (for titles,
descriptions, and the pinned commit), fetches each page's build-rendered
markdown from zero.rocicorp.dev/docs/{slug}.md, and rewrites internal
links to local relative paths.npm run sync # re-pull upstream and regenerate (commit the result)
npm run sync:check # non-zero exit if committed output drifts from upstream
npm test # unit tests for the transform/index/collect modules
SOURCE.md records the upstream commit the current mirror was generated from.
A weekly GitHub Action opens a PR automatically when upstream changes.
Note (maintainers/forks): the weekly sync workflow opens PRs via
peter-evans/create-pull-request, which requires the repo setting Settings → Actions → General → "Allow GitHub Actions to create and approve pull requests" to be enabled.
Documentation content under skills/zero-docs/references/ is © Rocicorp,
mirrored from rocicorp/zero-docs and
zero.rocicorp.dev under the
Apache License 2.0, with mechanical modifications (fetched as
rendered markdown; internal links rewritten to local paths). The sync tooling
in this repo is also Apache-2.0.
This is an unofficial community project, not affiliated with or endorsed by Rocicorp. "Zero" and "Rocicorp" are names of their respective owners.
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.
npx claudepluginhub toporek/zero-docs-skill --plugin zero-docsUpstash 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.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
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.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.