Find the perfect skill
Remove AI-generated code slop
Development
Inspects the diff between the current branch and a provided base branch, then removes AI-generated code slop such as unnecessary comments, defensive checks, casts, or stylistic inconsistencies. Outputs a short summary of changes made.
Capture Webpage to Figma
Development
Captures a live webpage as a Figma design using Playwright and a configured Figma design MCP. It handles both external sites (by bypassing CSP) and local servers (by injecting a capture script), then polls for completion. Useful for quickly turning any live page into a Figma frame for design review.
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.
GWT Git Worktree Management
Development
Manage Git worktrees with the gwt command-line tool for efficient branch-based workflows. Worktrees allow you to work on multiple branches simultaneously without stashing changes. gwt automates creation, switching, listing, and cleanup of worktrees, especially useful when context-switching between tasks or cleaning up after merging pull requests.
Code Quality Checker
Development
Runs ruff for linting and mypy for type checking on the codebase. It can auto-fix ruff violations and target specific directories. Useful for catching style issues, security warnings, and type errors before commit.
Markdown Task Management
Productivity
Manage tasks and projects using Markdown files with YAML frontmatter. Provides folder conventions (tasks, ideas, templates, etc.) and rules for recurring tasks, due dates, and tags. Helps keep project organization consistent when creating or editing task files.
Gmail Client - Read & Send
Communication & Writing
Read and send emails via Gmail directly from your terminal. Simple, fast email access without switching to a browser or desktop client.
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.
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.
Design System Guard for Lucid Labs
Development
Validates UI screens against Lucid Labs design system rules (brand colors, typography, layout, interactive elements, status displays, empty states). Use after implementing UI components to verify strict adherence and flag specific violations.
Memory Plan
Productivity
Create and manage implementation plans for multi-session projects. Use this skill to plan, track progress, mark tasks complete, or view the current plan status.
NotebookLM Manager
Productivity
Handles NotebookLM notebook operations including querying, adding, listing, searching, and toggling enable/disable/remove. This skill activates automatically when a NotebookLM URL is present or NotebookLM is mentioned, using a built-in Chrome agent for all browser interactions.