| name | global-skills |
| description | Catalog of all specialized skills used across the GitData Monorepo project. |
📚 GitData Skills Catalog
This skill serves as a central index for all architectural guidelines in the GitData Monorepo.
⚙️ Core Architecture Skills
- fastify: Rules for Fastify endpoints, plugins, and backend logic.
- react-vite: Rules for React components, "mini layouts", and frontend architecture.
- code-quality: SOLID principles and "No Comments" policy.
- clean-architecture: Strict separation of concerns (Domain, Application, Infrastructure, Interfaces) for GitData API.
- css-structure: Mandatory rule to keep CSS files inside a styles/ folder.
- widget-i18n-architecture: Architecture rules for building UI widgets, i18n locales, and multi-theme logic.
- global-context: The "Master Rule" enforcing the monorepo architecture.
- no-browser: Total prohibition of the browser subagent.
- node: Node.js runtime configuration and best practices.
- readme-auto-sync: Mandatory automated README syncing.
- test-enforcement: Mandatory testing for business logic.
- github-api-hybrid: Guidelines for hybrid API querying (GraphQL + REST).
- widget-inference: Backend mathematical inference for advanced widgets.
🛠️ Usage guidelines
- Consistency: Follow Fastify and React patterns strictly in their respective apps.
- Quality: Every feature must be self-documented via code.