Loading...
Loading...
Found 103 Skills
Share a single global instance throughout your application to manage global state.
Advanced web design patterns with AI-powered suggestions
This skill provides expert-level guidance for refactoring VS Code extension code. Use when extracting classes or functions, reducing code duplication, improving type safety, reorganizing module structure, applying design patterns, or optimizing performance. Covers systematic refactoring workflows, code smell detection, safe transformation techniques, and VS Code-specific patterns.
Use when reviewing an agent skill, SKILL.md package, or skill-like instruction document for design quality, missing patterns, portability, or agent usability before adoption or revision
Use a central mediator object to handle communication between components instead of direct coupling.
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.
Game development orchestrator. Routes to platform-specific skills based on project needs.
Component architecture, design patterns, state management strategies, module systems, build tools, and scalable application structure
Use when deciding between inheritance and composition in object-oriented design. Use when creating class hierarchies or composing objects from smaller components.
Expert guidance for designing Azure solutions using Azure Architecture. Covers reference architectures, solution ideas, design patterns, technology choices, architecture styles, best practices, anti-patterns, example workloads, and migration guides. Use when selecting architecture patterns, choosing Azure services, or implementing production-ready solutions.
Use factory functions to create new objects without the `new` keyword.
Create new GPUI components. Use when building components, writing UI elements, or creating new component implementations.