II.
LibrarySkill JSON
Structured · livelib-skill:cli-mcp-development--config-schema-validator
config-schema-validator json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cli-mcp-development--config-schema-validator",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "config-schema-validator",
"description": "Generate Zod/JSON Schema configuration validators with defaults and error messages.",
"libraryPath": "library/specializations/cli-mcp-development/skills/config-schema-validator/SKILL.md",
"specialization": "cli-mcp-development",
"contentSummary": "# Config Schema Validator\n\nGenerate configuration schema validators.\n\n## Generated Patterns\n\n```typescript\nimport { z } from 'zod';\n\nexport const configSchema = z.object({\n server: z.object({\n host: z.string().default('localhost'),\n port: z.number().int().min(1).max(65535).default"
},
"outgoingEdges": [
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "skill-area:configuration-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--config-schema-validator",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}