iiRecord
Agentic AI Atlas · changelog-generator
lib-skill:sdk-platform-development--changelog-generatora5c.ai
II.
LibrarySkill JSON

lib-skill:sdk-platform-development--changelog-generator

Structured · live

changelog-generator 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:sdk-platform-development--changelog-generator",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "changelog-generator",
    "description": "Automated changelog generation from commits and PRs",
    "libraryPath": "library/specializations/sdk-platform-development/skills/changelog-generator/SKILL.md",
    "specialization": "sdk-platform-development",
    "contentSummary": "# Changelog Generator Skill\n\n## Overview\n\nThis skill automates changelog generation from conventional commits and pull requests, producing well-formatted release notes for SDK versions.\n\n## Capabilities\n\n- Parse conventional commits for changelog entries\n- Generate release notes from PR des"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:sdk-platform-development--changelog-generator",
      "to": "skill-area:semver-discipline",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:sdk-platform-development--changelog-generator",
      "to": "skill-area:deprecation-policy",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:sdk-platform-development--changelog-generator",
      "to": "topic:api-design",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:sdk-platform-development--changelog-generator",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:sdk-platform-development--changelog-generator",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:sdk-platform-development--changelog-generator",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:sdk-platform-development--changelog-generator",
      "to": "specialization:sdk-platform-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}