uxailisted
Install: claude install-skill IleanaMarcut/uxai-mcp-plugin
# UX+AI methods
The methods live in the `uxai` MCP server, not in this skill. This skill routes a
request to the right method and then follows that method's own text.
## How to run a method
1. Pick the method whose title and summary best match what the user is trying to do.
Match on intent, not keywords.
2. Call the `uxai` server's `fetch` tool with that method's id.
3. **Follow the returned method text verbatim**, applied to the user's own project and
whatever context they have already given.
4. If the method asks for a detail the user has not provided (the target user, the
screen, the design, the goal), ask for it and wait. Never fill in project specifics
with guesses, and never invent a project detail or pull one from the web.
If two methods fit equally and the choice changes the outcome, name both in one line
each and ask which they want. If the user asks what is available, call `list_methods`
and present the titles and summaries exactly as returned; do not rename, regroup, or
reword them.
For a free-text request that does not obviously match, call `search` with the user's
own words and offer the top matches.
## The skills
The subscription also includes installable skills. Do not keep a list here; the
connector's own tools are current:
1. If the user asks what skills exist, call the `skills` tool and present the titles
and summaries exactly as returned.
2. If the user asks to install one, call `get_skill` with its id and give them the
download li