error-handler-advisor
Safe 63Improve Rust Error Handling
by EmilLindfors
Rust developers often struggle with proper error handling patterns. This skill proactively reviews code and suggests idiomatic improvements using Result types, custom error types with thiserror, and proper error propagation with the ? operator.
async-sync-advisor
Safe 71Choose async or sync patterns for Rust Lambda
by EmilLindfors
Rust Lambda functions often mix I/O and CPU workloads. This skill helps you choose the right concurrency pattern using tokio, rayon, or spawn_blocking for optimal performance.
async-patterns-guide
Safe 65Master Modern Rust Async Patterns
by EmilLindfors
Rust developers often use outdated async patterns that add unnecessary dependencies and performance overhead. This skill provides expert guidance on native async fn in traits, async closures, and helps migrate from async-trait to cleaner, faster code.
testing-test-writing
Safe 69Write Minimal Focused Tests for Critical User Flows
by EIS-ITS
Poor test coverage and overly complex tests slow down development and hide bugs. This skill provides guidance for writing focused tests that validate core user behaviors with clear names and mocked dependencies, ensuring fast execution and maintainable codebases.
global-tech-stack
Safe 69Apply Project Technology Standards
by EIS-ITS
Projects often fail due to inconsistent technology choices and duplicated tools. This skill ensures AI helpers follow your established technology stack including frameworks, databases, testing tools, and third-party services for architectural consistency.
global-error-handling
Safe 69Implement Robust Error Handling
by EIS-ITS
This skill helps developers write resilient code with proper exception handling, user-friendly error messages, and graceful failure management. It guides Claude Code to create error boundaries, implement retry logic, and ensure proper resource cleanup in any language.
global-coding-style
Safe 69Apply Clean Coding Standards
by EIS-ITS
Inconsistent code styles make collaboration difficult and increase maintenance costs. This skill provides AI with coding standards for writing clean, maintainable code following industry best practices. Developers use these guidelines to ensure their codebase remains readable and team members can understand each other's work.
frontend-components
Safe 70Build Reusable Frontend Components with Best Practices
by EIS-ITS
Frontend component development often leads to tightly coupled code that is difficult to maintain and reuse. This skill guides Claude Code to create modular, composable UI components following single responsibility principle with proper encapsulation.
backend-queries
Safe 70Write Secure Database Queries with AI Guidance
by EIS-ITS
Database queries often suffer from security vulnerabilities and performance issues. This skill provides Claude with expert guidance to write secure, optimized queries that prevent SQL injection and eliminate N+1 problems.
backend-models
Safe 69Design Database Models and ORM Entities
by EIS-ITS
Database models often lack proper validation and relationships. This skill provides clear guidance for defining database models with proper naming conventions, relationships, constraints, and data integrity rules.
backend-api
Safe 70Design RESTful Backend APIs
by EIS-ITS
Building APIs without consistent standards leads to confusing interfaces and maintenance challenges. This skill provides structured guidance for designing RESTful APIs that follow industry best practices for URL structure, HTTP methods, status codes, and versioning.
worktree-manager-skill
Safe 69Manage Git Worktrees for Parallel Development
by EGAdams
Managing multiple development branches simultaneously is complex and error-prone. This skill provides slash commands to safely create, list, and remove git worktrees with automatic port allocation and service management.
dev-tools-skill
Safe 71Debug web apps with Chrome DevTools MCP
by Eccentric-jamaican
Frontend bugs are hard to diagnose without the right tools. This skill provides guided workflows to identify and fix UI issues, performance problems, network errors, and console failures using Chrome DevTools MCP.
webapp-testing
Low Risk 68Test web apps with Playwright
by DYAI2025
Testing web applications manually takes time and introduces errors. This skill provides Playwright automation scripts and server management tools to verify frontend functionality, capture screenshots, debug UI behavior, and view browser console logs.
testing-anti-patterns
Safe 69Prevent Testing Anti-Patterns with TDD
by DYAI2025
Developers waste time writing tests that verify mocks instead of real behavior. This skill prevents five common testing anti-patterns by enforcing TDD principles and providing gate functions before each test decision.
test-driven-development
Safe 69Apply Test-Driven Development to Your Code
by DYAI2025
Writing tests after code proves nothing. This skill enforces TDD discipline by making you write failing tests first, ensuring your tests actually verify behavior and catch bugs before they reach production.
systematic-debugging
Safe 71Debug bugs systematically with four-phase framework
by DYAI2025
Random fixes waste time and create new bugs. This skill enforces a rigorous four-phase debugging process that ensures you understand the root cause before attempting any solution, preventing symptom fixes that mask underlying problems.
requesting-code-review
Safe 69Request code review for quality verification
by DYAI2025
Code issues caught early prevent costly fixes later. This skill dispatches a code-reviewer subagent to verify implementation against requirements before proceeding with development.
receiving-code-review
Safe 69Handle code reviews with technical rigor
by DYAI2025
Many developers blindly implement code review feedback without verification. This skill ensures you evaluate feedback technically before implementation. It promotes code quality and prevents unnecessary changes.
professional-senior-chrome-extension-architect-developer
Low Risk 75Build secure Chrome extensions with MV3 architecture
by DYAI2025
Building Chrome extensions requires understanding service workers, security patterns, and Chrome Web Store compliance. This skill provides architectural guidance, code templates, and security best practices for creating professional extensions with optional AI integration.