II.
LibrarySkill JSON
Structured · livelib-skill:web-development--docker-web
docker-web json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--docker-web",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "docker-web",
"description": "Docker containerization for web apps, multi-stage builds, and optimization.",
"libraryPath": "library/specializations/web-development/skills/docker-web/SKILL.md",
"specialization": "web-development",
"contentSummary": "# Docker Web Skill\n\nExpert assistance for containerizing web applications.\n\n## Capabilities\n\n- Create multi-stage Dockerfiles\n- Optimize image size\n- Configure for production\n- Handle Node.js apps\n- Set up docker-compose\n\n## Dockerfile\n\n```dockerfile\n# Build stage\nFROM node:20-alpine"
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--docker-web",
"to": "skill-area:containerization",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--docker-web",
"to": "skill-area:deployment-infrastructure-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--docker-web",
"to": "topic:twelve-factor-app",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--docker-web",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--docker-web",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--docker-web",
"to": "role:devops-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--docker-web",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}