By MoxyWolfLLC
Framework-specific development best practices for React, Next.js, Supabase/Postgres, TDD, and Playwright E2E testing. Fills the engineering knowledge gaps that workflow orchestrators need to produce better code.
This skill should be used when the user asks to "create a Next.js page", "set up App Router", "use server components", "implement server actions", "configure Next.js caching", "add middleware", "optimize Next.js performance", "fix Next.js routing", or needs guidance on Next.js file conventions, RSC boundaries, data fetching patterns, async patterns (Next.js 15+), or 'use client'/'use server'/'use cache' directives.
This skill should be used when the user asks to "write E2E tests", "set up Playwright", "write browser tests", "test user flows", "automate browser testing", "fix flaky tests", "debug E2E failures", "add end-to-end testing", or needs guidance on Playwright locators, fixtures, page objects, accessibility testing, visual regression, mobile testing, or CI/CD test infrastructure.
This skill should be used when the user asks to "write a React component", "optimize React performance", "fix React re-renders", "reduce bundle size", "eliminate waterfalls", "improve React patterns", "review React code", or needs guidance on React hooks, server components, data fetching, rendering optimization, or component architecture best practices.
This skill should be used when the user asks to "write a Supabase query", "set up RLS policies", "create a migration", "optimize Postgres queries", "design a database schema", "use edge functions", "configure realtime", "fix database performance", or needs guidance on Supabase patterns, Row Level Security, connection management, indexing strategies, or Postgres best practices for SaaS applications.
This skill should be used when the user asks to "write tests first", "do TDD", "test-driven development", "write unit tests", "add test coverage", "create a test suite", "follow red-green-refactor", or needs guidance on testing workflows, test structure, mocking strategies, assertion patterns, or building confidence in code through automated testing.
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.
Canonical home for every plugin authored by MoxyWolf LLC, plus a bundle of the standalone skills used across the team. Hosted as a Claude Code / Cowork marketplace at github.com/MoxyWolfLLC/moxywolf-plugins.
Adding this marketplace on any Mac gives that machine all 16 plugins in one shot, with updates flowing from main whenever someone pushes a fix.
moxywolf-plugins/ ← repo root (this is the marketplace root)
├── .claude-plugin/
│ └── marketplace.json ← catalog (16 plugins)
├── README.md ← this file
├── plugins/ ← 15 MoxyWolf-owned plugins
│ ├── board-deck/ 0.2.0 PPTX board deck from LivePlan/GA4/Taskade/GitHub
│ ├── bibtex-builder/ 0.1.0 Build + enrich BibTeX with AI-generated abstracts
│ ├── council/ 0.6.0 Multi-model deliberation with vault-aware memory
│ ├── daily-ops/ 1.3.0 Energy-aware standup/triage/review + fitness coach
│ ├── dev-infrastructure-skills/ 0.1.0 React/Next/Supabase/TDD/Playwright best practices
│ ├── editorial-forge/ 0.1.0 AI content → author-owned via voice + DOB framing
│ ├── gstack-execution/ 0.1.0 Code review, security audit, debug, QA, ship
│ ├── obsidian-update/ 2.4.0 Vault-native personal OS + Council integration
│ ├── product-orchestrator/ 0.2.0 Council-backed product scope/arch/GTM decisions
│ ├── project-init/ 0.8.0 /init-project /session-start /session-end
│ ├── research-pipeline/ 0.1.0 Literature discovery, verification, synthesis
│ ├── saas-frontend-designer/ 1.0.0 Next/React/Tailwind/shadcn SaaS UI pipeline
│ ├── saas-pricing-engine/ 0.1.0 Pricing research, modeling, page copy
│ ├── team-kanban/ 0.4.0 Slack Canvas kanban from Obsidian/GDrive/Cal/Gmail
│ └── vtt-to-text/ 0.1.0 WebVTT captions → clean text
└── skill-bundles/
└── moxywolf-skills/ 1.0.0 26 standalone skills bundled as one plugin
The moxywolf-skills bundle contains: moxywolf, voice-injection, stigviewer-content-ecosystem, sorkin-dob-weekly-blog, blog-content-ecosystem, market-awareness-analyzer, podcast-booking-ladder, birds-of-a-feather-outreach, linkedin-thought-leadership, linkedin-analytics, daily-ops, refinement-prompts, plus the Anthropic reference skills (artifacts-builder, canvas-design, brand-guidelines, theme-factory, code-review-pro, database-schema-designer, api-documentation-writer, technical-writer, mcp-builder, skill-creator, dev-create-orchestrator, dev-review-orchestrator, screenshot-to-code, color-palette-extractor).
MoxyWolfLLC/moxywolf-plugins
claude plugin marketplace add MoxyWolfLLC/moxywolf-plugins
# install everything in one go
for p in board-deck bibtex-builder council daily-ops dev-infrastructure-skills \
editorial-forge gstack-execution obsidian-update product-orchestrator \
project-init research-pipeline saas-frontend-designer saas-pricing-engine \
team-kanban vtt-to-text moxywolf-skills; do
claude plugin install "$p@moxywolf-plugins"
done
If you need a one-off install without adding the whole marketplace, build a .plugin zip from any plugin folder and drag it into Cowork's Upload plugin dialog. No auto-updates this way.
cd plugins
zip -r ../board-deck.plugin board-deck/
# then drag board-deck.plugin into Cowork → Personal plugins → + → Upload plugin
This repo is the source of truth. The flow is:
~/Documents/GitHub/moxywolf-plugins/plugins/<name>/.version in that plugin's .claude-plugin/plugin.json. Without a bump Cowork won't notice the change — the version field is what gates updates.git push).claude plugin marketplace update moxywolf-plugins. Cowork has a Refresh button that does the same thing.Watch out for: don't set version in both plugin.json and marketplace.json. The plugin.json value silently wins, so a stale manifest version will mask the bump you made in the catalog.
npx claudepluginhub moxywolfllc/moxywolf-plugins --plugin dev-infrastructure-skillsEnergy-aware personal operations system with Full Inbox Intelligence and Fitness Coach. Combines Apple HealthKit/Oura sleep data, Google Calendar, Gmail inbox intelligence (5-query email scan with deduplication), Google Drive task persistence, and a data-driven personal fitness coach (Apple Health-aware workouts pushed to Google Calendar with iMessage notifications) into daily standups, backlog triage, weekly reviews, and daily workout prescriptions.
Build and enrich BibTeX bibliographies with AI-generated abstracts from URLs or uploaded .bib files
Generate MoxyWolf monthly board deck from LivePlan, GA4, Taskade, and GitHub (all-branch commit velocity) data
Multi-model AI deliberation with vault-aware institutional memory — structured consensus from multiple LLMs with self-learning routing, self-improving prompts, and bidirectional Obsidian vault integration.
Software development execution engine adapted from Garry Tan's gstack (MIT). Code review, security audit, debugging, QA testing, and shipping. Pairs with Product Orchestrator for the full decide-then-build loop. Browser testing via Rube Playwright.
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.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls