II.
LibrarySkill JSON
Structured · livelib-skill:cli-mcp-development--tui-test-renderer
tui-test-renderer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:cli-mcp-development--tui-test-renderer",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "tui-test-renderer",
"description": "Set up testing utilities for TUI components with ink-testing-library and Bubble Tea testing.",
"libraryPath": "library/specializations/cli-mcp-development/skills/tui-test-renderer/SKILL.md",
"specialization": "cli-mcp-development",
"contentSummary": "# TUI Test Renderer\n\nSet up testing utilities for TUI components.\n\n## Generated Patterns\n\n### Ink Testing\n\n```typescript\nimport { render } from 'ink-testing-library';\nimport React from 'react';\nimport { MyComponent } from './MyComponent';\n\ntest('renders correctly', () => {\n const { la"
},
"outgoingEdges": [
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "skill-area:cli-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:cli-mcp-development--tui-test-renderer",
"to": "specialization:cli-mcp-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}