Files
trailofbits-skills/plugins/devcontainer-setup/.claude-plugin/plugin.json
T
dm cad5abdc48 Sync skill with claude-code-devcontainer repo (#151)
* 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>
2026-04-28 20:50:28 -04:00

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"
}
}