iiRecord
Agentic AI Atlas · codebase-research
lib-skill:shared--codebase-researcha5c.ai
II.
LibrarySkill JSON

lib-skill:shared--codebase-research

Structured · live

codebase-research 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:shared--codebase-research",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "codebase-research",
    "description": "Systematic codebase exploration following the Iron Law - understand the problem before exploring code. Four phases with file-finder and web-researcher agents.",
    "libraryPath": "library/methodologies/rpikit/skills/codebase-research/SKILL.md",
    "contentSummary": "- Investigating how an existing feature works before modifying it\n- Understanding dependencies and data flows before planning\n- Gathering context for a known goal\n\n## Process\n\n1. **Understand the request** - Ask clarifying questions one at a time (purpose, specifics, scope, constraints, contex"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:shared--codebase-research",
      "to": "skill-area:agentic-loops",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--codebase-research",
      "to": "skill-area:orchestration-loop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--codebase-research",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--codebase-research",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--codebase-research",
      "to": "role:tech-lead",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:shared--codebase-research",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:shared--codebase-research",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}