II.
LibrarySkill JSON
Structured · livelib-skill:meta--examples
deploy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:meta--examples",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "deploy",
"description": "Deploy the application to a target environment. Use when deploying code, releasing, or pushing to staging/production. Requires explicit user invocation.",
"libraryPath": "library/specializations/meta/harnesses/claude-code/examples/SKILL.md",
"specialization": "meta",
"contentSummary": "# Deploy Skill\n\nDeploy the application to the specified environment.\n\n## Arguments\n\n- `$ARGUMENTS[0]` (or `$0`): Target environment (`staging`, `production`, `canary`). Defaults to `staging`.\n- Additional flags are parsed from `$ARGUMENTS`.\n\n## Dynamic Context\n\nCurrent branch and recent commits:\n!`g"
},
"outgoingEdges": [
{
"from": "lib-skill:meta--examples",
"to": "skill-area:deployment",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:meta--examples",
"to": "topic:ci-cd",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:meta--examples",
"to": "topic:release-management",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:meta--examples",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:meta--examples",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:meta--examples",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:meta--examples",
"to": "specialization:meta",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}