uuid
Safe 70Generate unique identifiers with UUID
by 7Spade
Applications need unique identifiers to track entities, sessions, and records. This skill provides ready-to-use prompts for generating RFC9562-compliant UUID v4 random identifiers and UUID v7 timestamp-based identifiers.
screenfull-fullscreen-api
Safe 69Add fullscreen toggle to web apps
by 7Spade
Need cross-browser fullscreen support for your web application. This skill provides complete patterns for implementing fullscreen toggle buttons, immersive display modes, and presentation views using the screenfull library with Angular.
rxjs-patterns-for-angular
Safe 70Apply RxJS Patterns in Angular
by 7Spade
Angular developers struggle with complex reactive programming patterns and memory leaks from improper subscription management. This skill provides ready-to-use code examples and best practices for RxJS operators, Angular Signals integration, and proper cleanup with takeUntilDestroyed().
ng-alain-component-development
Safe 71Build ng-alain Enterprise UI Components
by 7Spade
Building enterprise Angular UI requires knowledge of ng-alain components, theming, and patterns. This skill provides ready-to-use code examples for ST tables, SF forms, ACL permissions, and responsive layouts following Angular best practices.
delon-util
Safe 70Use utility functions for data manipulation
by 7Spade
Complex data manipulation tasks require multiple helper functions. This skill provides ready-to-use utilities for array operations, string formatting, date calculations, and number formatting in Angular projects.
delon-cache-caching-strategies
Safe 70Implement Angular caching with @delon/cache
by 7Spade
Angular applications often make redundant API calls that slow down performance and increase server load. This skill provides ready-to-use patterns for implementing memory, LocalStorage, and SessionStorage caching with TTL expiration and HTTP interceptors.
blueprinteventbus-integration
Safe 71Implement Event-Driven Architecture
by 7Spade
Modules in large applications often become tightly coupled, making updates difficult and error-prone. This skill provides patterns and code examples for implementing BlueprintEventBus to enable loose coupling through events.
angular-cdk-integration
Safe 70Build Angular UI with CDK Utilities
by 7Spade
Creating drag-drop interfaces, overlays, and virtual scrolling lists requires deep knowledge of Angular CDK patterns. This skill provides ready-to-use code examples and best practices for implementing complex UI interactions in Angular applications.
angular-20-standalone-component
Safe 71Create Angular 20 Standalone Components
by 7Spade
Angular 20 introduces major syntax changes that improve performance and developer experience. This skill helps developers scaffold production-ready standalone components using Signals, new input/output functions, and modern control flow syntax.
figjam-plugin
Safe 71Develop FigJam plugins with two-thread architecture
by 7nohe
FigJam plugin development requires understanding Figma API constraints and WebSocket communication patterns. This skill provides guidance on building, debugging, and deploying plugins that render AWS architecture diagrams in FigJam canvases.
core-development
Safe 70Develop Figram core DSL processing package
by 7nohe
The Figram core package requires careful coordination across types, validation, normalization, and diff logic. This skill provides a structured workflow for extending DSL processing with type safety and consistent data flow patterns.
use-gemini-for-code-analysis
Low Risk 68Analyze Codebases with AI-Powered Gemini CLI Integration
by 727474430
Manually exploring large codebases wastes time and effort. This skill integrates Gemini CLI to provide instant AI-driven architecture analysis, pattern detection, and code relationship mapping across entire projects.
bug-diagnose-and-root-cause-and-fix
Safe 70Diagnose bugs and find root causes
by 727474430
Software bugs waste hours of developer time. This skill provides systematic root cause analysis, identifying exactly where and why errors occur. It delivers detailed diagnostic reports with specific code locations, step-by-step fix instructions, and multiple solution options.
code-conventions
Safe 71Enforce Code Conventions and Formatting Standards
by 5t111111
Inconsistent code formatting makes projects harder to maintain and review. This skill provides clear guidelines for code conventions and formatting, helping teams maintain readable and consistent codebases across Deno projects.
coding-standards
Safe 70Apply React 19 TypeScript coding standards
by 5MinFutures
Portfolio Buddy 2 developers need consistent coding patterns to maintain code quality. This skill provides documented standards for React 19 components, TypeScript types, and project organization.
architecture-reference
Safe 70Get Portfolio Buddy 2 architecture reference
by 5MinFutures
Quick reference for Portfolio Buddy 2 project structure. Contains component hierarchy, hook patterns, utility functions, and data flow documentation for faster development.
orchestrating-parallel-agents
Safe 71Run Multiple AI Agents in Parallel
by 4eyedengineer
Managing multiple related GitHub issues sequentially wastes time and delays delivery. This skill enables running several AI coding agents simultaneously using git worktrees, breaking large features into parallel waves of independent work for faster feature completion.
ai-maestro-code-graph-query
Safe 71Query Code Dependencies
by 23blocks-OS
Understanding code relationships prevents breaking changes. This skill automatically queries a code graph database to find callers, callees, serializers, and associations before you modify any component.
test-kitchen
Safe 71Explore implementations in parallel
by 2389-research
Development teams often get stuck on architectural decisions or default to one approach without comparison. This skill provides gate skills that offer parallel exploration before implementation and competition during implementation. Multiple variants are built and tested, letting real results determine the best approach.
using-xtool
Safe 71Build iOS apps without Xcode using xtool
by 2389-research
Developers who need to build iOS apps on Linux or Windows face the challenge of Xcode dependency. xtool enables Xcode-free iOS development using SwiftPM. This skill provides complete guidance for project setup, app extensions, and deployment.