Skip to main content
User Intuition skills are short, copy-pasteable instruction files that teach a compatible AI agent how to drive the MCP server for a specific research workflow. Connect the hosted OAuth endpoint first when the client supports it; local stdio remains available for clients that need a local process. Where the MCP server gives an agent the tools, a skill gives it the play. The skill is the difference between “the agent can call create_study” and “the agent knows to ask whether you want Panel or BYOP recruitment, conduct the customize_study conversation, verify the saved study, and dry-run panel cost before requesting launch approval.”

When skills help

  • Repeatable workflows. Creating a study from a brief, screening panel respondents, generating an insights report — anything you do more than twice.
  • Cross-team consistency. Two PMs on different machines run the same workflow the same way because the skill ships the playbook.
  • Onboarding. A new teammate installs the skills and immediately runs the team’s standard research patterns.

How skills work

A skill is a Markdown file with YAML frontmatter. The frontmatter tells the agent when the skill applies; the body tells it how to execute. Example shape:
Agents that support skills load the frontmatter at session start, then read the body when the description matches the user’s request.

Installing skills

One command installs all eight skills, with updates delivered on marketplace refresh:
Source: github.com/user-intuition/skills.

What’s in the library

The skills library covers the full research loop — every tool call verified against the current MCP schemas:

create-study-from-brief

Turn a research brief into a launch-ready interview study.

design-screeners

Recruit exactly the right respondents — panel and custom screeners, done safely.

field-a-panel

Recruit N respondents from the panel, with cost approved before any spend.

invite-your-own-participants

Interview your own customers — invites, share links, and rewards (BYOP).

run-a-concept-test

Put a concept, prototype, or landing page in front of participants.

monitor-fielding

Daily digest of every fielding study — progress, quality, stalls.

analyze-completed-study

From transcripts to stakeholder-ready findings, with real quotes only.

curate-interview-quality

Review low-quality interviews and delete only the exact interviews the user confirms.

Skill vs MCP vs CLI — which goes where

Skills sit on top of MCP, while the MCP study-design workflow intentionally routes through the same Customize Plan backend used by the dashboard. The CLI and raw REST API are separate integration surfaces and may expose lower-level fields that MCP does not. Pick the highest level that gets the job done.

Next steps

Skills library

Browse and copy ready-to-use skills.

MCP quickstart

Skills require an MCP-connected client. Wire one up first.