II.
LibrarySkill JSON
Structured · livelib-skill:web-development--caching
caching json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--caching",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "caching",
"description": "HTTP caching, service workers, cache invalidation, and CDN configuration.",
"libraryPath": "library/specializations/web-development/skills/caching/SKILL.md",
"specialization": "web-development",
"contentSummary": "# Caching Skill\n\nExpert assistance for caching strategies.\n\n## Capabilities\n\n- Configure HTTP caching\n- Implement service workers\n- Set up CDN caching\n- Handle cache invalidation\n- Design caching architecture\n\n## HTTP Cache Headers\n\n```typescript\n// Immutable assets\nheaders['Cache-Co"
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--caching",
"to": "skill-area:data-fetching-caching",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--caching",
"to": "skill-area:caching-strategies",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--caching",
"to": "topic:cache-aside-pattern",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--caching",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--caching",
"to": "role:frontend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--caching",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--caching",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}