You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update devcontainer-generator docs and clean up marketplace manifest
Simplify installation instructions, clarify skill invocation and modes,
and remove generated timestamp from marketplace.json.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/skills/devcontainer-generator/index.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,16 @@ The skill must be invoked explicitly. It does not activate on its own.
27
27
28
28
Or in natural language:
29
29
30
-
> "Generate a devcontainer for this project"
30
+
> "Generate a devcontainer using the skill `devcontainer-generator`."
31
31
32
32
## Two modes
33
33
34
+
The skill supports two modes of operation, depending on your needs:
35
+
34
36
| Mode | Use case |
35
37
|------|----------|
36
38
|**Full Development Environment**| Existing or new projects that need runtimes, services, and tooling |
37
-
|**Claude-Only**| Empty folders or cases where you only need a minimal container with Claude Code |
39
+
|**Claude-Only**| Empty folders or cases where you only need a minimal container with Claude Code. This scenario is ideal for using Claude Code in yolo mode into an isolated environment.|
38
40
39
41
## Supported tech stacks
40
42
@@ -109,15 +111,7 @@ The skill definition includes several frontmatter options that control its behav
0 commit comments