II.
LibrarySkill JSON
Structured · livelib-skill:shared--code-generation
code-generation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--code-generation",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "code-generation",
"description": "Minimal, pattern-matching code output. Write the least code that satisfies requirements. Match existing project patterns. Use Write/Edit tools only.",
"libraryPath": "library/methodologies/cc10x/skills/code-generation/SKILL.md",
"contentSummary": "## Code Quality Checks\n\n- Follow project naming conventions\n- Match existing file structure and organization\n- Use established error handling patterns\n- Maintain consistent import ordering\n- Follow TypeScript strictness (no `any`, proper narrowing)\n\n## When to Use\n\n- During TDD GREEN phase"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--code-generation",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-generation",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--code-generation",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-generation",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-generation",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-generation",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--code-generation",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}