plugins/workflow-skills/skills/find-skills/SKILL.md
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 skillsauth add arosenkranz/claude-code-config find-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 inittools
Lightweight orchestrator for spec-before-plan workflow. Use when starting a feature with ambiguous requirements. Walks SPEC.md → PLAN.md → execute, delegating to /superpowers:writing-plans and /superpowers:executing-plans. Invoke when asked to "spec this out", "spec-first", "spec and plan for X", or when feature requirements are vague.
tools
Problem Statement Co-Authoring Skill
development
Structure and maintain professional brag documents with clear templates for accomplishments, projects, and growth tracking. Use when documenting achievements, creating brag document entries, formatting accomplishments, or tracking career progress.
development
Analyze technical documentation for clarity, conciseness, and effectiveness using Google Technical Writing principles. Use when reviewing documentation, checking writing quality, improving docs, or providing writing feedback.