Find the perfect skill
Release Preparation
Development
Automates version bumping in pyproject.toml and __init__.py, CHANGELOG updates, and package building. Helps streamline pre-release tasks.
Shell Scripting Best Practices
Development
Comprehensive guide to writing robust, maintainable, and secure shell scripts following modern best practices.
TypeScript Pro - Advanced Typing
Development
Focuses on advanced TypeScript typing including generics, conditional types, and mapped types for type-safe architectures. Helps optimize type inference, enforce strict compiler flags, and implement enterprise-grade patterns like decorators and metadata programming. Ideal for designing shared type systems and integrating with modern frameworks.
UI Development Server
Development
Starts the Vite/React development server with hot module replacement. Supports multiple environments (development, staging, production, e2e) and custom ports. Useful for rapid frontend development and testing with real-time updates.
DeepWork Jobs Management
Development
Creates and manages multi-step AI workflows by defining job specifications, reviewing them, generating step instructions, and learning from past runs. Helps streamline complex tasks that require multiple AI steps, such as data processing or content generation pipelines.
REST API Design and Implementation
Development
Provides guidance on REST API design principles (resource naming, HTTP methods, status codes) and implementation using FastAPI, including authentication with JWT. Useful when building or documenting API endpoints for web services.
New Product Generator
Development
Generates all required data for creating a new product in an admin dashboard or product catalog. It asks the user for the product name, type, and brief description, then automatically produces a slug, compelling marketing descriptions, and pricing tiers. Helpful for speeding up product launches by eliminating manual content creation.
Memory Autopilot Agent
Development
Automated memory management middleware that executes the Retrieve-Respond-Save cycle to maintain long-term memory. It silently retrieves relevant context before answering and stores new key information afterward, without requiring explicit user commands. Helps avoid repeating information and ensures conversational continuity.
Create Before-Push Validation Script
Development
Creates a comprehensive before-push validation script (b4push) for any project by analyzing the project structure, identifying check steps (quality, build, test, doc, e2e), and generating the script, package.json entry, and a Claude skill. Automates the setup of pre-push checks to catch issues before committing.
Implementation Plan Orchestration
Development
Orchestrates the execution of an implementation plan by delegating all coding tasks to specialized agents. Useful for coordinating agent teams on complex projects while respecting task dependencies and maximizing parallel execution.
Backend Architecture Design
Development
Guides the design of reliable backend systems and APIs by focusing on data models, trade-offs, and operational readiness. Helps when planning services, integrations, or data models with clear error handling, performance, and security considerations.
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.