II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--config-schema-validator
config-schema-validator overview
Generate Zod/JSON Schema configuration validators with defaults and error messages.
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
Generate configuration schema validators.
## Generated Patterns
```typescript
import { z } from 'zod';
export const configSchema = z.object({
server: z.object({
host: z.string().default('localhost'),
port: z.number().int().min(1).max(65535).default
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:configuration-management·SkillAreaConfiguration Management
Incoming edges
None.