II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--plugin-manifest-schema
plugin-manifest-schema overview
Define plugin manifest schema with versioning and dependency declarations.
Attributes
displayName
plugin-manifest-schema
description
Define plugin manifest schema with versioning and dependency declarations.
libraryPath
library/specializations/cli-mcp-development/skills/plugin-manifest-schema/SKILL.md
specialization
cli-mcp-development
contentSummary
# Plugin Manifest Schema
Define plugin manifest schema.
## Generated Patterns
```typescript
import { z } from 'zod';
export const pluginManifestSchema = z.object({
name: z.string().regex(/^[a-z0-9-]+$/),
version: z.string().regex(/^\d+\.\d+\.\d+/),
description: z.string(),
m
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:plugin-systems·SkillAreaPlugin System Design
Incoming edges
None.