II.
LibrarySkill JSON
Structured · livelib-skill:cli-mcp-development--dotenv-integration
dotenv-integration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cli-mcp-development--dotenv-integration",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "dotenv-integration",
"description": "Integrate dotenv for environment variable loading with validation and type coercion.",
"libraryPath": "library/specializations/cli-mcp-development/skills/dotenv-integration/SKILL.md",
"specialization": "cli-mcp-development",
"contentSummary": "# Dotenv Integration\n\nIntegrate dotenv for environment variable loading.\n\n## Generated Patterns\n\n```typescript\nimport { config } from 'dotenv';\nimport { expand } from 'dotenv-expand';\nimport { z } from 'zod';\n\n// Load .env files in order\nfor (const file of ['.env.local', `.env.${process."
},
"outgoingEdges": [
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "skill-area:configuration-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--dotenv-integration",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}