Skip to content

feat: add Claude Code CLI and org skills#1

Open
Tomeriko96 wants to merge 7 commits intomainfrom
add-claude-skills
Open

feat: add Claude Code CLI and org skills#1
Tomeriko96 wants to merge 7 commits intomainfrom
add-claude-skills

Conversation

@Tomeriko96
Copy link
Contributor

@Tomeriko96 Tomeriko96 commented Mar 18, 2026

Summary

  • Install Node.js LTS in Dockerfile (required for npx)
  • Install Claude Code CLI via curl -fsSL https://claude.ai/install.sh | bash
  • Add Claude env vars (CLAUDE_CODE_USE_FOUNDRY, model defaults)
  • Fetch cedanl/.github org skills at container build via npx skills add

Test plan

  • Volg de stappen in README

🤖 Generated with Claude Code

Tomeriko96 and others added 7 commits March 18, 2026 07:35
- Install Node.js LTS for npx support
- Install Claude Code CLI via official install script
- Add Claude env vars (FOUNDRY, model defaults)
- Fetch cedanl/.github skills on postCreate via npx skills

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Covers VS Code, Positron, DevPod and devcontainer CLI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Use proper customizations.vscode schema for extensions/settings
- Set bash as default terminal profile
- Extract postCreateCommand to .devcontainer/post-create.sh
- Pass ANTHROPIC_FOUNDRY_API_KEY and ANTHROPIC_FOUNDRY_RESOURCE via remoteEnv
- Add .env.example template and .gitignore for secrets

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
remoteEnv with ${localEnv:VAR} depends on VS Code's process environment
which breaks when launched from GUI. Docker's --env VAR (no value) forwards
the variable directly from the host Docker environment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
runArgs --env VAR and remoteEnv ${localEnv:VAR} both read from VS Code's
process environment which is unavailable when launched from GUI. --env-file
has Docker read directly from .devcontainer/.env on disk. initializeCommand
ensures the file exists (touch) so container start never fails.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Tomeriko96 Tomeriko96 marked this pull request as ready for review March 18, 2026 11:37
@Tomeriko96 Tomeriko96 requested a review from aslamht March 18, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant