Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
Git Commit Format
Enforces HyperShift's specific conventional commit format with required footers and validation. Provides clear type definitions, breaking change rules, and a gitlint integration checklist for consistent commit messages.
slb
Simultaneous Launch Button - Two-person rule for destructive commands in multi-agent workflows. Risk-tiered classification, command hash binding, 5 execution gates, client-side execution with environment inheritance. Go CLI.
agent-skill-bridge
Provides structured patterns and protocols for connecting Claude Skills with Agent workflows, enabling skills to invoke agents and vice versa. Defines clear handoff specifications and orchestration plans for complex multi-step automation.
go-test-fixer
Automates conversion of Go slice-based table tests to map-based format and splits large test files. Provides concrete scripts for mechanical transformations with backup creation and workflow guidance.
qlty-check
This Skill wraps the qlty CLI to provide unified code quality checks across 40+ languages. It runs linters, auto-fixes issues, calculates metrics, and finds code smells. The documentation shows clear command examples for common workflows like pre-commit checks and quality reporting.
code-simplification
This skill provides structured guidance for identifying and eliminating unnecessary code complexity. It focuses on breaking down convoluted logic, removing redundant abstractions, and improving readability while preserving functionality. The framework includes specific patterns to look for and concrete refactoring steps.
receiving-code-review
This skill provides a structured approach to handling code review feedback, emphasizing verification over immediate implementation. It establishes clear response patterns, forbids performative agreement, and offers specific handling for unclear feedback and external reviewers. The skill promotes technical rigor and includes practical examples of good and bad responses.
revising-findings
Implements verification findings from code review reports with scope-based parallel workflow. Separates common issues (immediate) from exclusive issues (after cross-check), handles uncertain cases with user prompts, and dispatches fixes to appropriate agents.
root-cause-tracing
Provides a systematic method for tracing bugs backward through call stacks to find root causes, with concrete examples of adding instrumentation and analyzing stack traces. Includes a bisection script for identifying test pollution.
create-subagent
Provides step-by-step guidance for creating Claude Code subagents with proper YAML frontmatter, system prompts, and tool configurations. Includes location options, model selection advice, and description best practices for effective delegation.
create-command
Provides detailed guidance for creating custom Claude Code slash commands, covering file structure, argument handling, frontmatter configuration, and practical examples for common development workflows.
blogwatcher
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
apple-reminders
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
frontend
Imported from https://github.com/Significant-Gravitas/AutoGPT.
pr-creator
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
documentation-lookup
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
invoice-organizer
Automatically organizes invoices and receipts for tax preparation by reading messy files, extracting key information, renaming them consistently, and sorting them into logical folders. Turns hours of manual bookkeeping into minutes of automated organization.
git-master
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with delegate_task(category='quick', skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.
rust-async-patterns
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
architecture-decision-records
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.