بنقرة واحدة
monorepo-workflow
Rules for cross-package dependencies and monorepo structure.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Rules for cross-package dependencies and monorepo structure.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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).