Loading...
Loading...
Found 103 Skills
Conserve memory by reusing existing instances when working with large numbers of similar objects.
Stabilize workflows with Template Method or Strategy; extend by adding new classes instead of editing core logic
Decouple methods that execute tasks by sending commands to a commander object.
Add functionality to objects or classes without inheritance using mixins.
Share a single global instance throughout your application to manage global state.
Use this skill when you learn one or more design pattern(s) in the Langroid (multi) agent framework, and want to make a note for future reference for yourself. Use this either autonomously, or when asked by the user to record a new pattern.
Guide discovery through questioning techniques and pattern recognition for Clean Code, GoF design patterns, and architectural decisions. Use when coaching developers, facilitating design discussions, or helping teams discover solutions.
Game development orchestrator. Routes to platform-specific skills based on project needs.
Advanced web design patterns with AI-powered suggestions
Implements the Chain of Responsibility pattern in Python. Use when the user mentions chain of responsibility, CoR, or when you need to chain handlers that each process and pass to the next—validation pipelines, processing steps, transformation chains, or any sequential pipeline.
Object and class design patterns following Clean Code JavaScript.
Backend architecture patterns and best practices for scalable server-side applications.