II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--plugin-loader-generator
plugin-loader-generator overview
Generate dynamic plugin loading system with discovery, validation, and lifecycle management.
Attributes
displayName
plugin-loader-generator
description
Generate dynamic plugin loading system with discovery, validation, and lifecycle management.
libraryPath
library/specializations/cli-mcp-development/skills/plugin-loader-generator/SKILL.md
specialization
cli-mcp-development
contentSummary
# Plugin Loader Generator
Generate dynamic plugin loading system.
## Generated Patterns
```typescript
import fs from 'fs';
import path from 'path';
interface Plugin {
name: string;
version: string;
init: () => Promise<void>;
destroy?: () => Promise<void>;
}
export class
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_workflow2
- workflow:feature-development·Workflow
- workflow:product-discovery·WorkflowProduct Discovery
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.