Loading...
Loading...
Found 48002 skills
davidgasquez
Clarifies ambiguous requirements before implementation to prevent errors and ensure accurate development.
davidgasquez
Generates self-contained Python scripts with embedded dependencies using uv and PEP 723 for seamless installation and execution.
davidgasquez
Provides collaborative code review via multi-LLM input bundling for debugging, refactoring, and design advice.
dsifry
A four-phase debugging framework (root cause analysis, pattern analysis, hypothesis testing, implementation) to ensure thorough issue understanding before solution development.
dsifry
Enables fast iteration in software development by dispatching subagents for independent tasks with built-in code review quality gates.
dsifry
Dispatches a code review subagent to verify implementation against requirements before merging major features.
dsifry
Collaboratively refines initial concepts into structured designs through questioning and exploration prior to implementation.
skilluse
Generates Conventional Commits 1.0.0 compliant commit messages to standardize version control history and enable automated changelog generation.
skilluse
Enables incremental issue resolution using Git worktrees for parallel agent workflows, supporting simultaneous coding sessions.
jsnanigans
Enables React state management via BlaC library, supporting Cubits, Vertices, and inter-bloc communication patterns with useBloc hooks.
aniketpanjwani
Sets up local development environment for newsletter events plugin, including dependency installation and configuration verification.
starwards
Provides PixiJS v8 implementation patterns for Starwards frontend development, including containers, sprites, graphics, and Playwright testing.
starwards
Provides Colyseus-based multiplayer patterns for Starwards, including state synchronization, server authority, and avoidance of common pitfalls.
starwards
Verifies software completion by executing npm tests, checking E2E snapshots, validating TypeScript types, and confirming build success.
starwards
Manages npm workspace monorepo workflows including build order, dependencies, testing, and avoiding pitfalls with core modules built first.
starwards
Systematic debugging for Starwards framework using four-phase methodology, Colyseus state inspection, and multiplayer sync troubleshooting.
starwards
Test-driven development framework for Starwards game, including Jest unit tests, Playwright E2E tests, and multiplayer scenario testing.
starwards
Provides sandboxed GitHub API access via gh CLI for managing repositories, pull requests, issues, and artifacts.
rust-works
Guides on effective testing patterns and anti-patterns for writing, reviewing, and debugging tests in codebases.
rust-works
Provides SIMD optimization patterns for x86_64 and ARM, including AVX, SSE, and NEON, to enhance vectorized code performance.
rust-works
Provides bit-level optimization patterns for efficient data structure operations including rank, select, and popcount.
rust-works
Provides implementation details and debugging patterns for YAML semi-indexing, aiding in parsing and cursor navigation within YAML structures.
rust-works
Provides implementation patterns for JSON semi-indexing, including cursor navigation and balanced parentheses handling during JSON parsing.
vide
Automates GitHub issue resolution: reads issue, creates branch/PR, applies fix, runs tests, and merges on CI success.