css-development:validate
Safe 65Validate CSS patterns in codebase
by 2389-research
CSS validation requires manual review of semantic naming, dark mode coverage, and Tailwind composition. This skill automates pattern checking and generates actionable reports with file and line references.
css-development:refactor
Safe 65Refactor CSS to semantic patterns
by 2389-research
Convert inline styles and scattered utility classes into maintainable semantic CSS. Add dark mode support while preserving existing visual behavior. Creates organized component styles that are easier to maintain and update.
css-development:create-component
Safe 65Create CSS components with semantic naming
by 2389-research
Creating consistent, maintainable CSS components is challenging without clear patterns. This skill guides you through building reusable components with semantic class names, Tailwind composition, dark mode support, and comprehensive test coverage.
css-development
Safe 67Create and validate semantic CSS components
by 2389-research
Creating and maintaining consistent CSS across a codebase is difficult. Developers struggle with naming conventions, dark mode support, and testing. This skill provides guided workflows for creating, validating, and refactoring CSS components with semantic naming, Tailwind composition, and dark mode by default.
git-commit
Safe 67Create git commits with conventional messages
by 21pounder
Creating meaningful git commits helps track project history and enables automated changelog generation. This skill analyzes staged changes and generates conventional commit messages automatically.
code-review
Safe 67Review code for quality and security
by 21pounder
Manual code review is time-consuming and error-prone. This skill provides systematic code analysis using Claude to identify bugs, security vulnerabilities, performance issues, and quality concerns across files or entire directories.
git-analysis
Low Risk 70Analyze git branches and commits
by 1natsu172
Understanding git repository changes requires running multiple commands and parsing output. This skill automates branch analysis, commit history extraction, and file change statistics for faster code review and PR preparation.
running-tests
Low Risk 65Run tests and fix failures
by 1gy
Manually running tests and analyzing failures is time-consuming. This skill automates test execution across different project types, detects test commands, runs tests, and handles failures by implementing fixes.
managing-branches
Safe 67Investigate and create Git branches
by 1gy
Managing Git branches can be confusing, especially when dealing with errors or sync issues. This skill automates branch investigation and creation while handling common problems like conflicts and uncommitted changes.
implementing-code
Safe 67Implement code changes and commit
by 1gy
Need to implement features or fix bugs. This skill provides a structured workflow for investigating code, making changes, and creating conventional git commits.
lovable
Safe 69Integrate with Lovable.dev projects
by 10K-Digital
Lovable uses two-way GitHub sync for frontend but requires Lovable prompts for backend operations. This skill provides exact prompts for deploying edge functions, applying migrations, and managing database operations without memorizing documentation.
explorer
Safe 67Explore codebases quickly
by 0xSero
Finding specific files and code patterns in large projects takes too much time. This skill provides fast, focused search and navigation capabilities to locate files, symbols, and definitions without deep analysis.
coder
Safe 68Implement code changes with AI assistance
by 0xSero
Need to write new features, fix bugs, or refactor existing code. This skill provides a focused AI subagent that follows project conventions and makes precise code modifications with minimal targeted edits.
architect
Safe 68Design Systems and Plan Architecture
by 0xSero
Complex software projects often suffer from unclear requirements and architectural decisions made without proper trade-off analysis. This skill provides structured guidance for system design, helping you clarify requirements, compare alternatives, and identify risks before implementation begins.
api-skill
Safe 63Create API endpoints and integrations
by 0xSero
Building APIs can be complex and time-consuming. This skill provides focused prompts to help design, implement, and test API endpoints efficiently.
review-code
Safe 70Review code like a senior engineer
by 0xmsc
Code reviews are essential for software quality but can be inconsistent without a systematic approach. This skill provides a structured workflow and comprehensive checklist covering quality, security, performance, and maintainability to ensure thorough, consistent reviews.
plan
Safe 69Plan complex tasks before implementation
by 0xmsc
Complex AI tasks often fail due to unclear scope or missing requirements. This skill provides a structured workflow for gathering requirements, drafting implementation plans, and getting user approval before writing any code.
develop
Safe 69Apply clean code development principles
by 0xmsc
This skill provides guidelines for writing maintainable code and following best practices during development. It helps developers create cleaner, more reliable software through structured planning and quality-focused workflows.
commit
Safe 72Write better commit messages
by 0xmsc
Writing clear commit messages is hard. This skill provides templates, conventions, and workflows for creating meaningful commit messages that improve code review and project maintainability.
python-fastapi
Safe 67Build production-ready Python APIs with FastAPI
by 0xkynz
Creating Python APIs requires understanding FastAPI patterns, async database access, and proper project structure. This skill provides expert patterns for building scalable APIs with modern Python tools.