Find the perfect skill
Dispatching Parallel Agents
Development
Solve 3+ independent problems concurrently by dispatching separate Claude agents. Best for isolated failures with no shared dependencies or state.
Shopify Liquid Templates
Development
This skill provides best practices for Liquid templates in Shopify themes: snippet structure using the render tag, clean logic flow with the {% liquid %} tag, responsive image handling via image_tag, and inline SVG inclusion using inline_asset_content. It helps when creating or modifying Liquid templates to ensure performance, readability, and adherence to Shopify's recommended approaches.
Skill Hot Reload
Development
Manages skill activation across Claude sessions by injecting them into CLAUDE.md for next-session use.
Image Generation with Gemini
Content
Generate images directly in Claude Code using Google Gemini's image generation APIs. Supports fast drafts with gemini-2.5-flash-image or high-quality output with gemini-3-pro-image-preview, plus post-processing like watermark removal and background transparency.
Data Analysis
Data & AI
Load, clean, and analyze datasets of various formats. Create visualizations, detect patterns, and build predictive models using statistical methods. Ideal for exploratory data analysis, time series forecasting, and generating professional reports.
OHSpec - Requirements Analysis & Specification Design
Development
Multi-agent orchestration system for generating technical RFCs, analyzing requirements, and designing API contracts with strict quality gates and structured deliverables.
Workflow Audit
Productivity
Maps your workflow, scores tasks, and builds a prioritized automation plan to boost productivity.
Optimizing Staking Rewards
Data & AI
Compare and optimize staking rewards across multiple proof-of-stake blockchains and liquid staking protocols. It calculates net yields after fees, assesses protocol risks, and provides recommendations for maximizing returns.
Markdown Converter - File Transformer
Documentation
Convert documents and files to Markdown format. Transform PDFs, HTML, Word docs and more into clean, portable Markdown for easy editing and version control.
Schema Markup & Structured Data
Marketing & SEO
Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. Evaluate whether schema markup is appropriate, identify valid types, and deploy safely according to Google guidelines.
Code Quality
Development
Enforces a 500-line limit per file and mandatory JSDoc/Docstring comments for all functions and complex logic. Helps maintain consistent code quality and prevents overly long or under-documented files.
TypeScript Models for Appwrite
Development
Defines standard TypeScript interfaces for Appwrite Collections. Use when creating models for Tours, Users, or Bookings to ensure full type safety with standard Appwrite fields and enums.