Find the perfect skill
VitePress Source Tutorial Generator
Documentation
Automatically generates a VitePress documentation site for learning source code, explaining how a codebase is implemented. Useful for analyzing projects, understanding internal architecture, and navigating modules.
Creating Backports
Development
Create backports of a GitHub pull request merged into devel, targeting stable branches using git cherry-pick.
Markdown rendering with assistant-ui
Development
Render and customize assistant message text as markdown in assistant-ui, with syntax highlighting, LaTeX math, and Mermaid diagrams.
Flutter Pub Update
Development
Updates Flutter project dependencies in pubspec.yaml, with changelog review and confirmation for major version changes.
Learning Practice Generator
Productivity
Generates varied, progressive practice problems and drills to reinforce skill mastery through deliberate practice.
Local Voice Generation with Qwen3-TTS
Productivity
Generate voice messages offline using Qwen3-TTS on Apple Silicon. Convert text to speech with customizable voices, emotions, and speed control.
Publish Skill to Docs Site
Documentation
Sync a marketplace skill to the documentation site. Creates skill detail pages (EN/ZH), updates the marketplace index, and updates docs.json navigation.
Karpathy LLM Wiki
Data & AI
Build and maintain a personal knowledge base using LLMs, with raw/ and wiki/ directories.
Plan Canvas
Development
Opens plan files and HTML artifacts in a local browser for visual review, annotation, and approval/change requests via a CLI-driven feedback loop.
Docs Sync
Documentation
Keep repository documentation updated with code changes. Ensures README, decision records, and ADRs reflect current behavior.
Fix CH Inc Sync Job
Development
Fixes the 'CH Inc Sync' CI job for a pull request by diagnosing the failure cause (conflicts, build failure, or tests failure) and applying the appropriate fix.
Click Python CLI Scaffolder
Development
Generates a complete Click-based Python CLI project with command groups, context, and modern packaging. Scaffolds code, structure, and tests.