Skip to content

Commit d23402a

Browse files
MrBogomipsclaude
andcommitted
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>
1 parent 81578b4 commit d23402a

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"metadata": {
88
"description": "A collection of developer tools and plugins for Claude Code",
99
"version": "1.0.0",
10-
"license": "MIT",
11-
"generatedAt": "2026-02-06T14:30:41.630Z"
10+
"license": "MIT"
1211
},
1312
"plugins": [
1413
{

docs/skills/devcontainer-generator/index.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ The skill must be invoked explicitly. It does not activate on its own.
2727

2828
Or in natural language:
2929

30-
> "Generate a devcontainer for this project"
30+
> "Generate a devcontainer using the skill `devcontainer-generator`."
3131
3232
## Two modes
3333

34+
The skill supports two modes of operation, depending on your needs:
35+
3436
| Mode | Use case |
3537
|------|----------|
3638
| **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. |
3840

3941
## Supported tech stacks
4042

@@ -109,15 +111,7 @@ The skill definition includes several frontmatter options that control its behav
109111

110112
## Installation
111113

112-
```bash
113-
# Clone the marketplace
114-
git clone https://github.com/MrBogomips/claude-code.git
115-
116-
# Or copy just this plugin
117-
cp -r plugins/devcontainer-generator ~/.claude/plugins/
118-
```
119-
120-
Then configure in your Claude Code settings.
114+
Add the plugin marketplace `MrBogomips/claude-code` and install the `devcontainer-generator` skill.
121115

122116
## Next steps
123117

0 commit comments

Comments
 (0)