Find the perfect skill
Skill Creation Guide
Development
Structured guide for creating a new AI coding skill from scratch, covering directory structure, frontmatter, and best practices. Helps when building a reusable SKILL.md file with proper organization.
Scientific Schematics with AI
Content
Generate publication-quality scientific diagrams using Nano Banana Pro AI with smart iterative refinement. Gemini 3 Pro evaluates quality and only triggers regeneration if below your document-type threshold. Specializes in neural networks, system diagrams, flowcharts, biological pathways, and complex scientific visualizations.
Node.js Backend with Express and TypeScript
Development
Node.js 20 LTS runtime for building Express and TypeScript backend services. Handles async operations, database connections with PostgreSQL, image processing with Sharp, and environment configuration. Use when working on server-side JavaScript with modern module system and TypeScript.
Fireflies Meetings Management
Productivity
Manages active meetings and adds the Fireflies bot to calls. Useful for listing ongoing meetings or adding the bot to a meeting URL.
PDF Reading and Analysis
Productivity
Extracts and analyzes text and visual content from PDF files. Supports summarizing, extracting specific information (tables, code, references), and comparing multiple PDFs. Includes a Python utility for batch operations. Best used when the user provides a PDF file path or requests PDF content analysis.
Stripe Testing and Debugging
Development
Test and debug Stripe payment integrations end-to-end. Simulate payment flows, verify webhook handling, diagnose failed charges, and validate subscription lifecycle. Useful when ensuring Stripe integrations work correctly in development or production.
OpenAI Codex Integration
Development
Send prompts to OpenAI Codex CLI via /codex command, then process the output in various modes: review, compare, integrate, or raw. Useful for collaborative coding where Claude analyzes or refines Codex's solutions.
Database Operations
Development
Manages PostgreSQL database via Prisma for a backend project. Runs actions like migrations, seeding, reset, Prisma Studio, schema inspection, client generation, and status checks. Use when you need to modify or inspect the database, such as applying new migrations or seeding test data.
Simple URL Fetch
Development
Fetches content from a given URL using a simple CLI command. Useful for retrieving web pages or documentation as a demonstration of the MCP skill pattern. Returns the fetched content and prints a success message with byte count.
High-Converting Landing Pages
Marketing & SEO
Build optimized landing pages with AIDA/PAS copywriting, Tailwind design, and conversion analysis. Complete workflow from discovery through A/B testing and audit.
iOS/macOS i18n Translation Management
Development
Manages iOS/macOS localization *.xcstrings files by cleaning stale entries, detecting missing translations, and adding simplified/traditional Chinese translations. Helps maintain translation consistency and completeness across app localizations, especially when adding new strings or updating existing ones.
Monorepo Build with Turborepo
Development
Builds all packages in the Topographic Studio monorepo using Turborepo. Reports build errors with specific package names and error messages (TypeScript, import, missing files). Provides a summary of successfully built packages and build time.