carebridge-standards

Official

Enforce CareBridge coding standards.

AuthorHuman-Frontier-Labs-Inc
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill codifies CareBridge development standards to ensure case context preservation, Stripe integration, Next.js 15 async patterns, UI consistency with shadcn/ui, and secure database migrations. It prevents regressions and misalignment across the CareBridge codebase.

Core Features & Use Cases

  • Case context preservation: Enforces patterns to preserve the caseId across navigation and data loading.
  • Stripe integration patterns: Ensures consistent checkout metadata and payment flows.
  • Next.js 15 patterns: Requires awaiting dynamic params and proper async usage.
  • UI consistency: Recommends relying on shadcn/ui components to reduce UI drift.
  • Database security & migrations: Encourages proper RLS policies and migration workflows.
  • Common scenarios include adding pages, creating routes, and implementing secure data access.

Quick Start

Use this Skill when starting work in CareBridge to verify you follow the established standards. For example, when adding a new checkout page, consult this Skill to ensure correct metadata usage and async patterns are followed.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: carebridge-standards
Download link: https://github.com/Human-Frontier-Labs-Inc/human-frontier-labs-marketplace/archive/main.zip#carebridge-standards

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository