II.
LibrarySkill JSON
Structured · livelib-skill:web-development--zod
zod json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--zod",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "zod",
"description": "Zod schema validation and type inference.",
"libraryPath": "library/specializations/web-development/skills/zod/SKILL.md",
"specialization": "web-development",
"contentSummary": "# Zod Skill\n\nExpert assistance for Zod schema validation.\n\n## Capabilities\n\n- Create Zod schemas\n- Infer TypeScript types\n- Handle transformations\n- Validate forms\n- Parse API responses\n\n## Schema Patterns\n\n```typescript\nimport { z } from 'zod';\n\nconst UserSchema = z.object({\n id:"
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--zod",
"to": "skill-area:data-validation-sanitization",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--zod",
"to": "topic:api-design",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--zod",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--zod",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--zod",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--zod",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}