1. Software Development
Found 33838 skills
verify-tests-fail-without-fix
dotnet
Verifies UI tests correctly fail when a bug is present, supporting test creation (failure-only) and full validation (with fix).
pr-finalize
dotnet
Verifies pull request titles and descriptions match actual code changes, ensuring development workflow consistency and clarity.
issue-triage
dotnet
Automates identifying and categorizing open GitHub issues requiring attention, such as milestone assignment, labeling, or investigation.
testing-python
jlowin
Provides utilities for writing, reviewing, and debugging Python tests with pytest, covering fixtures, mocking, and test design.
reviewing-code
jlowin
Reviews code for quality, maintainability, and correctness with focus on API design and coding patterns to provide actionable feedback.
git-master
code-yeongyu
Enables advanced Git operations including atomic commits, rebasing, squashing, and history analysis (blame, bisect, log).
repomix-explorer
yamadashy
Analyzes local or remote codebases for structure, file counts, and patterns using Repomix CLI for codebase exploration.
lint-fixer
yamadashy
Automates running and fixing code linting issues to enforce project style guidelines and maintain consistent code quality.
browser-extension-developer
yamadashy
Assists in developing and maintaining browser extensions for Chrome, Firefox, and Edge, including content scripts, background scripts, and i18n updates.
backend-dev-guidelines
langfuse
Comprehensive guide for backend development in a Next.js 14/tRPC/TypeScript monorepo, covering API design, database patterns, and testing strategies.
skill-developer
langfuse
Tool for developing and managing Claude Code skills, including rule configuration, trigger patterns, hooks, and debugging per Anthropic best practices.
db-migrations-and-schema-changes
letta-ai
Manages Alembic database migrations and schema changes for the letta-cloud core app, supporting SQLite and Postgres with uv and just workflows.
confidence-check
SuperClaude-Org
Conducts pre-implementation technical readiness assessment with duplicate checks, architecture compliance, and documentation verification to ensure ≥90% confidence before development.
confidence-check
SuperClaude-Org
Verifies pre-implementation readiness with ≥90% confidence through duplicate checks, architecture compliance, and documentation review.
domain-iot
rustfs
A toolkit for developing IoT applications, supporting device communication, sensor data, and edge computing.
m15-anti-pattern
rustfs
Identifies and addresses common code anti-patterns, code smells, and bad practices during code reviews to enhance maintainability and quality.
m11-ecosystem
rustfs
Assists with Rust crate integration, dependency management, and ecosystem questions including Cargo.toml configuration and feature flags.
m03-mutability
rustfs
Resolves Rust mutability errors (E0596, E0499, E0502) and borrowing conflicts using interior mutability patterns.
m05-type-driven
rustfs
Enables type-driven design in Rust to enforce compile-time validation and eliminate invalid states using patterns like newtypes and sealed traits.
m01-ownership
rustfs
Resolves Rust ownership, borrowing, and lifetime errors including E0382, E0597, and E0506 through context-aware solutions.
m06-error-handling
rustfs
Guides on Rust error handling patterns including Result vs panic usage, custom errors, and propagation best practices.
rust-learner
rustfs
Provides up-to-date information on Rust versions, crate details, and documentation from crates.io and docs.rs.
m09-domain
rustfs
Assists in creating and validating domain models, entities, aggregates, and business rules following Domain-Driven Design principles.
domain-cli
rustfs
Framework for developing Rust-based command-line interfaces with argument parsing, subcommands, and TUI features.