Find the perfect skill
Orchestration Tools Reference
Development
Comprehensive reference for orchestration tools including AskUserQuestion, agent types, and task management. Helps structure complex work by breaking down requests, asking rich questions, and coordinating subagents effectively.
List Open Pull Requests with Priorities
Development
Displays open pull requests sorted by priority and review status. Useful for quickly seeing pending, approved, or change-requested PRs.
Dockerfile Best Practices
DevOps
Create and optimize Dockerfiles with BuildKit, multi-stage builds, advanced caching, and security. For creating, optimizing, or securing Docker images.
Checkout Git Branch with Conventional Naming
Development
Creates and checks out a new git branch with conventional naming (type/description). Use it to start working on a feature, fix, or task while following naming conventions.
Remove AI Style
Content
Reviews and adjusts writing style to remove obvious AI-generated patterns, making text read more naturally and human-like. Supports Chinese and English articles with three intensity levels (moderate, heavy, full) to control how aggressively AI patterns are removed.
Rust Patterns for Video Processing
Development
Provides Rust development patterns for video processing: trait abstractions for swappable capture sources and processing effects, error handling with anyhow/thiserror, CLI parsing with clap, structured logging with tracing, and Linux v4l2 device I/O. Helps when building modular, performant video pipelines in Rust.
SkillForge - Intelligent Skill Router
Productivity
Analyzes any user input (prompts, errors, tasks) to either recommend an existing skill, enhance an existing one, or create a new skill from scratch. Uses a multi-phase triage and analysis process to ensure no duplicate efforts and to produce high-quality skill definitions. Ideal for quickly finding the right tool or building a custom skill to automate a task.
Spike Summary
Documentation
Captures findings from time-boxed technical or design explorations (spikes) to reduce uncertainty before implementation decisions. The summary documents the question, approach, evidence, and clear recommendations so the team can act without repeated explanations. Best used after completing a spike to inform technology choices, feasibility studies, or proof-of-concept evaluations.
Merge Pipe-Format Blocks
Development
Merges multiple pipe-format blocks from the conversation context into a single unified output. It deduplicates items by title or content overlap, combines source attributions, upgrades confidence when multiple sources confirm a finding, and adds a merge summary section. Useful after running /gather multiple times or parallel primitives to consolidate scattered findings.
Daily Briefing - Morning Summary
Productivity
Generate a warm, compact daily briefing with weather, calendar events, and task overview. Start every morning with complete situational awareness.
Technical SEO for Next.js
Development
Defines SEO as a system integrity discipline for Next.js App Router applications. It ensures the application provides deterministic signals to search engine crawlers by enforcing correct metadata architecture, canonical URLs, sitemaps, JSON-LD, and semantic structure. This skill helps prevent common SEO mistakes like client-side-only metadata and 'cargo cult' tag stuffing.
innozverse Repository Structure
Development
Understand the innozverse monorepo's directory layout, naming conventions, and module boundaries. Use this skill when adding new files or features to know exactly where they belong across apps, shared packages, and config files.