Find the perfect skill
CatchAdmin CRUD Generator
Development
Generates a complete CRUD module from a database table definition, orchestrating 9 sub-skills to create migrations, models, controllers, and Vue pages.
Nuxt SEO - Configuration and optimization
Development
Helps configure SEO for Nuxt apps: site metadata, robots.txt, sitemap.xml, dynamic Open Graph images, and JSON-LD structured data. Use when setting up crawlability, social sharing, or rich search results. Works seamlessly with Nuxt Content for automatic SEO from frontmatter.
Skill Lister
Development
Lists all AgenticDev skills installed in the project by scanning the .claude/skills/ directory. Extracts metadata from each skill's SKILL.md file, including name, description, and available scripts, and presents it in a readable or JSON format. Use this at the start of a session to discover which skills are available or when verifying the project's skill setup.
Intelligent Git pull with conflict management
Development
Performs an intelligent git pull with automatic conflict management. Useful for syncing a local branch while preserving uncommitted changes via stash and offering conflict resolutions (--ours/--theirs).
Git Blame - Line-by-line Authorship
Development
Reveals who last modified each line in a file, including commit hash, author, and date. Use it to trace bug origins, identify code owners, or understand how a file evolved over time.
SQL Database Migrations with Zero-Downtime
Development
SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, SQL Server. Handles expand-contract patterns, blue-green schema migrations, and batch data processing with rollback procedures. Use when you need to evolve database schemas without service interruption.
UI MCP - Frictionless UI Framework
Development
Provides commands to interact with a UI server for building and running Lua-based UIs. Use it to display apps, execute Lua code, handle events, and manage checkpoints. Helps when developing or debugging interactive UI frameworks with a widget-based architecture.
Integrate Payram Payouts
Development
This guide explains how to integrate Payram's payout API to send cryptocurrency payments to recipients. It covers the complete payout lifecycle, from creation to status monitoring, and includes SDK usage examples. Use this skill when building automated disbursement systems or withdrawal functionality.
Structured Code Review
Development
Performs a systematic code review across five quality dimensions: correctness, security, style, architecture, and testing. It parses targets like staged changes, commits, ranges, or PRs, reads the full files, and produces a structured verdict with findings by severity. Best used as a gate before merging, after subagent work, or when a second opinion is needed.
Programming Ruby
Development
Covers idiomatic Ruby style and best practices including naming conventions, parentheses usage, control flow idioms, and block styles. Helps Ruby developers write code that is concise, readable, and follows community standards.
g-sui Go UI Framework
Development
Server-rendered Go UI framework that generates HTML entirely on the server and handles interactivity through server actions and WebSocket patches. Ideal for building dynamic web applications in Go without client-side JavaScript.
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.