Find the perfect skill
Command-Line Interface Development
Development
Provides expertise in building command-line interfaces: argument parsing, subcommands, interactive prompts, and CLI design patterns. Helps when creating CLI tools, utilities, or interactive terminal applications. Covers best practices across Go, Python, Node.js, Rust, and more.
CE Plugin Audit & Compliance
Development
Audits CE plugin implementations against registry trust rules, metadata validity, and ADR contract compliance. Checks required plugin_meta fields, capability tags, interval calibrator protocol, and core API boundary imports. Helps when certifying third-party plugins or validating conformance before integration.
GWT Git Worktree Management
Development
Manage Git worktrees with the gwt command-line tool for efficient branch-based workflows. Worktrees allow you to work on multiple branches simultaneously without stashing changes. gwt automates creation, switching, listing, and cleanup of worktrees, especially useful when context-switching between tasks or cleaning up after merging pull requests.
Skill Maker
Development
Create, validate, and maintain Claude Code Agent Skills following the agentskills.io specification. Provides templates, frontmatter guidelines, and step-by-step instructions for building focused, discoverable skills. Use when adding a new skill, improving SKILL.md files, debugging skill discovery, or asking about skill best practices.
Copy Skill from GitHub
Development
Downloads and installs Claude Code skills from GitHub repositories into your local .claude/skills directory. Specify a GitHub URL pointing to a skill folder, and the script fetches and copies all files preserving structure. Useful when you find a skill online and want to add it to your Claude Code environment.
Next.js - Fullstack React Framework
Development
Provides guidance on Next.js framework patterns including file-based routing, SSR/SSG, API routes, and middleware. Helps when building fullstack React applications, configuring server-side rendering, or deploying Next.js projects.
tldr - Simplified Man Pages
Development
Quickly access practical examples for CLI commands using tldr-pages, a concise alternative to traditional man pages.
Git Commit Guidelines
Development
Git commit guidelines adhering to Conventional Commits with allowed types (feat, fix, refactor, etc.) and `<type>: <lowercase imperative description>` format. Helps structure commit messages, review staged and unstaged changes for logical splitting into separate commits, and decide between creating a new commit or amending the previous one.
Local Development Environment Setup
Development
Initializes a complete local development environment using devflow infrastructure. It checks prerequisites, starts shared services, configures the project, and optionally applies database migrations. Ideal for quickly setting up a devflow-managed project from scratch.
Manage Reusable Parameterized Skills
Development
Allows users to list, show, validate, and render reusable parameterized prompts (skills) defined in SKILL.md files. Helps organize common coding tasks like code reviews or bug detection by providing a structured way to run targeted prompts with arguments.
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.
Build Verifier
Development
Run the TypeScript build and automated consistency checks across types, config, state, and webhook response ordering. Presents results as a pass/fail checklist. Helps verify that configuration defaults, documentation, state backfill, and webhook ordering are all consistent and correct.