II.
LibrarySkill JSON
Structured · livelib-skill:shared--codebase-sync
codebase-sync json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--codebase-sync",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "codebase-sync",
"description": "Convention discovery and rule generation from codebase analysis. Scans project structure, builds search indexes, identifies patterns, and generates enforceable rules.",
"libraryPath": "library/methodologies/pilot-shell/skills/codebase-sync/SKILL.md",
"contentSummary": "- Scan directory structure for project type identification\n- Detect language, framework, package manager\n- Identify build tools, CI/CD config, test framework\n- Map high-level architecture (monorepo, microservices, etc.)\n\n### 2. Semantic Index Building\nFour parallel index domains:\n- **Code Ind"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--codebase-sync",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--codebase-sync",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--codebase-sync",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--codebase-sync",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--codebase-sync",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--codebase-sync",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--codebase-sync",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}