Help us improve
Share bugs, ideas, or general feedback.
From skillless
Automatically detects frameworks/tools like React, Kubernetes, Docker, Terraform in user queries and recommends relevant capabilities from local or external sources if no matching skills installed.
npx claudepluginhub 0oooooooo0/skilllessHow this skill is triggered — by the user, by Claude, or both
Slash command
/skillless:auto-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically recommend relevant capabilities when the user works with specific frameworks or tools.
Discovers and installs agent skills via npx skills CLI for user requests like 'how do I do X' or 'find a skill for X' in domains like React, testing, or deployment.
Discovers new skills from local directory, GitHub repos, and npm packages when current skills and built-ins cannot handle tasks. Enforces safety checks, candidate inspection, and scoring before recommendations.
Discovers, recommends, and installs skills from verified-skill.com registry. Guides users by tech/domain/project, lists/manages installed skills with npx vskill.
Share bugs, ideas, or general feedback.
Automatically recommend relevant capabilities when the user works with specific frameworks or tools.
user-invocable: false description: When the user is working with a specific framework, language, or tool (e.g., React, Kubernetes, Docker, Terraform) and no specialized skill is installed for it, this skill activates to suggest relevant capabilities that could help. It searches locally first, then checks external sources.
allowed-tools: [Read, Glob, Grep, Skill, WebSearch, WebFetch]
This skill activates when the user's request involves a specific technology, framework, or tool pattern. Examples:
From the user's message, identify:
Search for already-installed skills matching the detected context:
Glob: ~/.claude/skills/*/SKILL.md
Grep: search for the technology name in SKILL.md files
If a relevant skill is already installed, do NOT recommend anything — let the existing skill handle the task.
If no local skill matches, invoke the skill-search skill with the detected technology as the query.
CRITICAL UX RULES:
Example recommendation format:
참고로, Kubernetes 관련 전문 도구를 사용할 수 있습니다. 클러스터 설정, 매니페스트 생성, 트러블슈팅 등에 특화된 지원을 받을 수 있어요. 설치하시겠습니까? (설치 시 약 1분 소요)
Or in English:
By the way, I found a specialized tool for Kubernetes that can help with cluster setup, manifest generation, and troubleshooting. Would you like me to set it up? (takes about a minute)
skill-installer skill with the selected skill info