Find the perfect skill
React Native Screen Component Creation
Development
Creates a React Native screen component file in src/screens/. Used when adding a new screen, such as 'home screen' or 'profile screen'. The skill generates a TypeScript file with a basic template including flexbox layout, StatusBar, and proper naming conventions.
Create GitHub pull request
Development
Pushes the current branch to remote and creates a GitHub pull request with a structured title and description. It follows project-specific formatting rules for PRs and auto-assigns the pull request to the current user. Useful when you need to submit changes for code review.
LSP Diagnostic Debugger
Development
Analyzes LSP diagnostic errors, warnings, and exceptions to identify their root cause. Provides clear explanations and multiple ranked solutions with code snippets, along with a recommended approach. Use this when you encounter an LSP error and need actionable debugging steps.
System Design & Architecture
Development
Guides the agent in analyzing, recommending, and documenting software system architecture and trade-offs. Use this skill for high-level design tasks such as component breakdowns, performance constraints, and architectural patterns.
Nix Package & Configuration Manager
Development
Automates Nix package and configuration management following Determinate Systems best practices. Handles adding, updating, and removing packages in a flake-based setup, with instructions for maintenance tasks like flake updates and profile upgrades.
Implementation Planning
Development
Create a detailed implementation plan based on research findings. Use after research is complete and before writing code to define success criteria, scope boundaries, and step-by-step tasks with verification. Helps structure work and prevent scope creep.
Enterprise NestJS Backend Development
Development
Expert in implementing enterprise NestJS applications with Clean Architecture, strict TypeScript, and event-driven design. Uses Yarn for package management and integrates PostgreSQL, MongoDB, and Redis for storage. Helps when building production-ready backend systems with robust error handling and multi-database support.
Shesha Workflow Code Generation
Development
Generates Shesha workflow artifacts for .NET applications using ABP framework with NHibernate. Creates workflow instances, definitions, managers, service tasks, extension methods, and FluentMigrator database migrations. Use when scaffolding or updating workflow-related classes, steps, conditions, or database tables in a Shesha project.
Bash Error Handling with thefuck
Development
Automatically suggests and applies corrections for failed bash commands using thefuck. Helps recover from command errors quickly, and provides a structured way to handle mistakes and frustration during development.
Git CD PR - Continuous Delivery
Development
This skill creates a Pull Request following a complete Continuous Delivery workflow. It runs intelligent QA, applies version labels (major/minor/patch) and feature flags, and triggers automatic code review if the plugin is installed.
leniu CRUD Development Standards
Development
This skill defines CRUD development standards for the leniu cloud canteen project, based on a three-layer architecture (Controller → Service → Mapper) without a separate DAO layer. It covers transaction management, pagination queries, concurrency handling, and code quality practices like null pointer protection. It is triggered when building new CRUD modules, creating Entity/DTO/VO/Service/Mapper/Controller, and handling transactions, concurrency, and code quality.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.