Agent Skills
› netalertx/NetAlertX
› netalertx-devcontainer-configs
netalertx-devcontainer-configs
GitHub用于生成和合并 VS Code Devcontainer 配置文件。当修改了 devcontainer 模板、特性或设置后,需运行此技能以更新最终配置,确保开发环境一致。
Trigger Scenarios
用户要求生成 devcontainer 配置
用户要求更新 devcontainer 模板
修改了 .devcontainer/ 下的文件后
Install
npx skills add netalertx/NetAlertX --skill netalertx-devcontainer-configs -g -y
SKILL.md
Frontmatter
{
"name": "netalertx-devcontainer-configs",
"description": "Generate devcontainer configuration files. Use this when asked to generate devcontainer configs, update devcontainer template, or regenerate devcontainer."
}
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.
Version History
- 8aec57b Current 2026-07-24 22:14


