mirror of
https://github.com/trailofbits/skills
synced 2026-06-21 14:12:00 +00:00
cad5abdc48
* sync skill with claude-code-devcontainer repo Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * devcontainer-setup: apply ruff format and shfmt The pre-commit hook was failing on these two files in CI: ruff joins the multi-line f-strings in post_install.py, and shfmt with the repo's '-i 2 -ci' flags adjusts case-body indentation in install.sh. No behavior change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Dan Guido <dan@trailofbits.com>
10 lines
255 B
JSON
10 lines
255 B
JSON
{
|
|
"name": "devcontainer-setup",
|
|
"version": "0.2.0",
|
|
"description": "Create pre-configured devcontainers with Claude Code and language-specific tooling",
|
|
"author": {
|
|
"name": "Alexis Challande",
|
|
"url": "https://github.com/trailofbits"
|
|
}
|
|
}
|