Skip to main content
Skills pair with the MCP server. The MCP server gives the assistant the tools; this Skill gives it the expertise to use them in the right order with the right field values. Add both for the best results.
A Claude Agent Skill is a small SKILL.md file that teaches Claude how to use the intervyo tools well โ€” what to ask, what order to build in, and the field rules that usually trip people up (weights summing to 100, the Role-then-Round build order with the interviewer nested in the round, rising pass thresholds, camelCase-vs-snake_case). With it installed you can just say โ€œset up a senior backend hiring loopโ€ and Claude proposes a complete plan, then builds it on your approval.

Install the skill

1

Create the skill file (Claude Code)

Save the file below to either scope:
  • Personal (all projects): ~/.claude/skills/intervyo-interview-setup/SKILL.md
  • This project only: .claude/skills/intervyo-interview-setup/SKILL.md
Claude Code auto-discovers it and loads it when your request matches the skillโ€™s description.
2

โ€ฆor add it in Claude Desktop / claude.ai

Open Settings โ†’ Capabilities โ†’ Skills (Pro, Max, Team, Enterprise), choose Create skill, and paste the contents below.
3

Use it

Make sure the intervyo connector/server is enabled (pick your client under MCP โ†’ Overview), then describe the role in plain language โ€” e.g. โ€œbuild a ServiceNow engineer assessment with a screen and two deep-dives.โ€ Claude loads the skill, proposes rounds + scoring, and builds on approval.

The skill file

Copy everything below into SKILL.md.

intervyo-interview-setup โ€” copy this into SKILL.md

Try it

A single prompt can stand up the whole ServiceNow recipe:
โ€œCreate a Role โ€˜ServiceNow Engineer โ€” ITOM + HRSDโ€™ with four Rounds in order, each with its own interviewer: Screening (Friendly Screener, pass 60), Platform Fundamentals (pass 70), ITOM Deep-dive (ITOM Specialist, pass 75), HRSD Deep-dive (HRSD Specialist, pass 75).โ€
The assistant creates the Role and each Round with its interviewer defined inline โ€” exactly what youโ€™d do by hand in the dashboard.

Connect a client

Not connected yet? Pick your client and add the intervyo MCP server.

API Reference

Prefer raw HTTP? Every MCP tool maps to a documented REST endpoint.
Last modified on July 26, 2026