Loading...
Loading...
Found 48002 skills
Ankish8
Analyzes codebase to identify existing components, suggest variants or new components, and find reusable subcomponents to prevent duplication and maintain architecture.
DaleSeo
Automates migration of Deno projects to Bun, analyzing API compatibility and handling Deno-specific features like permissions and import maps.
DaleSeo
Optimizes production application bundles using Bun's native bundler, replacing alternatives like webpack and esbuild for faster builds and smaller sizes.
SethCalkins
Expert review and remediation of Swift concurrency patterns and errors for Swift 6.2+ codebases.
DaleSeo
Configures high-performance development servers with Hot Module Replacement for React and API applications, enabling live reload and Fast Refresh.
marvinleonbutlerii
Systematically enhances code design and maintainability through structured refactoring while preserving all existing functionality and test coverage.
marvinleonbutlerii
Provides a systematic, hypothesis-driven debugging methodology for identifying and resolving software issues efficiently.
SethCalkins
Enforces Swift concurrency best practices with deterministic blocking rules to prevent anti-patterns and thundering herd issues.
thbst16
Manages parallel development workflows using Git worktrees for multiple stories in BMAD projects, enabling multi-agent code sessions.
full-stack-biz
Manages Git Flow branching strategy for feature, release, and hotfix branches with semantic versioning for coordinated releases.
marvinleonbutlerii
Conducts comprehensive code reviews to ensure correctness, maintainability, and alignment with project standards before merging code changes.
DaleSeo
Configures Bun's built-in test runner with Jest-compatible APIs for faster unit, integration, and snapshot testing, including coverage configuration.
iamladi
Enforces TDD during implementation with configurable modes (strict, soft, off) via CLAUDE.md settings, auto-triggered by /implement.
tomdale
Manages stacked pull requests and Git branch workflows using the Graphite CLI (gt) for efficient code review and collaboration.
tomdale
Tool for creating new Claude Code skills, enabling developers to build model-invoked capabilities and multi-file workflows that integrate with the Claude platform.
tomdale
Develops, tests, and debugs terminal user interface (TUI) applications using tmux for rendering validation and UI issue resolution in development cycles.
jorgealves
Automates code reviews to identify logic errors and style violations during pull requests, maintaining high code quality standards.
jorgealves
Identifies CPU and memory bottlenecks in Python code using cProfile and memory_profiler for mission-critical service optimization.
jorgealves
Optimizes pytest test suites for speed, identifies flaky tests, and enhances test coverage to maintain high-quality, efficient testing pipelines.
jorgealves
Plans and executes major Python library upgrades, handling breaking changes for frameworks like Django and FastAPI.
AMTSupport
Compiles PowerShell code into a single output file by combining imported dependencies and applying post-processing steps.
consigcody94
Provides a comprehensive code review checklist and guidelines for software development teams.
jorgealves
Visualizes technical debt in codebases through heatmaps and metrics, highlighting areas needing refactoring based on complexity, test coverage, and TODO density.
jorgealves
Reviews asynchronous Python code for race conditions, deadlocks, and inefficiencies in asyncio, aiohttp, and FastAPI projects.