cambium-platform

Coordinate Cambium subsystem operations and integrations across Feature Millwork platform modules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ecnepsyroc-bot/Dejavara --skill cambium-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cambium-platform
Source: https://github.com/ecnepsyroc-bot/Dejavara/tree/main/deploy/skills/cambium-platform
Command: npx skills add https://github.com/ecnepsyroc-bot/Dejavara --skill cambium-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cambium Platform consolidates Feature Millwork systems to eliminate integration gaps, reduce runtime failures, and prevent deployment outages by unifying shop messaging, AutoCAD tooling, inventory, and factory order workflows while surfacing schema drift and dependency mismatches.

Core Features & Use Cases

  • Unified Architecture: Hexagonal modules, adapters, and shared event schemas to separate business logic from cross-cutting integration code.
  • Operational Safety: PostgreSQL-first database guidance, pre-push checks, migration counts, and explicit remediation notes for EF Core version conflicts and Railway schema drift.
  • Integrations & Tooling: SignalR real-time messaging, AutoCAD (Luxify) command bridge, React frontends (workflow builder, laminate inventory), and CI-friendly build/deploy commands.
  • Use Case: Audit a failing endpoint, identify missing Railway tables and EF Core mismatches, then generate a prioritized remediation and deployment plan to restore production laminate inventory functionality.

Quick Start

Analyze the Cambium platform and produce an actionable remediation plan addressing EF Core version conflicts, missing Railway tables, and AutoCAD bridge integration steps.

Frequently Asked Questions about cambium-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix EF Core version conflicts and missing Railway tables in PostgreSQL?

To resolve EF Core version conflicts and missing Railway tables, run schema verification against PostgreSQL, align EF Core package versions, and apply pending migrations. This Skill generates explicit remediation notes and pre-push checks to surface schema drift and prevent runtime failures in production.

How does SignalR real-time messaging integrate with React frontends and .NET workflows?

SignalR real-time messaging integrates with React frontends and .NET workflows by using hexagonal architecture adapters and shared event schemas. This design separates business logic from cross-cutting integration code, enabling reliable real-time updates across workflow builder and laminate inventory modules.

Can I bridge AutoCAD commands with a .NET backend for millwork automation?

Yes, you can bridge AutoCAD commands with a .NET backend for millwork automation. This Skill provides the Luxify AutoCAD command bridge to connect tooling operations with factory order workflows and laminate inventory systems during architecture design and deployment tasks.

What's the best way to audit a failing endpoint in a millwork automation platform?

The best way to audit a failing endpoint in a millwork automation platform is to verify PostgreSQL schemas, check EF Core version alignment, and inspect SignalR messaging logs. This Skill produces a prioritized remediation and deployment plan to restore production functionality.

Do I need PostgreSQL and EF Core to use the Cambium millwork workflow builder?

Yes, PostgreSQL and EF Core are required for the Cambium millwork workflow builder. This Skill enforces PostgreSQL-first database guidance and relies on EF Core for migration management to prevent deployment outages and schema drift.

Why does my laminate inventory deployment fail after migrating EF Core versions?

Your laminate inventory deployment fails after migrating EF Core versions due to schema drift and dependency mismatches between Railway and local PostgreSQL databases. This Skill applies pre-push validation and migration counts to identify and resolve these conflicts before deployment.