@vruum/skills
v0.4.9
Published
Vruum AI skills for Claude Code, Claude Desktop, Codex CLI, and any AI assistant with a skill directory. Slash commands for outreach triage, engagement triage, pipeline filling, prospect enrichment, and reply diagnosis. Pairs with the Vruum MCP server at
Maintainers
Readme
@vruum/skills
Vruum AI skills for Claude Code, Codex CLI, and any AI assistant with a skill directory.
Pairs with the Vruum MCP server at https://api.vruum.ai/mcp. For MCP-native clients (Claude Code, Claude Desktop, Cursor, VS Code Copilot, Cline), connecting to the MCP URL surfaces these skills as native slash commands. This npm package is for assistants that don't yet support MCP prompts (Codex CLI, ChatGPT, Windsurf).
Install
Claude Code / Cursor / VS Code Copilot / Cline
Add the Vruum MCP server as a connector. Slash commands appear automatically — you don't need this npm package.
claude mcp add --transport http --scope user vruum https://api.vruum.ai/mcpClaude Desktop / Claude.ai (Cowork)
Install the Vruum plugin via the official plugin directory — bundles the connector and slash commands in one step:
github.com/vruum-gtm/skills/releases/latest/download/vruum-plugin.zip
Download and upload via Settings → Customize → Plugins → "+".
Codex CLI / ChatGPT / other harnesses
npx @vruum/skills installDetects Codex CLI (~/.codex/skills/). For other harnesses:
npx @vruum/skills install --target /path/to/skills/dirSkills
/diagnose-reply— Diagnose why a reply happened — what worked or didn't in the outreach that triggered it. Use when: why did they reply, what worked, diagnose reply, reply diagnosis, analyze this reply, what caused this reply, reply analysis./engagement-triage— Review and approve your pending LinkedIn engagement drafts and demand-gen content posts. Use when: triage engagements, review engagement queue, review warming comments, review nurture reactions, review marketing comments, review content drafts, check engagement queue./enrich-prospect— Deep prospect diarization — synthesize everything known about a person into a structured intelligence profile. Use when: enrich prospect, deep research, profile this person, who is this person, research prospect, diarize prospect, prospect briefing./outreach-triage— Review and approve your pending outreach drafts across LinkedIn and email. Use when: triage, review queue, morning review, check messages, approve outreach, what needs review./pipeline-fill— Source-agnostic pipeline orchestrator. Picks a source per segment (Sales Nav / YC / CSV / discovery), runs harness deep research, applies a pre-filter gate, then saves into the segment via the backend authoritative match_score>=70 gate. Use when: fill pipeline, import prospects, daily imports, need more prospects, discover prospects from scratch, deep research before import./sales-nav-deep-fill— Sales Nav harness source for /pipeline-fill. Pre-filters Sales Nav profiles via vruum-pipeline-filter, produces a candidate list, hands off to /pipeline-fill for deep research and import. Use when: sales nav with deep research, sales nav harness mode, in-chat sales nav./yc-pipeline-fill— YC harness source for /pipeline-fill. Scrapes YC's public Algolia index, extracts founder LinkedIn URLs, dedups, hands a candidate list to /pipeline-fill for deep research and import. Use when: YC pipeline fill, source from YC, fill segment with YC founders, sales nav dried up, source YC./csv-pipeline-fill— CSV harness source for /pipeline-fill. Reads a CSV, auto-detects headers, maps columns, hands off to /pipeline-fill for harness deep research and import. Use when: import CSV, paste a CSV, csv import, prospect list from CSV, csv harness mode./segment-doctor— Diagnose and fix struggling outreach segments. Use when: fix a segment, diagnose segment, why is my segment not working, segment health, low reply rate, check segments, which segments need help./vruum-skills-upgrade— Upgrade @vruum/skills to the latest npm version and re-sync ~/.vruum/. Use when: upgrade vruum skills, update vruum, pull latest vruum skills, or when the preamble reports UPGRADE_AVAILABLE.
Upgrade
Skills auto-prompt to upgrade via the preamble. To upgrade explicitly:
npx @vruum/skills installUninstall
npx @vruum/skills uninstallRemoves all symlinks this installer created. Does not touch ~/.vruum/auth.json or other co-resident tool state.
