skills/browse-and-evaluate/SKILL.md
Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.
npx skillsauth add skillcreatorai/ai-agent-skills browse-and-evaluateInstall 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.
Find the right skill for a task without flooding the context window or installing blindly.
--fields on list/search/info to keep output small. Default: --fields name,tier,workArea,description.--dry-run before installing anything.--format json in non-interactive pipelines. The CLI defaults to JSON when stdout is not a TTY.--limit when browsing large catalogs. Start with --limit 10.npx ai-agent-skills search <query> --fields name,tier,workArea,description --limit 10
npx ai-agent-skills info <skill-name> --fields name,description,tags,collections,installCommands
npx ai-agent-skills preview <skill-name>
npx ai-agent-skills install <skill-name> --dry-run
npx ai-agent-skills install <skill-name>
preview command sanitizes skill content to strip prompt injection patterns. If content looks truncated, check if suspicious patterns were removed.--list or --dry-run a collection before installing.--dry-run to verify the source is reachable.testing
Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.
development
Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.
development
Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.
development
Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.