Cloudflare Workers + React Router v7 + tRPC + D1/Drizzle + Better Auth conventions and commands for building SaaS applications on the edge
Maintains the living high-level architecture document with route maps, feature flows, and changelog
Generates Drizzle ORM migrations for schema changes with proper naming conventions
Scaffolds and maintains a structured docs/ directory with architecture context files and templates
Audits the codebase for DRY violations and enforces folder structure conventions
Executes feature implementations by delegating to specialized tasks based on requirements
Maintains high-level architecture documentation with visual diagrams and feature flows. Use proactively after implementing features, adding routes, or making architectural changes to keep the living architecture document current. Examples - 'update the architecture docs after adding the new recipe sharing route', 'refresh the route map and changelog after schema changes', 'add the meal planning feature flow to the architecture doc'.
Documentation specialist that maintains project context docs. Use proactively after implementing any new feature, making architectural changes, or completing significant work. Examples - 'update context docs after adding the new recipe sharing feature', 'sync the context.md index with the latest changes', 'update the API docs after adding new tRPC routes'.
Data analytics specialist for creating growth dashboards and insights. Use proactively when creating new database schemas, features, or when asked to add analytics, metrics, or reporting. Analyzes data models and implements time-series charts, KPI cards, and growth visualizations. Examples - 'add analytics for the new recipe extraction feature', 'create a dashboard section for meal plan usage metrics', 'implement growth charts for user signups'.
Logging specialist for adding structured debug logs. Use proactively when implementing features, debugging issues, or when trace logging would help understand code flow. Adds meaningful logs instead of AI-generated comments. Examples - 'add structured logging to the recipe extraction workflow', 'add debug logs to the authentication flow', 'instrument the meal plan creation with trace logging'.
Testing workflow specialist for verifying implementations. Use proactively after implementing any plan or feature to generate testing plans, verify functionality, fix issues, write e2e tests, and create test results documentation. Examples - 'test the recipe extraction feature end to end', 'create a testing plan for the new meal planning flow', 'write Playwright e2e tests for the authentication flow', 'verify the comment thread feature works correctly'.
Better Auth authentication patterns and conventions for this Cloudflare Workers project
Cloudflare Workflows patterns for background tasks and async processing
Context-based client pattern for passing external service clients through request context
Documentation hierarchy and maintenance rules for context docs and architecture files
Drizzle ORM database schema patterns and conventions for SQLite/D1
External network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
Uses power tools
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 casper-studios/casper-marketplace --plugin cf-saas-stackBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
A collection of Claude Code plugins for business automation, data analysis, and productivity.
Plugins are organized by workstream under plugins/.
| Workstream | Plugin | Description |
|---|---|---|
| bizdev | crm | CRM operations for companies, contacts, and notes via Attio |
| bizdev | research | Social media, web, and market research scraping |
| design | doc-format | AI-powered document, image, and flowchart generation |
| design | design-system | Casper Studios design system and Liquid Glass UI guidance |
| design | content-marketing | LinkedIn posts, video production, and YouTube tooling |
| engineering | code-review | Codebase audits for AI-agent readiness and code review |
| engineering | skill-authoring | Tooling for creating and updating Claude Code skills |
| engineering | marketplace-setup | Security hooks, safe .env loading, and privacy settings |
| engineering | git-pr | Planning, commits, PR management, code polishing, session handoffs |
| engineering | testing | Browser automation and testing |
| engineering | integrations | Google Workspace and universal third-party app integrations |
| engineering | cf-saas-stack | Cloudflare SaaS stack patterns - auth, database, workflows, emails, Stripe, and more |
| engineering | stack-patterns | Idiomatic usage patterns for React, TanStack Table, and better-all |
| product | data-analysis | Data analysis and storytelling for financial and RevOps contexts |
| product | csv-analyzer | CSV data analysis, profiling, and visualization |
| product | discovery | AI voice agent creation for client discovery and feedback calls |
| project-management | brain | Context management for consulting projects - company info, project PRDs, meeting transcripts |
| project-management | comms | Email triage and Slack channel automation |
# Install the skills CLI, then add everything from the marketplace
npx skills add https://github.com/Casper-Studios/casper-marketplace --all -g
The --all flag is idempotent — it installs new skills and overwrites existing ones. The CLI handles cloning, diffing, and symlinking internally.
npx skills add https://github.com/Casper-Studios/casper-marketplace --skill commit
npx skills add https://github.com/Casper-Studios/casper-marketplace --skill pr-comments
# Add the Casper Studios marketplace
/plugin marketplace add Casper-Studios/casper-marketplace
# Install a specific plugin (see table above for the full list)
/plugin install brain
/plugin install data-analysis
/plugin install git-pr
/plugin install stack-patterns
/plugin install cf-saas-stack
Add sync-skills.sh as a Claude Code hook to keep all marketplace plugins up-to-date automatically:
// ~/.claude/settings.json
{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "bash /path/to/sync-skills.sh",
"timeout": 60,
"async": true
}
]
}
]
}
}
Plugins are grouped by workstream under plugins/<workstream>/<plugin-name>/. Each plugin follows the standard Claude Code plugin structure:
plugins/<workstream>/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/ # Skills with SKILL.md and references/
├── commands/ # Slash commands
├── scripts/ # Utility scripts
└── README.md # Plugin documentation
To add a new plugin:
plugins/<workstream>/ (add a new workstream folder if none fits).claude-plugin/plugin.json manifestMIT
CRM operations for companies, contacts, and notes management via Attio
Google Workspace and universal third-party app integrations (Composio)
Guidance and tooling for creating and updating Claude Code skills
AI-powered document, image, and flowchart generation and formatting
Data analysis, visualization, and storytelling skill for financial and RevOps contexts
20-category solo-SaaS-founder platform — autonomous engineering OS, 18+ agents, 117 doctrine rules, 20+ slash commands, production forge script, LLM eval harness, MCP registry, DO agent scaffolding, RAG pipeline, multi-tenant subdomain provisioning, full-document processing (DOCX/XLSX/PDF/PPTX), and 32 AI-tool platform variants. One-line prompts to deployed Cloudflare Workers products.
SaaS Builder Guide - Build production-ready SaaS from design to deployment with 11 skill guides, 5 AI agents, and beginner-friendly FAQ
Build AI agents on Cloudflare Workers with MCP integration, tool use, and LLM providers.
Scaffold Cloudflare Workers, Hono APIs, D1/Drizzle schemas, D1 migration workflows, full-stack Vite+Workers apps, and TanStack Start SSR dashboards.
Cloudflare Workers, AI, Workflows, and VPC services development
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Originally from OpenAI's curated skills catalog.