Provides OctoCAT Supply Chain architecture documentation and specifications. Use this when you need to understand the entity model (Suppliers, Products, Orders, etc.), component relationships, or API contracts.
When implementing features that span multiple repositories, use this skill to gather relevant architecture context.
Use the get_file_contents tool to retrieve:
your-org/octocat-supply-platform/architecture/README.mdyour-org/octocat-supply-platform/architecture/entity-model.mdyour-org/octocat-supply-platform/architecture/components/your-org/octocat-supply-platform/specs/api/your-org/octocat-supply-platform/specs/features/your-org/octocat-supply-platform/docs/sqlite-integration.mdWhen creating issues in dependent repos, include relevant excerpts:
## Architecture Context
### From System Overview
<relevant excerpt>
### Entity Model
Entities: Supplier, Product, Order, OrderDetail, Delivery, OrderDetailDelivery, Headquarters, Branch
Relationships: Headquarters → Branch → Order → OrderDetail → Product; Supplier → Delivery → OrderDetailDelivery
### API Contract
<relevant Swagger/OpenAPI spec>
### Component Requirements
<relevant component spec>
This ensures Copilot agents in dependent repos have the context they need without having to fetch it themselves.