Find the perfect skill
Relay Cursor-Based Pagination
Development
Master Relay's cursor-based pagination for efficiently loading large datasets with infinite scroll and load more patterns using GraphQL.
Task Clarity Scanner
Productivity
Scans daily notes formatted with a Personal Kanban structure. Identifies unclear or vague tasks, manages flow between Today's 3 and Ready columns, flags stale items, and supports task swaps. Use when reviewing your task list or managing your Kanban board.
Browser Automation with agent-browser
Testing
Automate browser interactions using the agent-browser CLI. Navigate pages, fill forms, click buttons, take screenshots, and extract data from websites. Ideal when a user needs programmatic web interaction such as testing, scraping, or automating repeated tasks.
Safe refactoring with test guardrails
Development
Safely restructures code by running tests before and after each change to ensure no behavioral changes. Ideal for /refactor commands or any code cleanup where preserving existing behavior is critical.
Conversation Quiz Generator
Testing
This skill creates multiple‑choice quizzes from the current conversation to test understanding of technical concepts, decisions, or code patterns discussed. It writes questions to a JSON file and launches an external quiz runner, then provides feedback based on the results.
Payment Gateway
Development
Processes payments securely via Stripe, PayPal, or ACH. Used for paying invoices, scheduling future payments, and managing payment methods. Includes full audit logging and webhook handling for payment confirmation and failure alerts.
Create New Claude Code Skill
Development
Helps you create a well-structured Claude Code skill following Anthropic's official structure. It guides you through steps like naming, description, scope, and generating the SKILL.md file. Useful when you need to create a new skill for personal or project use.
Content Creator - SEO Marketing Content
Marketing & SEO
Create SEO-optimized marketing content with consistent brand voice. Generates blog posts, landing pages and social content aligned with your brand guidelines.
Plan Improvements Tracker
Productivity
Document progress and mark completed tasks in PLAN_MEJORAS.md. Use after every improvement plan task.
Project Setup and Workflow File Generation
DevOps
Sets up new projects and generates workflow files such as CLAUDE.md, AGENTS.md, and Plans.md. It includes subskills for adaptive setup, project scaffolding, and generating configuration files. Use this skill when the user requests initialization or project setup, but avoid it for implementation or build tasks.
Converting Slash Commands to Skills
Development
Automates conversion of Claude Code slash commands to the Skills format. Handles YAML frontmatter restructuring, name transformation to gerund form, and description enhancement for better invocation triggers. Use when migrating from commands to skills or when asked to convert slash commands.
Pre-PR Preflight Check
Development
Runs a comprehensive set of checks on changed files before creating a pull request, covering TypeScript strictness, React patterns, route structure, data fetching, validation, environment variables, imports, dead code, security, git hygiene, performance, styling, dates, accessibility, and code style. Helps catch common issues early to speed up code review and reduce bugs.