II.
LibrarySkill JSON
Structured · livelib-skill:cli-mcp-development--line-ending-normalizer
line-ending-normalizer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cli-mcp-development--line-ending-normalizer",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "line-ending-normalizer",
"description": "Normalize line endings for cross-platform file handling with CRLF/LF conversion and git configuration.",
"libraryPath": "library/specializations/cli-mcp-development/skills/line-ending-normalizer/SKILL.md",
"specialization": "cli-mcp-development",
"contentSummary": "# Line Ending Normalizer\n\nNormalize line endings for cross-platform compatibility.\n\n## Capabilities\n\n- Detect line ending style\n- Convert between CRLF and LF\n- Configure git line ending settings\n- Handle mixed line endings\n- Set up .gitattributes\n\n## Generated Patterns\n\n```typescript\nexport type Lin"
},
"outgoingEdges": [
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "skill-area:mcp-server-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--line-ending-normalizer",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}