Loading...
Loading...
Found 48002 skills
alexanderop
Generates and refactors Vue 3 composables adhering to best practices for reusable frontend logic.
alexanderop
Provides a domain model for workout blocks including types (strength, AMRAP, EMOM), operations, and persistence handling for fitness application development.
alexanderop
Provides Vitest-specific mocking patterns for tests, including module mocking, global stubbing, and test double strategies to verify behavior.
alexanderop
Generates Vue 3 integration tests using Vitest Browser Mode and Page Objects for UI interactions, navigation, and multi-component workflows.
alexanderop
Creates isolated Git worktrees for feature development with smart directory selection and safety verification to prevent workspace conflicts.
alexanderop
Verifies test effectiveness by introducing code mutations to identify weak or missing tests in software.
alexanderop
Provides a type-safe repository pattern for Dexie/IndexedDB with standardized CRUD operations and schema management.
feather-lang
Creates a version-controlled commit for completed work units, enabling seamless handoff between developers.
feather-lang
Enables implementation of new TCL built-in commands and subcommands within the feather tool.
feather-lang
Aligns built-in functionality with TCL scripting behavior to ensure consistent cross-language compatibility in development environments.
berlysia
Offers external code review and architecture validation using OpenAI Codex MCP for complex development challenges and debugging.
berlysia
Provides external perspective for code analysis, architecture advice, and debugging guidance through a read-only Codex CLI interface, offering suggestions without implementing changes.
berlysia
Provides expert guidance on React hooks best practices, including code review, performance optimization, and custom hook design.
berlysia
Analyzes and refines existing Claude Code Skills to enhance conciseness and effectiveness, optimizing for better performance and clarity.
berlysia
Provides guidance for creating conventional commit messages, determining commit scope, and applying semantic versioning best practices.
berlysia
Automates setup of Claude Code skills for web projects by generating configuration files and auto-update hooks.
alexanderop
Provides standardized testing conventions for Vitest and Playwright, covering query patterns, test isolation, and realistic user flows to ensure reliable and maintainable tests.
front-depiction
Designs and composes effect layers to manage dependencies cleanly in state management systems, enhancing code organization and maintainability.
front-depiction
Writes comprehensive tests for Effect-based applications using @effect/vitest and vitest, covering services, layers, time-dependent effects, and error handling.
front-depiction
Builds composable React components using Effect Atom for state management, avoiding boolean props and enabling reactive UIs.
front-depiction
Provides cross-platform abstractions for file I/O, process spawning, HTTP clients, and terminal operations to ensure code portability across Node.js, Bun, and browser environments.
front-depiction
Implements services as fine-grained capabilities to avoid monolithic designs, promoting modular and maintainable architecture.
front-depiction
Provides pattern matching utilities for discriminated unions and ADTs using Effect.match and Data.TaggedEnum, eliminating manual tag checks.
front-depiction
Enables reactive, testable state management in React using View Model pattern with Effect-Atom for bridging domain services and UI.