Find the perfect skill
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.
Nano-Banana Image Generation
Content
Generates images using Google's Nano-Banana (Gemini 2.5 Flash Image) model. Automatically enhances user prompts for better results. Supports resolutions from 1K to 4K, various aspect ratios, and flash/pro model options. Use when the user asks to create or generate an image.
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.
Forcemanager Automation via Rube MCP
Productivity
Automate Forcemanager operations through Composio's Forcemanager toolkit via Rube MCP. Always search tools first for current schemas before executing workflows. Helps when you need to connect, discover, and run Forcemanager tasks programmatically.
Global Conventions
Development
Ensures adherence to project-wide development conventions: consistent file structure, clear documentation, version control best practices, environment configuration, and dependency management. Helpful when organizing project files, writing READMEs, crafting commit messages, managing environment variables, or handling dependencies.
Worklog Task Management
Productivity
Updates worklog files by moving tasks between todo/doing/done states. Helps track progress, start new work, or mark tasks complete. Requires explicit arguments: state and description.
Comprehensive Code Review
Development
Comprehensive code review tool that analyzes code for security vulnerabilities, performance issues, style violations, team conventions, language-specific patterns, dependency freshness, and best practices. Use this skill when reviewing pull requests, specific files, staged changes, or entire codebases to ensure code quality and consistency.
Apple Notes - Note Manager
Productivity
Manage Apple Notes via the memo CLI on macOS. Create, search, and organize your notes without leaving the terminal. Fast, native integration.