Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Install Claude Dev

ASecurity

Install or update the claude-dev tooling — the claude-dev command, the container Dockerfile, the default config, the egress allow-list, the IDE-oracle preflight, and the ~/.claude.json scrubber — from this repo's tools/claude-dev/ into ~/.local/bin and ~/.config/claude-dev. Thin front-end for tools/claude-dev/install.sh: run its check mode to show drift, apply only on the user's approval. Use when the user asks to install claude-dev, set up the development container, or update the launcher or...

16 stars
0 votes
0 copies
0 views
Added 9/20/2026
devopsgobashdocker

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add woditschka/agentic-coding-reference --skill install-claude-dev --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Install Claude Dev?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Install Claude Dev
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/woditschka-install-claude-dev/badge)](https://www.skillsdirectory.com/skills/woditschka-install-claude-dev)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: install-claude-dev
description: >-
  Install or update the claude-dev tooling — the claude-dev command, the
  container Dockerfile, the default config, the egress allow-list, the
  IDE-oracle preflight, and the ~/.claude.json scrubber — from this repo's
  tools/claude-dev/ into ~/.local/bin and ~/.config/claude-dev. Thin front-end
  for tools/claude-dev/install.sh: run its check mode to show drift, apply only
  on the user's approval. Use when the user asks to install claude-dev, set up
  the development container, or update the launcher or image definition.
  Examples: "install claude-dev", "update the container tooling", "set up the
  claude container".
compatibility:
  - claude-code
metadata:
  version: "2.1"
---

# install-claude-dev

The mechanics live in `tools/claude-dev/install.sh` (source of truth: this
repo's `tools/claude-dev/`). The skill adds the approval gate: **never apply
without the user's explicit OK.**

## Process

1. **Detect drift.** Run from the repo root (the script reads sources relative
   to itself; if not in this repo, stop and say so):
   ```bash
   tools/claude-dev/install.sh check
   ```
   It prints one status per target — `identical`, `drift (N lines)`, or
   `missing` — for the command (`~/.local/bin/claude-dev`), the managed files
   (`Dockerfile`, `claude_dev_config.py`, `claude_dev_scrub.py`,
   `ide_preflight.py`), and the one policy file the user owns
   (`claude-dev.toml`). The installer carries no migration path and reports no
   retired files: it installs the current tool and nothing else.

2. **Show the table and get approval.** Present the drift; for drifted rows,
   offer the unified diff on request. Do NOT edit without explicit approval
   ("apply", "go ahead", "install"). If everything is `identical`, report that
   and stop.

3. **Apply:**
   ```bash
   tools/claude-dev/install.sh apply
   ```
   It installs the command and the managed files, keeps an existing
   `claude-dev.toml` untouched, and smoke-tests `claude-dev help`. A smoke-test
   failure exits non-zero: do not declare success; report the exact output.

4. **Handle policy drift.** `apply` never overwrites `claude-dev.toml`, so a
   drifted config stays drifted — most often the repo copy gained a new default
   domain. Show the diff and offer to merge the additions into the installed
   file; edit it only with the user's approval. `install.sh reset-config`
   replaces it with the shipped version and keeps the old one as `.bak` — offer
   it only when the user wants to discard their policy, and never as the fix
   for a small merge.

   A config carrying a table or key this version does not read is refused by
   name at launch, not ignored. `check` reports that case as `REFUSED by this
   version` — raise it BEFORE applying, because `apply` overwrites the managed
   files first and its smoke test would then fail on the stale policy. The fix
   is to delete the named line, never to widen the reader.

5. **Report.** What changed, the smoke-test result, and the next steps that are
   NOT this skill's job: `claude-dev build` for the image build (this build adds
   squid, socat and bubblewrap, so an existing image must be rebuilt — a session
   started on a stale image refuses to launch rather than running unproxied),
   `claude-dev update` after a Dockerfile change, and one `/login` inside on
   first run.

## What this skill does NOT do

- **Build or update the image** — that is `claude-dev build` / `claude-dev update`; builds take minutes and the user runs them when ready.
- **Run the container** — the user runs `claude-dev` from a project directory.
- **Log in** — credentials are container-private; `/login` happens inside.
- **Edit the allow-list** — `[egress] allow` in `claude-dev.toml` is the user's egress policy. Suggest entries; never add one unasked, and never paste in a list of names a session was observed requesting.
- **Uninstall** — the user deletes `~/.local/bin/claude-dev` and `~/.config/claude-dev/` manually.
- **Pull from upstream** — the source of truth is this repo.
- **Survive across machines** — the install targets are per-machine; run once per machine.

Attribution

woditschkawoditschka
View sourceMore from woditschka →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Terraform Module Library

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

393431 votes

sematext-otel

Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.

01 votes

Deployment Patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

2459130 votes

Babysit

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

942310 votes

V7 Roster

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805540 votes
View all in devops →