with one click
monorepo-workflow
Rules for cross-package dependencies and monorepo structure.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Rules for cross-package dependencies and monorepo structure.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | monorepo-workflow |
| description | Rules for cross-package dependencies and monorepo structure. |
This skill ensures that the Kanbrio monorepo remains organized and that dependencies between packages are handled correctly.
apps/: Deployable units (API, Web, Live).packages/: Shared, reusable libraries (kanban-engine, lean-analytics, types).@kanbrio/ scope for internal packages (e.g., import { ... } from "@kanbrio/kanban-engine").apps/ should depend on packages/, but packages/ should never depend on apps/.packages/types triggers the necessary updates in both apps/api (Rust) and apps/web (TypeScript).The official Kanbrio development and review lifecycle using AI agents.
Naming conventions, function design, and readability standards.
YAGNI, simplicity, and continuous improvement mindset.
Procedures for database schema design for hierarchical tasks and event auditing.
Procedures for auditing third-party dependencies for license compatibility and ensuring open-source compliance.
Technical instructions for implementing probabilistic forecasting.