Find the perfect skill
Conventional Commit Style
Development
Defines a conventional commit format (type(scope): description) with a minimal set of types (feat, fix, docs, chore). It helps standardize commit messages across projects by enforcing verbosity rules based on change size and a step-by-step workflow. Use this skill before every commit to ensure consistency.
Complete GitHub Integration
Development
This skill provides complete GitHub API integration for managing repositories, issues, pull requests, Actions workflows, and security alerts. It helps automate Git workflows directly from the AI coding assistant. Use it when you need to interact with GitHub programmatically without switching contexts.
Sales Lead Enrichment
Data & AI
Enriches leads and companies with deep research using parallel AI agents, web scraping, and data integrations (Apollo, AI Ark, Apify). Best used when you need to research a prospect, enrich a contact, look up a company, score a lead, or build a full prospect profile. Returns a comprehensive intelligence profile including company overview, person background, buying signals, lead score, and recommended outreach approach.
Reporting and tmux Workflow
Productivity
After completing any task, this skill automatically announces completion via the `say` command and renames the tmux window to the current directory name. It ensures timely notification and organized workspace management without extra clutter.
Snoonu Grocery Shopping - Cart Automation
Productivity
Automates adding grocery items to your cart on Snoonu (Qatar's delivery platform). It searches products via API, selects the best match (e.g., exact type, whole over processed), and adds them to cart using browser UI automation. Useful for ordering groceries from Monoprix or Lulu without manual browsing.
CoreWeave Repository Creation
Development
Guides users through creating a new CoreWeave GitHub repository using the cw CLI, with proper setup of team permissions, branch protection, and Backstage integration. Helpful when starting a new project that requires a standardized repository template.
Fix Notebook Errors
Development
Fixes errors encountered during Jupyter notebook execution. It addresses issues by either editing the notebook cells (if the problem is in the notebook logic or missing imports) or by patching the underlying Python source code (if the bug is in the library package).
Find Text in Markdown Files
Development
Searches for a phrase across all Markdown files in the project with case-insensitive matching. Displays the filename and a snippet of the matching line, or informs the user if no matches are found.
Fireflies Audio Upload
Data & AI
Upload audio or video files (MP3, WAV, M4A, MP4, MOV, WEBM) to Fireflies for transcription. Supports options like title, language, and a webhook URL for completion notification.
React Email - HTML Email Templates
Development
Use when building HTML email templates with React components. Helps create responsive, consistent emails for common use cases like welcome emails, password resets, notifications, order confirmations, and newsletters. Provides a component library and local preview server to streamline email development across major clients.
Python 3.11+ Modernization
Development
Applies Python 3.11+ modernization patterns including PEP 585/604 type hints, match-case, walrus operator, and Self type. Use when reviewing existing code for legacy patterns or writing new code to ensure modern idioms. Supports analyzing specific files or explaining individual topics.
Create Claude Code Skills
Documentation
Provides a template for creating Claude Code skills, demonstrating the single-file format with YAML frontmatter. Use it as a reference when defining new skills to ensure correct structure and metadata.