Skills Reference
Complete reference for all skills available through the SyncupSuite marketplace plugin. Each skill is a structured instruction set that adapts to your project context.
Install the Plugin
claude install-plugin syncupsuite/webplatform4syncCore Skills
multi-tenant-platform
Comprehensive 3-tier multi-tenant architecture. Produces tenant hierarchy, data isolation strategy, governance model, and domain mapping.
Construction frame: pour:platformShu-Ha-Ri frame: ha:platform
graduated-auth
Anonymous to Full Account authentication progression. Produces auth middleware, session management, RBAC policies, and Firebase + Better Auth integration.
Construction frame: frame:authShu-Ha-Ri frame: ha:auth
neon-multi-tenant
Neon PostgreSQL schema design with RLS, branch isolation, Drizzle ORM integration, and Hyperdrive connection pooling.
Construction frame: pour:neonShu-Ha-Ri frame: ha:neon
theme-inspired-tokens
Culturally-grounded design token generation. Produces DTCG JSON, CSS custom properties, Tailwind v4 @theme, and cultural provenance metadata.
Construction frame: finish:tokens / finish:themeShu-Ha-Ri frame: ha:tokens / ha:theme
Infrastructure Skills
init-stack
Interactive multi-service stack provisioning. Sets up GitHub, GCP, Firebase, Neon, Cloudflare, and Doppler.
/init-stack new yourdomain.com
/init-stack import
/init-stack status
/init-stack authConstruction frame: site:initShu-Ha-Ri frame: shu:init
setup-project-envrc
Create or update .envrc with standardized environment config. Auto-detects Firebase, Cloudflare, Node.js, Python, and GCP.
Construction frame: site:envrcShu-Ha-Ri frame: shu:envrc
optimize-onboarding
Analyze a project and optimize Claude Code configuration for its stack.
/optimize-onboarding # Analyze only
/optimize-onboarding --apply # Apply
/optimize-onboarding --full # Complete optimizationConstruction frame: site:tuneShu-Ha-Ri frame: shu:tune
Quality Skills
architecture-introspector
Analyze existing architectures, evaluate decisions, identify technical debt, and assess pattern justification.
Construction frame: pour:archShu-Ha-Ri frame: Used in Ha stage for evaluating deviations
Command Frame Mapping
Full mapping between Construction commands, Shu-Ha-Ri commands, and underlying skills:
| Construction | Shu-Ha-Ri | Skill | Purpose |
|---|---|---|---|
site:init | shu:init | init-stack | Stack provisioning |
site:envrc | shu:envrc | setup-project-envrc | Environment config |
site:tune | shu:tune | optimize-onboarding | Claude Code optimization |
site:scaffold | shu:scaffold | scaffold/greenfield | Project scaffolding |
pour:platform | ha:platform | multi-tenant-platform | Tenant architecture |
pour:neon | ha:neon | neon-multi-tenant | Database setup |
pour:arch | — | architecture-introspector | Architecture review |
frame:auth | ha:auth | graduated-auth | Authentication |
frame:worker | ha:worker | cloudflare:workers | Workers authoring |
frame:agent | ha:agent | cloudflare:ai-agent | AI agents |
frame:mcp | ha:mcp | cloudflare:mcp-server | MCP server |
wire:ci | ri:flow | cicd:github-actions | CI/CD pipeline |
wire:deploy | ri:ship | cicd:deployment | Deployment |
wire:secrets | ri:secrets | cicd:secrets | Secrets management |
finish:tokens | ha:tokens | theme-inspired-tokens | Design tokens |
finish:theme | ha:theme | theme-inspired-tokens | Full theme |
finish:a11y | ri:a11y | accessibility:wcag | WCAG audit |
finish:perf | ri:perf | cloudflare:web-perf | Performance audit |
finish:watch | ri:watch | observability:grafana | Dashboards |
finish:ship | ri:ship | cicd:deployment | Production deploy |
Contributing a Skill
Skills are markdown files with structured prompt instructions:
skills/
your-skill-name/
README.md # Documentation
skill.md # The skill prompt
examples/ # Usage examples (optional)A good skill encodes a repeatable pattern, is domain-specific, includes context on why the pattern exists, and adapts to different project configurations.
Submit via pull request to syncupsuite/webplatform4sync.