Loading...
Loading...
Found 48002 skills
cowwoc
Provides a safe alternative to `git commit --amend` by verifying HEAD and push status to prevent accidental overwrites of pushed commits.
cowwoc
Automates merging subagent branches into task branches with conflict resolution and cleanup to streamline Git workflows.
cowwoc
Provides a streamlined alternative to `git rebase -i` for squashing commits with unified commit messages, enhancing commit history clarity.
cowwoc
Creates and registers hook scripts with robust error handling and configurable settings for seamless integration into development workflows.
cowwoc
Verifies safety before force pushes, rebases, or resets to prevent accidental data loss in Git workflows.
cowwoc
Safely removes code patterns across multiple files with validation and rollback capabilities for project codebase management.
cowwoc
Formats git diff output into a structured 4-column table with box characters for clear code review presentation.
delightful-ai
Creates custom Rust lints using Dylint and Rustc internals, implementing LateLintPass or EarlyLintPass for code pattern analysis.
wayneschuller
Generates reusable API test fixtures by capturing actual API responses for consistent and reliable testing.
cybaea
Provides coding conventions and development patterns for building Obsidian plugins and features.
aalmada
Provides instant access to common code patterns and project-specific conventions for efficient development workflows.
aalmada
Generates backend code for a new CREATE operation (POST endpoint) to handle resource creation in API development.
aalmada
Adds soft delete (tombstone) implementation for DELETE endpoints in backend development.
aalmada
Generates Marten projections to aggregate events from multiple streams into unified views for dashboards and summaries.
aalmada
Creates Marten Composite Projections to chain or group multiple projections for optimized event processing and daemon throughput.
aalmada
Generates Marten Single Stream Projection code to aggregate events from a single event stream into a view for entity details.
aalmada
Generates a paginated query operation for resource lists with filtering and built-in caching support, enhancing backend API development efficiency.
aalmada
Adds a new UPDATE operation (PUT/PATCH) to backend APIs for modifying existing resources, streamlining endpoint implementation.
aalmada
Generates Marten event projections for one-to-one event transformation and side-effect handling in event-sourced systems.
aalmada
Adds a GET endpoint for fetching single resources by ID with 404 handling, caching, and localization support.
blacktop
Refactors code for improved clarity, consistency, and maintainability while preserving functionality, focusing on recent changes.
blacktop
Enables CLI-based development, building, and deployment of iOS/macOS apps using Zed Editor and tools like XcodeGen and GitHub Actions.
blacktop
Profiles Rust applications using samply to identify CPU bottlenecks, enabling targeted performance optimization before code changes.
blacktop
Builds terminal user interfaces (TUI) in Rust using ratatui, covering Elm Architecture, state management, and performance optimization.