Find the perfect skill
Stack a new PR layer on the current feature branch
Development
Isolate work discovered mid-feature into the next layer of a GitHub stacked PR, branching off the current feature branch and targeting the branch below.
Git Master: Atomic Commits & Rebase
Development
Git expert focusing on atomic commits, rebasing, history management, and commit style detection.
Lint JS/TS
Development
Runs the linter for JavaScript and TypeScript files. Use before opening a PR.
Ship It: Quality Checks and PR Creation
Development
Runs comprehensive quality checks (lint, build, compile), creates meaningful commits, and handles the full workflow from staging to pull request creation.
R's Little Helper
Development
Assists in coding in R, emphasizing modern tidyverse patterns and style.
Scaffold AgentKit assets (skills, rules)
Development
Scaffold a new AgentKit asset (skill, command, agent, rule) with correct frontmatter and location.
Git Atomic Commits
Development
Create logically grouped, atomic git commits with well-formatted commit messages following best practices. Use partial staging to separate unrelated changes.
Skill Check and Validation
Development
Validates and reviews skills against the Agent Skills spec. Checks YAML syntax, naming conventions, description quality, and file structure, providing improvement suggestions and optional fixes.
FireCrawl Hello World
Development
Create a minimal working FireCrawl example, initialize the client, and make your first API call.
Async Python Patterns
Development
Comprehensive guidance for implementing async Python applications using asyncio, concurrency patterns, and async/await to build high-performance, non-blocking systems.
Devkit UI Design System Reference
Development
Design system reference for the Vuetify-based Devkit stack. Covers tokens, components, theme helpers, and seven rules for beautiful, consistent UI.
Go Code Review for fzuhelper-server
Development
Expert Go code review skill focusing on Hertz/Kitex microservices, covering style, correctness, and framework-specific issues.