Skip to content

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

bash
claude install-plugin syncupsuite/webplatform4sync

Core 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.

bash
/init-stack new yourdomain.com
/init-stack import
/init-stack status
/init-stack auth

Construction 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.

bash
/optimize-onboarding           # Analyze only
/optimize-onboarding --apply   # Apply
/optimize-onboarding --full    # Complete optimization

Construction 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:

ConstructionShu-Ha-RiSkillPurpose
site:initshu:initinit-stackStack provisioning
site:envrcshu:envrcsetup-project-envrcEnvironment config
site:tuneshu:tuneoptimize-onboardingClaude Code optimization
site:scaffoldshu:scaffoldscaffold/greenfieldProject scaffolding
pour:platformha:platformmulti-tenant-platformTenant architecture
pour:neonha:neonneon-multi-tenantDatabase setup
pour:archarchitecture-introspectorArchitecture review
frame:authha:authgraduated-authAuthentication
frame:workerha:workercloudflare:workersWorkers authoring
frame:agentha:agentcloudflare:ai-agentAI agents
frame:mcpha:mcpcloudflare:mcp-serverMCP server
wire:ciri:flowcicd:github-actionsCI/CD pipeline
wire:deployri:shipcicd:deploymentDeployment
wire:secretsri:secretscicd:secretsSecrets management
finish:tokensha:tokenstheme-inspired-tokensDesign tokens
finish:themeha:themetheme-inspired-tokensFull theme
finish:a11yri:a11yaccessibility:wcagWCAG audit
finish:perfri:perfcloudflare:web-perfPerformance audit
finish:watchri:watchobservability:grafanaDashboards
finish:shipri:shipcicd:deploymentProduction 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.

Released under the MIT License.