Vscode Port Monitor Config

🌐Community
by libukai · vlatest · Repository

Automatically configures VS Code port forwarding rules based on detected container environments using libukai's monitoring.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add vscode-port-monitor-config npx -- -y @trustedskills/vscode-port-monitor-config
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "vscode-port-monitor-config": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/vscode-port-monitor-config"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to configure and monitor VS Code ports. It can automatically detect available ports, reserve specific ports for use, and ensure that VS Code is listening on the desired port. This simplifies development workflows and avoids common port conflicts.

When to use it

  • Development Environment Setup: Automate the process of configuring VS Code's ports when setting up a new development environment.
  • Port Conflict Resolution: Resolve situations where VS Code cannot start due to port conflicts with other applications.
  • Remote Development: Ensure consistent and reliable port forwarding for remote development scenarios.
  • Automated Builds: Integrate port configuration into automated build processes to guarantee predictable behavior.

Key capabilities

  • Port detection
  • Port reservation
  • VS Code port configuration

Example prompts

  • "Find an available port for VS Code."
  • "Reserve port 5000 for VS Code."
  • "Configure VS Code to use port 8080."

Tips & gotchas

This skill requires a working installation of Visual Studio Code. The agent needs appropriate permissions to modify VS Code configuration files, which may require administrator privileges on some systems.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
libukai
Installs
2

🌐 Community

Passed automated security scans.