# Netalertx Devcontainer Configs

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

- Skill: `netalertx/netalertx-devcontainer-configs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add netalertx/netalertx-devcontainer-configs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/netalertx/netalertx-devcontainer-configs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: netalertx (https://skillmd.com/u/netalertx)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/netalertx/netalertx-devcontainer-configs

---


# Devcontainer Config Generation

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

## Command

```bash
/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.

