iiRecord
Agentic AI Atlas · git
lib-skill:web-development--gita5c.ai
II.
LibrarySkill JSON

lib-skill:web-development--git

Structured · live

git json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:web-development--git",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "git",
    "description": "Git workflows, branching strategies, and hooks.",
    "libraryPath": "library/specializations/web-development/skills/git/SKILL.md",
    "specialization": "web-development",
    "contentSummary": "# Git Skill\n\nExpert assistance for Git workflows and best practices.\n\n## Capabilities\n\n- Configure Git workflows\n- Set up branching strategies\n- Implement Git hooks\n- Handle merge strategies\n- Configure commit conventions\n\n## Branching Strategy\n\n```\nmain\n  └── develop\n        ├── fe"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:web-development--git",
      "to": "skill-area:code-review-practice",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--git",
      "to": "topic:gitflow",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--git",
      "to": "topic:trunk-based-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:web-development--git",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--git",
      "to": "role:frontend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--git",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:web-development--git",
      "to": "workflow:pull-request-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:web-development--git",
      "to": "specialization:web-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}