From workflow-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
Discover and install specialized agent skills through the Skills CLI ecosystem.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Discover and install specialized agent skills through the Skills CLI ecosystem.
Use this skill when users:
npx skills find [query] # Interactive or keyword-based search
Browse skills at: https://skills.sh/
npx skills add <package> # Install from repository
npx skills add <owner/repo@skill> # Install specific skill
npx skills add <owner/repo@skill> -g -y # Install globally without prompts
npx skills check # Check for updates
npx skills update # Update installed skills
Use specific terminology rather than broad terms for better results.
Common categories:
Example searches:
npx skills find react performance
npx skills find pdf processing
npx skills find database migration
If searches yield no results:
npx skills init