smithery/netalertx

netalertx-devcontainer-configs

Generate devcontainer configuration files. Use this when asked to generate devcontainer configs, update devcontainer template, or regenerate devcontainer.

Installation

$ npx skills add smithery/netalertx --skill netalertx-devcontainer-configs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/netalertx · top by installs.

npx skills add smithery/netalertx

Browse all from smithery/netalertx

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 822 B
  • docs SUMMARY.md 192 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Devcontainer Config Generation

Generates devcontainer configs from the template. Must be run after changes to devcontainer configuration.

Command

/workspaces/NetAlertX/.devcontainer/scripts/generate-configs.sh

What It Does

Combines and merges template configurations into the final config used by VS Code.

When to Run

  • After modifying .devcontainer/ template files
  • After changing devcontainer features or settings
  • Before committing devcontainer changes

Note

This affects only the devcontainer configuration. It has no bearing on the production or test Docker image.