Help us improve
Share bugs, ideas, or general feedback.
From agentless
Automatically recommend relevant specialist modes when the user works with specific frameworks or tools.
npx claudepluginhub 0oooooooo0/agentlessHow this skill is triggered — by the user, by Claude, or both
Slash command
/agentless:auto-agent-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically recommend relevant specialist modes when the user works with specific frameworks or tools.
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.
Recommends Claude Code skills and agents for tasks using a decision flowchart to distinguish lightweight skills from heavyweight agents, plus a quick reference catalog of 30+ skills.
Interviews users with targeted questions to recommend the best skills from the installed library when unsure which to use or where to start.
Share bugs, ideas, or general feedback.
Automatically recommend relevant specialist modes 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 and no specialist mode is installed for it, this skill activates to suggest relevant expert modes. Fetches available modes from GitHub in real-time. allowed-tools: [Read, Glob, Grep, Skill, WebFetch, WebSearch]
This skill activates when the user's request involves a specific technology, framework, or role pattern. Examples:
From the user's message, identify:
Search for already-installed specialist modes matching the detected context:
Glob: .claude/agents/*.md
Glob: ~/.claude/agents/*.md
Grep: search for the technology name in matched files
If a relevant specialist mode is already installed, do NOT recommend anything — let the existing mode handle the task.
Fetch the agency-agents repository to find matching specialist modes:
WebFetch: https://raw.githubusercontent.com/msitarzewski/agency-agents/main/README.md
Match the detected technology against agent names, descriptions, and divisions from the README.
Known mappings (use these for fast matching before fetching):
engineering/engineering-frontend-developer.mdengineering/engineering-backend-architect.mdengineering/engineering-mobile-app-builder.mdengineering/engineering-ai-engineer.mdengineering/engineering-devops-automator.mdengineering/engineering-rapid-prototyper.mdengineering/engineering-security-engineer.mddesign/design-ui-designer.mdtesting/testing-evidence-collector.mdtesting/testing-api-tester.mdtesting/testing-accessibility-auditor.mdtesting/testing-performance-benchmarker.mdIf no known mapping matches, fetch the README and search for keyword matches in agent names and descriptions.
CRITICAL UX RULES:
Example recommendation format:
참고로, Frontend 전문가 모드를 사용할 수 있습니다. React, Vue, Angular 등 프론트엔드 개발에 특화된 전문 지원을 받을 수 있어요. 설치하시겠습니까?
Or in English:
By the way, I found a Frontend specialist mode that can help with React, Vue, Angular development — including component architecture, performance optimization, and accessibility. Would you like me to set it up?
agent-installer skill with the selected agent info