Find the perfect skill
Skill Writer
Development
Guides users through creating Agent Skills for Claude Code, including writing SKILL.md files, frontmatter, and skill structure. Use when the user wants to create, author, or design a new Skill, or needs help with skill formatting and validation.
UCM - API Marketplace for AI Agents
Development
Provides access to an API marketplace with over 100 services and 217 endpoints, including web search, image generation, code execution, and more. AI agents can discover and call external capabilities using simple HTTP requests, with free registration and $1.00 credit. Useful when an agent needs capabilities not available natively, such as real-time data, media generation, or document conversion.
JSON Schema Validation
Development
Validates input data structure, types, and constraints using JSON schemas compliant with Draft 2020-12. Used when developing features like user registration, identity verification, or external API validation, providing detailed per-field error messages.
Multi-AI Pipeline Orchestrator
Development
Orchestrates a multi-AI pipeline with plan, review, implement, and review steps. Guides through creating a plan, refining it based on codebase research, running sequential reviews (Sonnet and Codex), implementing code, and conducting final reviews. Helps ensure code quality and approval before completion.
Frontend CSS Tailwind
Development
Guides writing consistent, maintainable CSS using Tailwind utility classes and design system tokens. Helps minimize custom CSS by leveraging framework utilities, and ensures production optimization through tree-shaking and purging. Best used when implementing Tailwind in React components, configuring theme extensions, or maintaining design consistency.
Skill Improver
Development
Researches current best practices for AI coding skills and applies improvements through web search and parallel analysis. Helps when a skill feels outdated, incomplete, or less effective than modern standards.
Code Reviewer
Development
Perform structured code reviews that identify bugs, security issues, performance problems, and maintainability concerns. Provides prioritized, actionable feedback with specific fix suggestions.
Explore - Internal Codebase Exploration
Development
Meta-skill for exploring internal codebases at varying depths (quick, deep, architecture). Read-only workflow with interactive guidance.
Start PRD Implementation
Development
Initiates active implementation work on a specified Product Requirements Document (PRD). It validates PRD readiness, creates a git branch, and prepares the development environment before delegating task identification to the prd-next skill. Helps when beginning work on a new PRD.
Next.js API Endpoint Generator
Development
Creates Next.js API routes using Prisma and Neon PostgreSQL, including CRUD endpoints for products, sales, expenses, and stock movements. Includes JWT authentication and handles offline sync payloads.
Tech Stack Selection
Development
Guides technology selection decisions to align with the company's opinionated, approved tech stack. It catalogs approved technologies by layer, defines approval tiers (approved, conditional, exception required), and enforces a formal exception process for any technology outside the catalog. Trigger this skill whenever a runtime, framework, database, or infrastructure choice is being made for a project.
Claude Code Statusline Configuration
Development
This skill generates bash scripts to customize the terminal status line in Claude Code. It provides preset configurations (minimal, informative, developer, system, bluera) and supports themes, modules, and helper functions, helping users tailor real-time context display when working with Claude Code.