java-maven-helper
Safe 67Manage Java Maven Projects
by CuriousLearner
Managing Maven projects and dependencies can be complex and error-prone. This skill provides expert guidance for initializing projects, resolving dependency conflicts, configuring builds, and troubleshooting common Maven issues.
go-mod-helper
Safe 68Manage Go modules and dependencies
by CuriousLearner
Go projects require careful dependency management to maintain stability and security. This skill provides expert guidance on initializing modules, resolving version conflicts, and configuring Go projects for production environments.
dead-code-detector
Safe 70Clean Dead Code from Your Codebase
by CuriousLearner
Dead code bloats your codebase and increases maintenance burden. This skill analyzes your code to identify unused imports, variables, and functions that can be safely removed.
conflict-resolver
Safe 69Resolve git merge conflicts
by CuriousLearner
Git merge conflicts disrupt development workflow and waste time. This skill provides expert guidance to analyze conflicts, choose the right resolution strategy, and restore productive coding.
complexity-analyzer
Safe 70Analyze code complexity metrics
by CuriousLearner
Complex code is hard to maintain and prone to bugs. This skill measures cyclomatic complexity, cognitive complexity, and maintainability to identify refactoring opportunities.
code-reviewer
Low Risk 67Review code for quality and security
by CuriousLearner
Manual code reviews are time-consuming and inconsistent. This skill provides automated, comprehensive code reviews covering quality standards, security vulnerabilities, and best practices across any codebase.
code-formatter
Safe 69Format code across multiple languages
by CuriousLearner
Inconsistent code formatting slows down code reviews and increases merge conflicts. This skill formats code across 10+ languages using opinionated best practices and existing project configurations.
api-tester
Safe 67Test APIs with comprehensive validation
by CuriousLearner
Manual API testing is time-consuming and error-prone. This skill provides complete API testing methodologies including security checks, performance testing, and automated test generation.
writing-tests
Safe 69Write maintainable backend tests
by Crossbill-Highlights
Writing tests for backend code requires careful organization to ensure maintainability and coverage. This skill provides guidelines for creating test suites that stay maintainable as codebases grow.
review-architecture
Safe 68Review Architecture for Code Quality Standards
by Crearize
Ensure your code meets architectural standards and follows established patterns. This skill provides systematic architecture reviews for consistent, maintainable codebases across Spring Boot and Next.js projects.
refactor-code
Safe 68Refactor Code with AI Assistance
by Crearize
Manual code refactoring is time-consuming and risky. This skill provides systematic refactoring guidance including DRY principle application, complexity reduction, and regression prevention through AI-powered analysis and recommendations.
qa-check
Low Risk 68Automate quality checks before PR creation
by Crearize
Manual quality checks are time-consuming and error-prone. This skill automatically runs lint, tests, builds, and coverage verification to ensure code meets quality standards before pull request creation.
pre-commit-check
Safe 68Run pre-commit quality checks
by Crearize
Development quality checks slow down your workflow. This skill performs fast lint, test, and build validation on changed files only, enabling quick pre-commit verification without full project scans.
guard-regression
Safe 71Monitor Quality Regression During Refactoring
by Crearize
Refactoring can introduce subtle bugs that break existing functionality. This skill guides you through recording quality baselines before changes and systematically compares test results, build outcomes, and code coverage afterwards to detect regressions early.
generate-api-client
Safe 69Generate Type-Safe API Clients from OpenAPI
by Crearize
Developers spend hours manually creating API client code and types. This skill automates API client generation from OpenAPI specifications using Orval. It validates the spec, runs Orval to generate TypeScript client code, verifies the output, and confirms type correctness.
fix-bug
Safe 68Fix bugs end-to-end with full workflow automation
by Crearize
Bug fixing requires multiple steps across investigation, implementation, testing, and review. This skill automates the entire process from root cause analysis to PR creation, ensuring consistent quality and comprehensive test coverage.
develop-frontend
Safe 67Build Next.js React Frontends
by Crearize
Frontend development requires following specific project conventions, testing standards, and build processes. This skill provides step-by-step guidance for implementing Next.js/React features with proper component architecture, API integration, and test coverage.
develop-backend
Low Risk 68Build Spring Boot backends with tests and quality checks
by Crearize
Creating backend APIs with Spring Boot requires following proper patterns, database migrations, and passing quality gates. This skill provides a complete development workflow with test coverage requirements and lint validation.
check-migration
Safe 70Validate Flyway database migration files
by Crearize
Database migration conflicts and naming errors cause deployment failures and data integrity issues. This skill validates migration files for version conflicts, naming conventions, SQL syntax, and main branch conflicts before deployment.
create-feature
Safe 69Automate full-stack feature development end-to-end
by Crearize
Developing new features requires coordinating multiple tasks across backend, frontend, testing, and documentation. This skill orchestrates the entire development workflow from requirements analysis through automated quality checks to pull request creation, ensuring consistent quality standards.