That file is the single source of truth — it's what the agent reads, and it's the file vs skill install writes (verbatim) into each agent's conventional skill location:
The same vs skill install call also writes an mcpServers.vibesurfer = {command: "vs", args: ["mcp"]} entry into each agent's MCP config (.claude.json, ~/.codex/config.toml, <workspace>/.cursor/mcp.json, ~/.gemini/settings.json, Library/Application Support/Claude/claude_desktop_config.json on macOS) so the agent can talk to vibesurfer over MCP as well as via the SKILL.md.
1---2name: docs3description: Skill4---5# Skill67The skill that gets installed into every detected agent by `vs skill install` lives at:89[`skills/vibesurfer/SKILL.md`](../skills/vibesurfer/SKILL.md)1011That file is the single source of truth — it's what the agent reads, and it's the file `vs skill install` writes (verbatim) into each agent's conventional skill location:1213| Agent | Path |14|---|---|15| Claude Code | `~/.claude/skills/vibesurfer/SKILL.md` |16| Codex CLI | `~/.codex/skills/vibesurfer/SKILL.md` |17| Cursor | `<workspace>/.cursor/skills/vibesurfer/SKILL.md` |18| Gemini | `~/.gemini/extensions/vibesurfer/GEMINI.md` (renamed) |19| OpenClaw | `~/.openclaw/workspace/skills/vibesurfer/SKILL.md` |20| Canonical | `~/.agents/skills/vibesurfer/SKILL.md` |2122The same `vs skill install` call also writes an `mcpServers.vibesurfer = {command: "vs", args: ["mcp"]}` entry into each agent's MCP config (`.claude.json`, `~/.codex/config.toml`, `<workspace>/.cursor/mcp.json`, `~/.gemini/settings.json`, `Library/Application Support/Claude/claude_desktop_config.json` on macOS) so the agent can talk to vibesurfer over MCP as well as via the SKILL.md.
Run npx skillmds@latest add frane/docs in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
frane (@frane) published this skill. Their other Agent Skills are listed on their SkillMD profile.