Find the perfect skill
Web Search Specialist
Data & AI
Expert web researcher skilled in advanced search techniques, information synthesis, and fact verification.
METAINFORMANT rules for protein database
Development
Guidelines for editing, testing, and reviewing code under src/metainformant/protein/database. Read AGENTS.md and follow global rules.
LibTV Video Production (Storyboard to Short Film)
Content
Create short videos from storyboards using LibTV CLI. Covers full pipeline: 9-grid storyboard, image2video generation, ffmpeg editing, prompt templates, and common pitfall solutions.
Create Skill
Development
Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.
Managing GitHub CI/CD
DevOps
Configure and manage GitHub Actions workflows, automated releases with Changesets, and Husky hooks. Troubleshoots CI failures.
ASC Metadata Sync
Development
Sync and validate App Store metadata and localizations using the asc CLI tool.
Understand Your Changes with /doi
Development
Analyzes the diff between your current Git branch and the default branch, then creates interactive multiple-choice questions about the changes. Use it to verify your understanding of vibe-coded modifications and track any unanswered questions as 'vibe debt' for later review.
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.
Generate commit message and commit
Development
Generates a descriptive commit message and commits all changes using git add -A.
Advertorial Expert Review System
Content
Multi-expert review system for advertorial pages. Orchestrates 10 specialized agents to review, score, and improve content until achieving a 90+ average rating.
HTML Anything
Development
Convert any input (idea, file, folder, URL, export) into a polished single-file HTML page with automatic design system selection.
Conventional Git Commits
Development
This skill enforces the Conventional Commits standard for Git commit messages. It guides you to select the appropriate commit type, optional scope, and write a concise subject line with an explanatory body when needed. Use it to keep a clean, informative commit history across your project.