Loading...
Loading...
Found 48002 skills
KevinVitale
Updates the context-progress branch to track project status, completed tasks, and current work via Git commit --amend.
WesleyMFrederick
Enforces standardized commit messages with required scopes, discovers scopes from codebase structure, and prevents inconsistent commits under pressure.
git-qiaozq
Automates conversion of non-Maven Java projects to standard Maven structure by reorganizing directories, adjusting package names, and generating pom.xml.
WesleyMFrederick
Creates isolated Git worktrees for feature development with smart directory selection and safety verification to prevent workspace conflicts.
WesleyMFrederick
Systematically traces errors backward through call stack to identify root cause of bugs, invalid data, or incorrect behavior in software execution.
omerakben
Provides Redis and Upstash Vector integration patterns for implementing caching, rate-limiting, vector search, and memory systems in backend applications.
delaanthonio
AI-powered code review tool for assessing PR readiness, staged changes, and providing feedback on code quality.
omerakben
Provides data architecture patterns including single source of truth, type-safe facts.ts structure, and helper functions for managing project data.
WesleyMFrederick
Automates code implementation via subagents for independent tasks with built-in code reviews, enabling rapid quality-assured development iterations.
omerakben
An 8-mode brightness system implemented via CSS custom properties for theme switching, color token management, and brightness issue resolution.
terraphim
Verifies implementation against design through unit/integration testing, builds traceability matrices, and tracks coverage to ensure quality.
WesleyMFrederick
Creates a clean, verified Git worktree with committed state, dependencies, and passing tests before implementation begins.
WesleyMFrederick
Assesses software design against core architecture principles, grounding problem framing and solution design in nine key categories using contextual citation extraction.
omerakben
Fixes Next.js SSR hydration mismatches and enables client-only features with browser API integration.
WesleyMFrederick
Merges reviewed feature branches into main with a single squashed commit for clean version history.
WesleyMFrederick
Loads project-specific architecture principles and conventions to ensure all development work aligns with established standards across every workflow stage.
omerakben
Provides comprehensive testing protocols, E2E patterns, and quality gate execution for the omer-akben portfolio, including test writing and debugging.
terraphim
Generates Rust code for GPUI desktop UI components using Zed editor patterns, including themed components and state management.
WesleyMFrederick
Dispatches a code review subagent to validate implementation against requirements before merging or proceeding with major features.
shiiman
Pre-commit tool to verify files should be ignored in .gitignore, preventing accidental commits of sensitive or unnecessary files.
WesleyMFrederick
Guides developers through final branch integration steps, offering structured options for merging, pull requests, or cleanup after successful implementation and testing.
terraphim
Generates implementation plans with file changes, function signatures, and test strategies based on approved research, requiring human approval before execution.
nunomen
Automates Git commit and push operations with gitmoji-style commit messages for streamlined code versioning.
WesleyMFrederick
Enforces test-driven development by requiring tests to fail first, then writing minimal code to pass them, ensuring tests verify behavior.