Install
$ agentstack add skill-willvelida-code-minions-creating-devcontainers ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
DevContainer Skill
Overview
This skill provides capabilities for creating and reviewing DevContainer configurations that comply with organisational standards.
Capabilities
| Capability | Action | Description | |------------|--------|-------------| | Create | actions/create.md | Generate a standards-compliant DevContainer configuration | | Review | actions/review.md | Analyse an existing DevContainer for compliance and improvements |
Standards
This skill bundles the following standards in standards/:
| Standard | File | Description | |----------|------|-------------| | Core | core.md | Base image, lifecycle hooks, container configuration, file structure | | Extensions | extensions.md | VS Code extension requirements and guidelines | | Features | features.md | DevContainer features configuration and versioning | | Security | security.md | Security requirements and risk guidance | | Checklist | checklist.md | Consolidated compliance checklist | | Template | template.json | Base configuration template |
Usage
- Load this skill manifest
- Identify the required capability (create or review)
- Load the bundled standards from
standards/ - Ask the user what language(s) and tooling the DevContainer needs to accommodate
- Execute the action following
actions/.md
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: willvelida
- Source: willvelida/code-minions
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.