Create Symlink
Creates symbolic links between files or directories as specified, simplifying file management tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add steelan9199-create-symlink npx -- -y @trustedskills/steelan9199-create-symlink
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"steelan9199-create-symlink": {
"command": "npx",
"args": [
"-y",
"@trustedskills/steelan9199-create-symlink"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill creates symbolic links (symlinks) between files or directories. It allows you to create a new file or directory that points to an existing one, effectively acting as a shortcut. This is useful for managing multiple versions of files or creating aliases to simplify access.
When to use it
- You need to link a frequently accessed file from a different location.
- You want to manage multiple versions of a configuration file without duplicating it.
- You are setting up a development environment and need to create shortcuts between project directories.
- You're automating deployment tasks that require linking resources.
Key capabilities
- Creates symbolic links (symlinks)
- Specifies source and destination paths for the symlink
- Handles both files and directories
Example prompts
- "Create a symlink named 'latest' pointing to '/path/to/current/version.txt'"
- "Make a symlink from './my_shortcut' to '/opt/application/config.ini'"
- "Link the directory '/data/old_project' as 'archive' in my current working directory."
Tips & gotchas
The skill requires appropriate permissions to create files and directories at the destination path. Ensure that the user running the AI agent has write access to the target location.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.