Baked-in example skill. Proves skills load in the container. Replace or delete it under claude-config/skills/.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add cosyte/claude-containers --skill example-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Example Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cosyte-example-skill)More formats (shields.io, HTML) on the badges page.
---
name: example-skill
description: Baked-in example skill. Proves skills load in the container. Replace or delete it under claude-config/skills/.
---
# Example skill
This skill exists only to demonstrate that skills baked into the image are
copied to `~/.claude/skills/<name>/` and discovered by Claude Code in the
container.
When invoked, do exactly this:
1. Print: `example-skill loaded OK from the baked-in image`.
2. Show `claude --version` and the current `/workspace` git branch.
3. Stop. Do nothing else.
To add your own skills, drop one directory per skill under
`claude-config/skills/`, each containing its own `SKILL.md`, and rebuild.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!