iiRecord
Agentic AI Atlas · dead-code-eliminator
lib-skill:code-migration-modernization--dead-code-eliminatora5c.ai
II.
LibrarySkill JSON

lib-skill:code-migration-modernization--dead-code-eliminator

Structured · live

dead-code-eliminator 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:code-migration-modernization--dead-code-eliminator",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "dead-code-eliminator",
    "description": "Identify and safely remove dead, unused, and unreachable code from codebases",
    "libraryPath": "library/specializations/code-migration-modernization/skills/dead-code-eliminator/SKILL.md",
    "specialization": "code-migration-modernization",
    "contentSummary": "# Dead Code Eliminator Skill\n\nIdentifies and safely removes dead code, unused functions, unreachable code paths, and orphaned files from codebases to reduce complexity and maintenance burden.\n\n## Purpose\n\nEnable safe dead code removal for:\n- Codebase simplification\n- Migration preparation\n-"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "skill-area:dead-code-elimination",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "skill-area:code-analysis-linting",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "topic:refactoring",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "role:refactor-bot",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "workflow:technical-debt-reduction",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:code-migration-modernization--dead-code-eliminator",
      "to": "specialization:code-migration-modernization",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}