Auto-invoked knowledge skills for the Vivreal ecosystem — safe multi-tenant MongoDB query rules (vivreal-db), cross-stack Sentry tracing (sentry-tracer), the site product/authoring model (vivreal-sites), the portal design system (vivreal-design-system), the cost/margin/pricing model (vivreal-unit-economics), the brand voice (vivreal-brand-voice), and a per-repo knowledge digest for each Vivreal repo (portal, CMS/Secure/Main APIs, the public Client stack, EventHandler, Templates, site-renderer, MCP server, and the Outreach API). Skills load passively based on intent; install everywhere you touch Vivreal code or data.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Use when investigating what happened during a Vivreal user action across the stack, tracing an error end-to-end, validating a deploy, or doing tenant-scoped triage with Sentry. Teaches WHEN to trace cross-stack (frontend spans ↔ backend logs ↔ WebSocket events) and HOW (trace-ID propagation, the standard tag set, request_id fallback, service.* breadcrumbs). Triggers on: "what happened when I did X", "why did this error", trace this request, Sentry issue, deploy validation, "everything's broken for this group", crash, error timeline. For the full investigation agent with Sentry MCP tools wired in, dispatch the `sentry` agent / `/sentry-trace` (both in the `vivreal-sentry` plugin); this skill is the passively-loaded knowledge layer.
Use when writing, reviewing, or critiquing Vivreal marketing copy, messaging, or brand content — landing pages, pricing copy, social posts, cold email, ad copy, onboarding/in-app copy, taglines, or any customer-facing words. Teaches the defined Vivreal voice (the "Approachable Guide" register for non-technical SMB founders), the hard-banned words/patterns (em dashes, corporate fluff, developer jargon), the positive voice rules, an on-voice audit rubric, channel best-practices (founder-led LinkedIn spine, sequenced multi-channel, short-form video, one-primary-CTA, benefit-led copy, quantified social proof), and AI prompt scaffolding for staying on-voice. Triggers on: brand voice, tone, copy, messaging, marketing content, landing page copy, pricing copy, cold email, social post, ad copy, tagline, headline, value prop, positioning, on-voice, off-voice, jargon, CTA, social proof, founder-led, channel strategy. The `marketing-auditor` agent grounds in this skill; the `content-planner`/`content-creator` agents PRODUCE content to this voice. For funnel/conversion ECONOMICS use `principal-growth-auditor`; for internal cost/margin use vivreal-unit-economics.
The **public content-delivery stack**: deployed customer sites (Vivreal_Templates) call `VR_Client_API` to fetch content + run Stripe checkout + send emails, and every request first passes `VR_Client_Auth` — a tiny custom Lambda authorizer that validates the group's API key and injects tenant context. **This pair is the only Vivreal backend using API-key auth (not Cognito).** Read `C:\repos\VR_Client_API\CLAUDE.md` and `C:\repos\VR_Client_Auth\CLAUDE.md` for depth.
The CMS backend: collections, collection objects, integrations, media uploads, audit logging, content versioning. Maps to `NEXT_PUBLIC_CMS_URL`. Express + serverless-express on Lambda (Node 20, arm64), JavaScript, MongoDB/Mongoose, Cognito JWT via API Gateway, SAM. Read `C:\repos\VR_CMS_API\CLAUDE.md` for full route lists and depth.
Use when querying or exploring Vivreal's MongoDB — choosing which database (Vivreal mainDb vs general_shared vs pro_plus), which collection, how to scope a query to a tenant, or debugging "content created in the portal but missing on the site". Teaches the safe multi-tenant query rules and the dbKey vs group.key vs bucketname distinctions that are the
Claude Code agents, workflows, skills, and tooling for Vivreal — a multi-tenant CMS + distribution platform — packaged as a portable plugin marketplace so they're available from any repository on your machine, and authored so Claude dispatches them proactively without you naming them.
This repo is a Claude Code plugin marketplace. It contains thirteen plugins.
| Plugin | What it is | Use everywhere? |
|---|---|---|
vivreal-principal | 7 repo-agnostic principal-level agents: principal-coordinator, principal-coder, principal-architect, principal-researcher, principal-reviewer, principal-designer, principal-growth-auditor. | ✅ Yes — generalist. Safe and useful in any repo. |
vivreal-workflow | The Vivreal bug/feature workflow: coordinator + researcher/architect/coder/tester/reviewer/documenter/vuln role agents, their slash commands (/orchestrate, /coordinator, /research, /design, /implement, /test, /reviewer, /vuln-fix, …), and the shared-standards skill. | ✅ The repo-agnostic workflow generalists (coordinator/researcher/coder/reviewer/tester) work anywhere; the docs/bugs flow is most useful in Vivreal repos. |
vivreal-experts | 7 read-only system-expert consultants for the Vivreal ecosystem: portal, cms-api, secure-api, main-api, client-stack, event-handler, outreach-api. | ⚠️ Enable when you work across the Vivreal backend/portal repos. |
vivreal-knowledge | Auto-invoked knowledge skills: vivreal-db (safe multi-tenant Mongo query rules), sentry-tracer (cross-stack tracing), vivreal-sites (the site product/data/authoring model), vivreal-design-system (the portal UI/UX system — real component patterns + tokens + WCAG 2.2 + UX-psychology references), vivreal-unit-economics (the cost/margin/pricing model), vivreal-brand-voice (the Vivreal voice + marketing best-practices), and a per-repo digest for each Vivreal repo (portal, CMS/Secure/Main APIs, the public Client stack [vivreal-client-stack-knowledge], EventHandler, Templates, site-renderer, MCP server, and the Outreach API [vivreal-outreach-api-knowledge]). | ✅ Skills load passively from your intent and are cheap when idle. Enable everywhere you touch Vivreal code or data. |
vivreal-infra | Auto-invoked cross-cutting infrastructure skills that span repos: vivreal-lambda (deploy + scaling, with references), vivreal-auth-architecture, vivreal-site-deploy-pipeline, vivreal-iam-secrets, vivreal-atlas-topology, vivreal-media-cdn, vivreal-websocket-realtime. The AWS/Mongo/Amplify plumbing you touch regardless of which repo you're in. | ✅ Skills load passively from your intent and are cheap when idle. Enable everywhere you do AWS/deploy/scaling/ops work. |
vivreal-sentry | Active Sentry investigation tooling: the sentry agent (wired to the Sentry MCP) + the /sentry-trace command. Reconstructs the cross-stack timeline (browser → edge proxy → backend Lambda → MongoDB → WebSocket) for "what happened when I did X", error deep-dives, deploy validation, and tenant-scoped triage. The active companion to the passive sentry-tracer knowledge skill. | ✅ Enable anywhere you investigate Vivreal errors/deploys (requires the Sentry MCP connected). |
vivreal-ops | The vivreal-ops agent — a read-only investigator of running infrastructure: live AWS Lambda config/concurrency, Step Functions execution history, API Gateway, IAM, Secrets Manager, and MongoDB Atlas state. Investigates the deployed reality and recommends; fixes route to principal-coder/coder. | ⚠️ Enable when you do live AWS/Atlas ops investigation (best with the AWS Lambda + AWS docs + mongodb MCPs connected). |
vivreal-product | Three read-only product/business audit agents: finance-auditor (unit economics, gross margin, the AWS/Atlas/Anthropic cost stack, scale economics, the ~80% margin-floor guard), marketing-auditor (brand-voice + marketing best-practices critique of customer-facing copy), and ux-critic (dual-lens naive-user + UX-designer usability critique of portal/customer-site screens, with a Playwright walkthrough). All advisory — they evaluate and recommend; fixes route to principal-coder/coder, content-creator/content-planner, or designer/principal-designer. Grounded in the vivreal-unit-economics, vivreal-brand-voice, and vivreal-design-system skills. | ✅ Enable for product/business reviews (the ux-critic browser walkthrough needs the Playwright MCP). |
vivreal-fullstack | The fullstack-tracer agent (static cross-repo request-path tracing), the fullstack-context auto-loader skill, and the /fullstack end-to-end feature-scaffold command. | ⚠️ Most useful with the Vivreal repos as siblings under C:\repos\. |
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 claimnpx claudepluginhub hillbombcreations/vivreal-skills --plugin vivreal-knowledgeRead-only system-expert consultants for the Vivreal ecosystem — cms-api, secure-api, main-api, client-stack, event-handler, outreach-api, and the portal. Proactively dispatched when working inside a Vivreal repo and you need that system's architecture and gotchas.
The Vivreal bug/feature workflow — coordinator plus research, architect, coder, tester, reviewer, documenter, and vuln role agents, their slash commands (/orchestrate, /coordinator, /research, /design, /implement, /test, /reviewer, /vuln-fix, and more), and the shared-standards skill.
Auto-invoked CROSS-CUTTING infrastructure & architecture knowledge skills for the Vivreal AWS stack — Lambda packaging/deploy + reserved-concurrency scaling (vivreal-lambda), API Gateway + Cognito + the Client API key authorizer, the Step Functions + Amplify site-deploy pipeline, IAM + Secrets Manager, MongoDB Atlas topology/ops, the media CDN + S3 + CloudFront signing, and the WebSocket real-time API. Spans repos (unlike the per-repo digests in vivreal-knowledge). Skills load passively from intent; install everywhere you do AWS/deploy/scaling/ops work.
Active Sentry investigation tooling for the Vivreal stack — the `sentry` agent (wired to the Sentry MCP) and the /sentry-trace command. Reconstructs cross-stack timelines (browser → edge proxy → backend Lambda → MongoDB → WebSocket) from Sentry telemetry to answer "what happened when I did X", investigate errors, validate deploys, and run tenant-scoped triage. The active companion to the passive sentry-tracer knowledge skill in vivreal-knowledge.
Repo-agnostic principal-level agents — single-dispatch coordinator, coder, architect, researcher, reviewer, designer, and growth auditor. Proactively dispatched for design-then-build, audits, refactors, code review, and GTM analysis in any repository.
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.
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.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
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
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.
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.