We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daab646 commit c7ec556Copy full SHA for c7ec556
Dockerfile
@@ -76,7 +76,8 @@ ENV PATH="/home/vscode/.local/bin:$PATH"
76
# Install Claude Code natively with marketplace plugins
77
RUN curl -fsSL https://claude.ai/install.sh | bash && \
78
claude plugin marketplace add anthropics/skills && \
79
- claude plugin marketplace add trailofbits/skills
+ claude plugin marketplace add trailofbits/skills && \
80
+ claude plugin marketplace add trailofbits/skills-curated
81
82
# Install Python 3.13 via uv (fast binary download, not source compilation)
83
RUN uv python install 3.13 --default
0 commit comments