runrunit_install_cursor_skills
Copies bundled Cursor skills from the mcp-runrunit package to your Cursor skills directory for workflow onboarding. Supports dry-run preview and project-specific installation.
Instructions
Copies bundled Cursor skills from the mcp-runrunit package (cursor-skills/) into the user's Cursor skills directory (~/.cursor/skills on any OS: uses os.homedir). Use to onboard teammates or sync team SKILL.md workflows. Prefer dry_run:true first to preview. Optional skill_names limits which folders to copy; target:global (default) or project with project_root for .cursor/skills in a repo; source_dir overrides auto-discovery of cursor-skills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | global = ~/.cursor/skills (default). project = <project_root>/.cursor/skills — requires project_root when target is project. | |
| dry_run | No | If true, only lists what would be copied (no writes). Recommended before first sync. | |
| source_dir | No | Optional absolute path to a cursor-skills directory. If omitted, resolves next to the installed mcp-runrunit package. | |
| skill_names | No | Optional folder names under cursor-skills to copy (e.g. registrar-evidencias). If omitted, copies every subfolder that contains SKILL.md. | |
| project_root | No | Absolute path to the project root when target is project. Ignored when target is global. |