II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--yaml-json-toml-loader
yaml-json-toml-loader overview
Generate multi-format configuration file loaders for YAML, JSON, and TOML formats.
Attributes
displayName
yaml-json-toml-loader
description
Generate multi-format configuration file loaders for YAML, JSON, and TOML formats.
libraryPath
library/specializations/cli-mcp-development/skills/yaml-json-toml-loader/SKILL.md
specialization
cli-mcp-development
contentSummary
# YAML/JSON/TOML Loader
Generate multi-format config file loaders.
## Generated Patterns
```typescript
import fs from 'fs';
import path from 'path';
import yaml from 'yaml';
import toml from '@iarna/toml';
type ConfigFormat = 'json' | 'yaml' | 'toml' | 'auto';
export function load
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:parsing-data-formats·SkillAreaParsing and Data Formats
Incoming edges
None.