.claude/skills/<name>.md (or your agent’s equivalent) and reload. Each skill assumes the MCP server is connected, with USERINTUITION_API_KEY configured.
Skills written for Claude Code use the frontmatter format from the Claude Code skills documentation. Other agents may require minor adaptation — see Install for other agents.
validate-claim-with-humans
File:.claude/skills/validate-claim-with-humans.md
run-preference-study
File:.claude/skills/run-preference-study.md
recruit-with-screeners
File:.claude/skills/recruit-with-screeners.md
analyze-fielded-study
File:.claude/skills/analyze-fielded-study.md
watch-running-studies
File:.claude/skills/watch-running-studies.md
Authoring your own skills
To write a skill that’s specific to your team’s workflow:- Identify a workflow you do more than twice.
- Write the manual steps as a numbered list.
- Wrap with frontmatter:
name,description(mention the user phrases that should trigger it). - Drop into
.claude/skills/. - Test by triggering the workflow in plain English and watching the agent’s tool calls.

