II.
LibrarySkill JSON
Structured · livelib-skill:cli-mcp-development--homebrew-formula-generator
homebrew-formula-generator json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "homebrew-formula-generator",
"description": "Generate Homebrew formula for CLI distribution on macOS and Linux.",
"libraryPath": "library/specializations/cli-mcp-development/skills/homebrew-formula-generator/SKILL.md",
"specialization": "cli-mcp-development",
"contentSummary": "# Homebrew Formula Generator\n\nGenerate Homebrew formula for CLI distribution.\n\n## Generated Patterns\n\n```ruby\nclass Myapp < Formula\n desc \"My CLI application\"\n homepage \"https://github.com/myuser/myapp\"\n url \"https://github.com/myuser/myapp/releases/download/v1.0.0/myapp-1.0.0.tar.gz\"\n"
},
"outgoingEdges": [
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "skill-area:deployment-infrastructure-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--homebrew-formula-generator",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}