II.
LibrarySkill JSON
Structured · livelib-skill:web-development--oauth
oauth json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--oauth",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "oauth",
"description": "OAuth 2.0/OIDC flows, provider integration, and token handling.",
"libraryPath": "library/specializations/web-development/skills/oauth/SKILL.md",
"specialization": "web-development",
"contentSummary": "# OAuth Skill\n\nExpert assistance for OAuth 2.0 and OpenID Connect implementation.\n\n## Capabilities\n\n- Implement OAuth flows\n- Integrate providers (Google, GitHub)\n- Handle PKCE\n- Manage tokens\n- Configure OIDC\n\n## OAuth Flow\n\n```typescript\n// Authorization Code Flow with PKCE\nconst c"
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--oauth",
"to": "skill-area:authentication-authorization",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--oauth",
"to": "skill-area:oauth-flows",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--oauth",
"to": "topic:oauth-openid-connect",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--oauth",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--oauth",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--oauth",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--oauth",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}