Find the perfect skill
SEO Keyword Research
Content
Performs SEO keyword research via the DataForSEO API to retrieve keyword suggestions, search volume, CPC, and competition data. It helps users generate keyword ideas for blog posts, landing pages, or content strategies, and supports both JSON and table output formats for easy analysis.
MemoClaw - Persistent Memory for AI Agents
Development
Persistent memory for AI agents with semantic vector search. Store facts and retrieve them by meaning similarity, no API keys – your wallet is your identity. Best for maintaining context across agent sessions or sharing memories between multiple agents with built-in deduplication and configurable TTL.
Content Governance Review
Content
Reviews content against HMS IT governance standards including style guide, word list, and platform-specific guidelines. Checks voice and tone, word usage, formatting, structure, and compliance with content type requirements. Use when reviewing emails, knowledge base articles, website pages, or documents for style consistency or governance compliance.
Solana Memecoin Launcher
Development
Plan and execute memecoin launches on Solana, covering token creation, tokenomics design, platform selection (pump.fun, Raydium, Jupiter), liquidity strategy, hype building, and anti-rug best practices. Helps optimize launch mechanics from concept to deployment.
Git Blame - Line-by-line Authorship
Development
Reveals who last modified each line in a file, including commit hash, author, and date. Use it to trace bug origins, identify code owners, or understand how a file evolved over time.
Initialize SDD Change Set
Development
Initializes a new SDD change set via the CLI after collaboratively deriving a kebab-case name and getting explicit user approval. Helps start a structured change proposal with the SDD tool, avoiding manual scaffolding.
Create Skill
Development
Interactive wizard for creating new Claude Code skills from templates. It guides you through naming conventions, type selection, file generation, and installation, with validation and reference examples for different skill categories.
Legacy System Modernization via Strangler Pattern
Development
Orchestrates legacy system modernization using the strangler fig pattern with gradual component replacement. Use when the user asks to run the `legacy-modernize` workflow and the task requires multi-step orchestration. Do not use for small, single-step tasks.
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.
Hotfix Flow
Development
Guides through a rapid bug fix workflow: reproduce, create a fix branch, apply minimal changes, test, create PR, and deploy. Useful when a critical bug needs immediate attention.
Commit with Graphite
Development
Commits staged changes using Graphite, automatically creating a new branch if on trunk and handling branch stacking. Generates conventional commit messages from the diff, updates PR metadata, and runs pre-commit checks. Best for developers using Graphite who want an automated commit workflow.
ShellCheck - Shell script linting
Development
Lint and fix shell script issues using ShellCheck. Detects common errors, explains their impact, and provides specific corrections.