{
"id": "skill:dockerization",
"_kind": "Skill",
"_file": "extensions/skills/extended-skills.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Dockerization",
"description": "Containerize an application: write a minimal multi-stage Dockerfile,\na .dockerignore, a docker-compose for local dev, and verify the\nimage builds and the entrypoint comes up cleanly.\n",
"kind": "claude-code-skill",
"invocationMode": "model-invoked",
"entrypoint": "SKILL.md",
"domains": [
"domain:devops"
],
"sourceRef": "source-ref:anthropic-extra-skills"
},
"outgoingEdges": [
{
"from": "skill:dockerization",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill:dockerization",
"to": "extension-interface:reflection",
"kind": "implements",
"attributes": {}
},
{
"from": "skill:dockerization",
"to": "source-ref:anthropic-extra-skills",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "skill:dockerization",
"to": "skill-area:containerization",
"kind": "addresses",
"attributes": {}
},
{
"from": "skill:dockerization",
"to": "skill-area:container-security",
"kind": "addresses",
"attributes": {}
}
],
"incomingEdges": []
}