II.
LibrarySkill JSON
Structured · livelib-skill:web-development--jwt
jwt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--jwt",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "jwt",
"description": "JWT implementation, token management, refresh patterns, and security.",
"libraryPath": "library/specializations/web-development/skills/jwt/SKILL.md",
"specialization": "web-development",
"contentSummary": "# JWT Skill\n\nExpert assistance for JWT authentication implementation.\n\n## Capabilities\n\n- Generate and verify tokens\n- Implement refresh tokens\n- Handle token storage\n- Configure expiration\n- Secure token handling\n\n## Implementation\n\n```typescript\nimport jwt from 'jsonwebtoken';\n\nfu"
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--jwt",
"to": "skill-area:authentication-authorization",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jwt",
"to": "skill-area:backend-auth",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--jwt",
"to": "topic:jwt-handling",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jwt",
"to": "topic:secure-authentication-patterns",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--jwt",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jwt",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--jwt",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--jwt",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}