Loading...
Loading...
Found 48002 skills
Crumbgrabber
Creates isolated Git worktrees for feature development with safety verification and smart directory selection to prevent workspace conflicts.
jarosser06
Manages GitHub workflows including issue tracking, pull requests, and branch conventions for efficient software development collaboration.
clostaunau
Comprehensive guide for Python type hints, static type checking with mypy, and modern annotation patterns (PEP 484+), used in code reviews to enforce proper typing.
brianfoshee
Provides architectural review and design guidance for Ruby on Rails applications using modern best practices and Basecamp production patterns.
clostaunau
Comprehensive guide to Python testing best practices, including pytest conventions, test structure patterns, fixture usage, and coverage standards for high-quality test suites.
jurabek
Provides Python code formatting, linting, and static type checking using Ruff and ty for code quality analysis.
Crumbgrabber
Automates software implementation through subagent-driven task execution with integrated code review for quality and rapid iteration.
Crumbgrabber
Requires verification command execution and output confirmation before claiming work complete, fixed, or passing to ensure correctness prior to commit or PR.
clostaunau
Comprehensive reference for Java best practices including SOLID, Clean Code, testing, and anti-patterns to guide code reviews and architecture.
Crumbgrabber
Guides developers through final branch integration steps, offering structured options for merging, pull requests, or cleanup after successful implementation and testing.
Crumbgrabber
Systematically traces errors backward through the call stack to identify the root cause of invalid data or incorrect behavior in software execution.
clostaunau
Provides comprehensive Django best practices for project structure, models, views, security, performance, and testing.
waiwai24
Detects memory leaks by identifying unfreed allocations and missing cleanup in error paths for long-running processes and resource management.
Crumbgrabber
Generates descriptive commit messages by analyzing git diffs, helping developers write clear version control messages.
d-o-hub
Automates iterative refinement cycles for code quality, performance, and testing through repeated validation and improvement steps.
Crumbgrabber
Prevents common testing anti-patterns including mocking without dependency understanding, testing mock behavior, and polluting production code with test-only methods.
Crumbgrabber
Automates generation of user-friendly release notes from git commit history, transforming technical changes into clear customer-facing changelogs.
escalante-bio
Provides tools for developing and managing user interface code in frontend applications.
waiwai24
Detects common errors in memset() usage, including argument order and size calculation mistakes, to ensure correct memory initialization.
Crumbgrabber
Requests automated code review via subagent to verify implementation against requirements before merging or major feature deployment.
clostaunau
Comprehensive guide to Python async/await patterns, best practices, and anti-patterns for efficient asynchronous code development.
waiwai24
Detects incorrect memory deallocation errors such as freeing non-heap memory, invalid pointers, and mismatched allocators in C/C++ programs.
Crumbgrabber
Builds complex multi-component HTML artifacts using React, Tailwind CSS, and shadcn/ui with state management and routing capabilities.
waiwai24
Detects unchecked memory allocation returns (malloc, calloc, realloc) to prevent null pointer dereferences in code analysis.