Loading...
Loading...
Found 16 Skills
Queue and PubSub patterns, background fibers, and graceful shutdown. Use for decoupling producers/consumers.
End-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration.
Architect Unity 6 data and decoupling with ScriptableObjects: config/data assets, shared runtime variables, event channels, and runtime sets/registries. Use when designing data-driven systems, replacing singletons/managers, creating .asset data with CreateAssetMenu, or when the user mentions ScriptableObject, SO architecture, or data assets.
Decouple methods that execute tasks by sending commands to a commander object.