HOW TO - Guide to the right skill, command, or agent for any task
Guides users to the most appropriate skill, command, or agent for their task.
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majestic-llm@majestic-marketplace[what you want to do]Guide users to the most appropriate skill, command, or agent for their task.
$ARGUMENTS - Description of what the user wants to accomplish
Analyze the Request
Search Available Components
Search across all installed Majestic plugins for matching components:
Agents: plugins/*/agents/*.md
Commands: plugins/*/commands/**/*.md
Skills: plugins/*/skills/*/SKILL.md
Match by Domain and Intent
Engineering (majestic-engineer)
/majestic-engineer:git:* commandsplan:architect agent, /majestic:plan command/majestic:build-task command/majestic:build-plan command (with ralph-loop for autonomy)tdd-workflow skill, test-create agentsecurity-review agentgithub-resolver agent, check-ci skillripgrep-search, ast-grep-searching skillsdocs-architect, docs-researcher agentsRails (majestic-rails)
ruby-coder, dhh-coder skillsrspec-coder, minitest-coder skillsrails-debugger agentrails-refactorer agentlint agent, rubocop-fixer agentdatabase-admin, database-optimizer agentsactive-job-coder, solid-queue-coder agentshotwire-coder, stimulus-coder, tailwind-coder agentsgraphql-architect agentviewcomponent-coder skillPython (majestic-python)
python-coder agentpython-reviewer agentMarketing (majestic-marketing)
seo:* agents, seo-audit skillcontent-writer, content-optimizer skillsnamer agentlanding-page-builder skillmarket-research skillSales (majestic-sales)
/funnel-builder commandicp-discovery skillproposal-writer skilloutbound-sequences skillsales-playbook skillCompany (majestic-company)
idea-validator agentfirst-principles agentpeople-ops agentTools/Meta (majestic-tools)
new-skill skill/new-command command/new-agent command/new-hook commandbrainstorming skillPresent Recommendation
Format the response as:
## 🎯 Recommended: [Component Type] - [Name]
**Plugin:** majestic-[plugin]
**Type:** Agent | Command | Skill
**Invocation:** `[how to use it]`
### Why This Fits
[Brief explanation of why this matches the request]
### Quick Start
[Example usage]
---
### 🔄 Alternatives
- **[Alternative 1]** - [when to use instead]
- **[Alternative 2]** - [when to use instead]
Handle Ambiguity
If the request could match multiple domains:
Input: "write tests for my Rails model"
Output: Recommend rspec-coder skill or test-create agent
Input: "optimize my database queries"
Output: Recommend database-optimizer agent
Input: "create a landing page"
Output: Recommend landing-page-builder skill
Input: "review my PR"
Output: Recommend /majestic-rails:workflows:code-review command
Input: "plan a new feature"
Output: Recommend /majestic-engineer:workflows:plan command or plan:architect agent
Input: "implement all tasks in my plan"
Output: Recommend /majestic:build-plan command, mention ralph-loop for autonomous execution
Now analyze: $ARGUMENTS