Find the perfect skill
Review Pull Request GitHub
DevOps
This skill analyzes a GitHub pull request by fetching its metadata, diff, and comments, then sets up an isolated worktree for code review. It checks dependency changes in pyproject.toml, CI lint status, and related issues, and performs deep code analysis on changed files. Use this when you need a comprehensive, automated PR review with local context and dependency validation.
Alchemy Hello World
Development
Create a minimal Alchemy Web3 example: get ETH balance, fetch NFTs, read token balances. Use when starting blockchain development, testing Alchemy setup, or learning basic blockchain query patterns.
One Inbox
Productivity
Consolidate multiple inboxes into one for streamlined email management.
Building Claude Code Agents
Development
Expert at creating and modifying specialized Claude Code agents with independent context, modular architecture design, and advanced YAML configuration management.
SEO Audits & Optimization
Content
Deterministic LLM-first SEO audits for websites, blog posts, and GitHub repositories. Includes 16 sub-skills and 89 scripts for comprehensive analysis.
Text Humanizer
Content
Remove AI writing patterns and make text sound human, preserving complexity and length. Uses 38 documented patterns and style mirroring.
Verification Gate before Completion
Development
This skill enforces a verification gate before claiming tasks as 'done' or 'fixed'. It runs a checklist tailored to the workflow type (build, debug, refactor) with evidence requirements and verification types. Helps catch incomplete work and reduce assumptions by requiring concrete outputs or observations.
Request Validation
Development
TypeScript-based input validation for API requests and video data structures. Ensures type safety at API boundaries with type guards and field-specific error messages. Use to validate RenderRequest and RecapBook data in Express handlers.
Context Restoration
Data & AI
Advanced semantic context retrieval and reconstruction for multi-agent AI workflows. Preserves project knowledge with high fidelity.
Flutter Expert
Development
Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Expert in high-performance, multi-platform applications.
ITOps Agent Platform Developer Assistant
Development
A development assistant for building an enterprise-level IT Ops multi-agent automation platform, covering frontend, backend, Docker deployment, CI/CD, and database migrations.
Go Performance Analysis
Testing
Runs Go benchmarks with memory stats to identify optimization opportunities. Parses results like ns/op, B/op, allocs/op to find hot spots. Helps developers reduce allocations, improve throughput, and compare performance changes.