scan_skill
0
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill jovermier/cc-stack-marketplace --skill scan- SKILL.md4.7 KB
Overview
This skill automatically discovers and installs relevant Claude skills from SkillsMP, official sources, and third-party marketplaces based on the detected project context. It streamlines adding capabilities by searching, filtering, and installing high-quality skills into either a workspace or project-level skills directory. The process is safe, limited, and transparent.
How this skill works
The scanner inspects project metadata (languages, frameworks, and other context) and issues semantic searches to SkillsMP and other sources to find matching skills. It reviews the top results per detected technology, filters duplicates and low-quality matches, then clones selected skill repositories into the configured install location. Install actions are logged and reported with reasons for each selection.
When to use it
- Run via the /auto-skills command to populate a new project with useful agent skills
- After adding new frameworks or languages to a project to discover relevant tooling
- When onboarding team members to ensure consistent skillsets across environments
- Periodically to refresh available skills without manual searching
- Before running complex CI/test workflows to add missing testing or linting agents
Best practices
- Set SKILLSMP_API_KEY before running to enable AI search results
- Choose install location (workspace vs project) via SKILL_INSTALL_LOCATION to control scope
- Limit installations with AUTO_SKILL_MAX to avoid unnecessary bloat
- Review the installation report and only enable newly installed skills you trust
- Run malware or static checks on new code before executing unknown skills
Example use cases
- A Go + GraphQL repo: auto-install performance, schema-design, and testing skills
- A Next.js project: add server-component and performance optimization skills
- A test-suite refresh: discover Playwright patterns and page-object helpers
- Onboarding: provision a developer's machine with a curated set of agent skills
- CI preparation: install linter and test-generation agents required for pipelines
FAQ
By default it installs up to 5 new skills; this limit can be adjusted with AUTO_SKILL_MAX.
Where are skills installed?
Set SKILL_INSTALL_LOCATION to 'workspace' (default) to install to ~/.claude/skills/ or 'project' to install to .claude/skills/.
What if a skill is already installed?
Existing skills are detected and skipped to prevent overwrites or duplicates, and the run reports skipped items.