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.
root-cause-tracing
Systematically trace bugs backward through call stack to find original trigger. Use when errors occur deep in execution and you need to trace back to find the original trigger.
verification-before-completion
Run verification commands and confirm output before claiming success. Use when about to claim work is complete, fixed, or passing, before committing or creating PRs.
using-superpowers
This skill mandates checking for and using applicable Claude skills before any response, including clarifying questions, to ensure disciplined and optimal workflows for all tasks.
shadcn-management
This skill helps developers manage shadcn/ui components by providing tools to search, view examples, and generate installation commands for adding components to projects, streamlining the process of building and customizing UI features.
provider
This skill translates agent-specified model names (like sonnet/haiku/opus) into provider-specific model names, enabling seamless cross-provider compatibility and cost optimization through tier-based selection without modifying agent profiles.
better-result-migrate-v2
Migrate better-result TaggedError from v1 (class-based) to v2 (factory-based) API
clawsec-clawhub-checker
ClawHub reputation checker for ClawSec suite. Enhances guarded skill installer with VirusTotal Code Insight reputation scores and additional safety checks.
processing-email-inbox
This skill applies the GTD methodology to systematically process your email inbox, converting emails into actionable tasks or organized references to achieve inbox zero and reduce cognitive load through structured decision-making.
test_strategy
Define the holistic testing approach across functional, non-functional, and automation layers for the initiative.
claude-sub-agent
Imported from https://www.skillhub.club/skills/zhsama-claude-sub-agent.
gemini-for-claude-code
Imported from https://www.skillhub.club/skills/coffeegrind123-gemini-for-claude-code.
keyword-expansion
Expand and refine search keywords (synonyms, acronyms, exclusions) and update `queries.md`. **Trigger**: keyword expansion, synonyms, exclusions, queries.md, 关键词扩展, 同义词, 排除词. **Use when**: 检索覆盖不足/噪声过大,或主题别名很多,需要系统化扩展与收敛检索词。 **Skip if**: `queries.md` 已经能稳定检出覆盖面(无需扩大范围导致后续成本爆炸)。 **Network**: none. **Guardrail**: 保持可控的 query 数量;明确 exclusions;避免“无限扩展”。
nano-banana-pro
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ascii-art
Use when creating ASCII art to guide your artistic approach
file-organizer
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
nested-skill-a
Imported from https://github.com/kasperjunge/agent-resources.
code-review
Use when reviewing code changes before committing, after implementing features, or when asked to review. Triggers on staged changes, PR reviews, or explicit review requests.
flat-skill
Imported from https://github.com/kasperjunge/agent-resources.
agr-feedback
Submit feedback, bug reports, or feature requests for agr/agrx. Use with `-i "your feedback"` to enter interactive mode where Claude helps refine and structure your feedback before opening a pre-filled GitHub issue for submission.
module-planner
Plan tutorial modules from a concept graph, including module objectives and sequencing, saving as `outline/module_plan.yml`. **Trigger**: module plan, tutorial modules, course outline, 模块规划, module_plan.yml. **Use when**: tutorial pipeline 的结构阶段(C2),已有 `outline/concept_graph.yml`,需要把概念依赖转成可教学的模块序列。 **Skip if**: 还没有 concept graph(先跑 `concept-graph`)。 **Network**: none. **Guardrail**: 每模块明确 objectives + outputs(最好含 running example 步骤);避免 prose 段落。
angular-core
Angular core patterns: standalone components, signals, inject, control flow, zoneless. Trigger: When creating Angular components, using signals, or setting up zoneless.
angular-performance
Angular performance: NgOptimizedImage, @defer, lazy loading, SSR. Trigger: When optimizing Angular app performance, images, or lazy loading.
Switch Persona
Quick persona switching. Triggers: 'switch persona', 'switch to X', 'become X'. Lists personas, reads selected file, switches immediately.
TDD Process
Strict test-driven development state machine with red-green-refactor cycles. Enforces test-first development, meaningful failures, minimum implementations, and full verification. Activates when user requests: 'use a TDD approach', 'start TDD', 'test-drive this'.