Guide for Angular 21 patterns in the BIM frontend. This skill should be used when creating components, services, pages, guards, pipes, interceptors, or working with the Angular frontend in apps/front.
Guide for testing conventions in the BIM project. This skill should be used when writing tests, creating test fixtures, mocking ports, or understanding the test infrastructure across all packages.
Guide for BIM domain modeling. This skill should be used when creating entities, branded types, value objects, domain services, use cases, error classes, state machines, or working with the domain layer in packages/domain.
Guide for API routing patterns in the BIM project. This skill should be used when creating Hono routes, Zod validation schemas, error handling, middleware, or working with the AppContext dependency injection container.
Guide for TypeScript coding conventions. This skill should be used when writing TypeScript code, reviewing code quality, defining types, handling errors, or ensuring code follows project standards.
Comprehensive security audit for the BIM project. Use this skill to scan the entire codebase for vulnerabilities that could lead to server takeover, database tampering, or payment hijacking (fund diversion). Combines penetration testing, zero-trust…