Find the perfect skill
Character Design Sheet
Content
Creates consistent character designs across AI-generated images using reference sheets, turnaround views, expression sheets, and color palettes. Leverages the inference.sh CLI to generate character concepts and maintain visual identity through techniques like FLUX LoRA training and detailed description anchoring. Useful for character design, game art, illustration, animation, comics, and visual novels.
Maintainer Decision Framework
Development
Provides a structured decision framework for maintainers to handle issues and pull requests consistently. Defines criteria for actions like closing, deferring, requesting more information, or prioritizing work. Use when you need to make a recommendation on an issue or PR, particularly before closing or deferring.
Frontend Error Handling
Development
Provides standardized patterns for handling API errors (404, 500) with user-friendly messages, React Error Boundary components for crash recovery, and retry logic for transient failures. Helps improve application robustness and user experience during network calls.
Claude Subagents Creator
Development
Provides a structured guide for defining, delegating to, and improving Claude subagents, including a mandatory 7-section format for delegation prompts. Helps when creating new subagent types, learning orchestration patterns, or debugging ineffective subagent usage.
Agentic Import
Development
This skill imports external reusable assets like skills, templates, or agents into a repository's v0.2 plugin architecture. It performs pre-flight checks to ensure the repository structure is correct and then delegates the actual import to the agentic-share skill. Useful for bringing in third-party or external assets while maintaining plugin integrity.
Web Application Testing
Testing
Use Playwright to test local web applications. Manage server lifecycle with helper scripts. Useful for debugging frontend behavior, capturing screenshots, and viewing browser logs.
Install Anthropic official skills
Development
Command to automatically install skills from the official Anthropic marketplace. Uses Claude Code's native installer.
Video Clipper
Content
Uses ffmpeg to create video clips from chapter timestamps or a single time range. Supports multi-chapter splitting of a full video into numbered clips, and single-snippet extraction for a specific segment. Helpful when you have a video file and want to split it into parts or extract a short segment.
K6 Testing
Testing
Testing for K6: testing and validation
Python Full Dependency Tree Resolution
Development
Resolves and returns the complete set of packages installed for a given Python package, including all transitive dependencies. Respects environment markers for a specific Python version.
PR State Diagnostics
Development
This skill reads the data/state.json file and produces a dashboard of all tracked pull requests, including status distribution, error entries, skipped PRs, and anomalies. It also supports detailed diagnosis of individual PRs by identifier to show full state information. It helps quickly identify stuck, errored, or stale PRs in an automated review system.
Create Reusable Custom Skills
Development
Create reusable command or skill scaffolds tailored to your project's recurring tasks.