iiRecord
Agentic AI Atlas · refactor-cleaner
lib-agent:shared--refactor-cleanera5c.ai
II.
LibraryAgent JSON

lib-agent:shared--refactor-cleaner

Structured · live

refactor-cleaner json

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

File · generated-library/agents.yamlCluster · generated-library
Record JSON
{
  "id": "lib-agent:shared--refactor-cleaner",
  "_kind": "LibraryAgent",
  "_file": "generated-library/agents.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "refactor-cleaner",
    "description": "Code cleanup and refactoring agent that addresses review findings while maintaining test coverage and applying clean code patterns.",
    "libraryPath": "library/methodologies/everything-claude-code/agents/refactor-cleaner/AGENT.md",
    "role": "Code Cleanup",
    "expertise": [
      "Review finding remediation",
      "SOLID principles and clean code patterns",
      "Immutability and functional patterns",
      "Dead code removal and import cleanup",
      "Naming and documentation improvement",
      "Coupling reduction and cohesion improvement",
      "Regression prevention through continuous testing"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "skill-area:prompt-engineering",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "skill-area:multi-agent-coordination",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-agent:shared--refactor-cleaner",
      "to": "specialization:ai-agents-conversational",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:shared--ecc-orchestrator",
      "to": "lib-agent:shared--refactor-cleaner",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ]
}