Skip to main content

migrate-to-skills

Facilitates the migration of Cursor rules and commands to Agent Skills format, ensuring content preservation and proper structure.

Install this skill

or
65/100

Security score

The migrate-to-skills skill was audited on May 14, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21| User | `~/.cursor/commands/*.md` |
medium line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25- Ignore anything in ~/.cursor/worktrees
medium line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26- Ignore anything in ~/.cursor/skills-cursor. This is reserved for Cursor's internal built-in skills and is managed automatically by the system.
medium line 114

Access to hidden dotfiles in home directory

SourceSKILL.md
1141. [ ] Create the skills directories if they don't exist (`.cursor/skills/` for project, `~/.cursor/skills/` for user)
medium line 115

Access to hidden dotfiles in home directory

SourceSKILL.md
1152. Dispatch three fast general purpose subagents (NOT explore) in parallel to do the following steps for project rules (pattern: `{workspaceFolder}/**/.cursor/rules/*.mdc`), user commands (pattern: `~
medium line 127

Access to hidden dotfiles in home directory

SourceSKILL.md
1271. [ ] Create the skills directories if they don't exist (`.cursor/skills/` for project, `~/.cursor/skills/` for user)
medium line 128

Access to hidden dotfiles in home directory

SourceSKILL.md
1282. [ ] Find files to migrate in both project (`.cursor/`) and user (`~/.cursor/`) directories
Scanned on May 14, 2026
View Security Dashboard
Installation guide →