II.
LibrarySkill JSON
Structured · livelib-skill:programming-languages--macro-systems
macro-systems json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:programming-languages--macro-systems",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "macro-systems",
"description": "Expert skill for designing and implementing macro systems including hygienic macros, procedural macros, and macro expansion. Supports pattern-based macros, quasi-quotation, and hygiene management.",
"libraryPath": "library/specializations/programming-languages/skills/macro-systems/SKILL.md",
"specialization": "programming-languages",
"contentSummary": "# Macro Systems Skill\n\nDesign and implement macro systems for programming languages, from simple text-based macros to sophisticated hygienic macro systems.\n\n## Capabilities\n\n- Design macro invocation syntax and patterns\n- Implement pattern-based macro matching and expansion\n- Implement hygie"
},
"outgoingEdges": [
{
"from": "lib-skill:programming-languages--macro-systems",
"to": "skill-area:compiler-implementation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:programming-languages--macro-systems",
"to": "skill-area:language-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:programming-languages--macro-systems",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:programming-languages--macro-systems",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:programming-languages--macro-systems",
"to": "specialization:programming-languages",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}