II.
LibrarySkill JSON
Structured · livelib-skill:backend-development--webhook-verification
webhook-verification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:backend-development--webhook-verification",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "webhook-verification",
"description": "Implement secure webhook verification — HMAC signature validation, replay attack prevention, idempotency keys, and webhook payload processing.",
"libraryPath": "library/specializations/backend-development/skills/webhook-verification/SKILL.md",
"specialization": "backend-development",
"contentSummary": "# Webhook Verification Skill\n\n> Stub — implementation pending."
},
"outgoingEdges": [
{
"from": "lib-skill:backend-development--webhook-verification",
"to": "skill-area:webhook-verification",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:backend-development--webhook-verification",
"to": "domain:backend",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:backend-development--webhook-verification",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:backend-development--webhook-verification",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:backend-development--webhook-verification",
"to": "specialization:backend-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}