Find the perfect skill
Pre-Commit Checks
Development
Runs Ruff linting and formatting with auto-fix, then performs Mypy type checking on Python files. Use this skill before every git commit to catch errors early and meet CI requirements. It stages auto-fixed files if needed and reports pass/fail results.
View Pull Request Diff
Development
Shows the code diff of a pull request, including file changes and statistics. Helps when reviewing code changes, understanding the scope of modifications, or examining specific files.
CAD Isometric Voxel Art
Content
This skill enables the creation of Crossy Road-style isometric voxel art using the CAD-specific MCP tools in an AI-Native CAD system. It includes rules for z-ordering, local coordinates, and a predefined color palette. Ideal for building low-poly 3D scenes with isometric projection.
Automatic PR Labeling
Development
Automatically labels pull requests based on conventional commit types (e.g., feat: → enhancement, fix: → bug). Helps organize and filter PRs by category without manual effort.
Unreal Engine Build
Development
Automatically builds Unreal Engine projects after any C++ code changes, detecting the project's .uproject file and Unreal Engine installation. The skill runs compilation immediately when implementing or modifying C++ code, without requiring an explicit user request. It is essential for enforcing a test-driven development workflow by ensuring code compiles before testing.
Search Telegram Message History
Productivity
Search through Telegram conversation history and stored links. Find past messages, quotes, or links shared in chats using SQLite queries.
Spaced Repetition Flashcard Generator
Productivity
Generates spaced repetition flashcards from notes or topics for Obsidian. Creates atomic cards with multiple formats (single-sided, bidirectional, cloze deletion).
ML Environment Setup with PyTorch
Development
Guides creation of isolated ML environments with PyTorch, automatically detecting hardware (NVIDIA, AMD, CPU) to install the correct build. Useful when starting new ML projects or troubleshooting GPU/environment compatibility.
Technical Design Specification Generation
Development
Generate comprehensive technical design documents that translate approved requirements into actionable architecture specifications. This skill guides you through verifying prerequisites, reviewing requirements, selecting architecture patterns, and documenting components, data models, interfaces, and error handling. Use it after requirements are approved to create detailed design documents for new features.
Guidewire Upgrade & Migration
DevOps
Plan and execute Guidewire InsuranceSuite version upgrades and migrations between environments. Use when planning version upgrades, handling breaking changes, or migrating from self-managed to cloud. Helps assess current state, review breaking changes, and find upgrade paths.
GitHub Social Preview Image Generator
Content
Generates 1280x640 PNG social preview images for GitHub repositories using nano-banana-pro. Useful when the user mentions social preview, Open Graph image, or needs repository images for social media sharing.
Claude Code Skill Creator
Development
Interactively creates complex Claude Code skills with multi-file workflows. Follows official best practices using the built-in skill-creator tool.