Find the perfect skill
Conventional Commits Generator
Development
Generates commit messages that comply with the Conventional Commits 1.0.0 specification. It analyzes git changes, determines the appropriate commit type, scope, and breaking changes, then stages and commits with a properly formatted message. Useful when you need to create standardized commits after implementing code changes.
Create GitHub Pull Request
Development
Creates a GitHub pull request by gathering context from `git log`, `git diff`, and the repository's default branch. It handles uncommitted changes, applies PR templates if available, and generates a title with conventional commit style and language detection. Users confirm the draft before the skill pushes commits and creates the PR.
OpenLark Code Standards Checker
Development
Audits code consistency in OpenLark projects: architecture, API patterns, parameter validation, naming, and exports. Outputs actionable checklists with evidence (path:line) and risk levels, ideal for PR reviews or before adding a new API.
ConnectStats Bug Report Analyzer
Development
Downloads and extracts a ConnectStats bug report from the server, then analyzes the user description, app logs, and associated databases (activities, tracks) to identify errors and diagnose issues. It is invoked when a user provides a bug report ID or mentions a bug report.
Open plan in lgtm for review
Development
Opens the current plan file in lgtm for user review. This skill is used after generating a plan to let the user provide feedback, then reads and returns that feedback to the conversation.
Conventional Git commits
Development
Creates conventional commits explaining why changes were made, using the type(scope): description format. Helps enforce a consistent commit style and automates the process of writing meaningful commit messages, especially when staging and saving changes.
Shelby Protocol Expert
Development
Expert on Shelby Protocol architecture, erasure coding, placement groups and decentralized storage system design on Aptos blockchain.
Integrating Stripe Payments
Development
Complete workflow for integrating Stripe payments (subscriptions or one-time) with Convex + Next.js. Includes hosted checkout, webhooks, UI components, and testing. Use when adding payment functionality to a Convex + Next.js app.
Context7 MCP for Library APIs
Development
This skill uses the Context7 MCP tool to retrieve official library documentation and API references. It helps when you need function signatures, usage examples, or explanations for a specific package, avoiding guesswork.
Complete System Architecture Design
Development
Designs the complete system architecture including components, data flow, infrastructure, database schema, and API design. Used when starting the architecture stage or when the user asks about system design, tech stack, or database schema.
System Reboot Bringup
Development
Restores all resident processes (VOICEVOX, VacuumTube, whisper.cpp, Tauri overlay, webcam daemons) after a system reboot on an Ubuntu/KDE desktop. Provides a step-by-step runbook with startup order, display verification, and health checks. Use when the user asks for post-reboot startup or full process recovery.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.