II.
LibrarySkill JSON
Structured · livelib-skill:cli-mcp-development--pyinstaller-config
pyinstaller-config json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cli-mcp-development--pyinstaller-config",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "pyinstaller-config",
"description": "Configure PyInstaller for Python binary builds with spec files and bundling options.",
"libraryPath": "library/specializations/cli-mcp-development/skills/pyinstaller-config/SKILL.md",
"specialization": "cli-mcp-development",
"contentSummary": "# PyInstaller Config\n\nConfigure PyInstaller for Python binary builds.\n\n## Generated Patterns\n\n```python\n# myapp.spec\nblock_cipher = None\n\na = Analysis(\n ['src/myapp/__main__.py'],\n pathex=[],\n binaries=[],\n datas=[('src/myapp/data', 'data')],\n hiddenimports=['click', 'r"
},
"outgoingEdges": [
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "skill-area:deployment-infrastructure-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--pyinstaller-config",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}