Find the perfect skill
Add MCP Tools
Development
Guide for adding new MCP tools with consistent patterns for schemas, tool definitions, registry updates, and Better Auth integration.
Using glab (GitLab CLI)
DevOps
Expert guidance for using the GitLab CLI (glab) to manage issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line.
WebNovel Task Resume
Productivity
Recovers interrupted WebNovel tasks with precise workflow state tracking. Detects interruption point and provides safe recovery options.
Python Project Initialization
Development
Creates a complete Python project with documentation, development environment, and tooling. Perfect for starting a new Python project from scratch.
Hotwire Native Web Auth
Development
Implements web-based authentication for Hotwire Native iOS/Android apps reusing existing Rails auth screens.
SARIF File Parsing
Security
Parses and processes SARIF files from static analysis tools like CodeQL or Semgrep. Handles filtering, deduplication, and CI/CD integration of results.
Paper Review
Productivity
Set up and run a Google-Docs-style document review interface for LaTeX/Markdown in any repo. Bots reply in threads and apply accepted changes.
Skill Aliasing
Development
How to create a skill alias using a stub SKILL.md with a description pointing to the real skill.
Riverpod ProviderObservers
Development
Use ProviderObserver to listen to Riverpod provider lifecycle events for logging, analytics, or debugging. Override methods like didUpdateProvider to track value changes and name providers for clearer logs. Helps when you need to monitor provider state changes in your app.
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.
Five Whys Analysis
Development
Five Whys root cause analysis. Iteratively asks 'why' to drill past symptoms to underlying causes. Use for debugging, investigating failures, or understanding why something went wrong.
Connect Four
Development
Two AI agents play Connect Four on a 6x7 board. Orchestrate the game and display the board after each move.