II.
LibrarySkill JSON
Structured · livelib-skill:cli-mcp-development--plugin-manifest-schema
plugin-manifest-schema json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"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\n\nDefine plugin manifest schema.\n\n## Generated Patterns\n\n```typescript\nimport { z } from 'zod';\n\nexport const pluginManifestSchema = z.object({\n name: z.string().regex(/^[a-z0-9-]+$/),\n version: z.string().regex(/^\\d+\\.\\d+\\.\\d+/),\n description: z.string(),\n m"
},
"outgoingEdges": [
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "skill-area:plugin-systems",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--plugin-manifest-schema",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}