iiRecord
Agentic AI Atlas · Python Django Debug
skill:python-django-debuga5c.ai
II.
Skill JSON

skill:python-django-debug

Structured · live

Python Django Debug json

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

File · extensions/skills/python-django-debug.yamlCluster · extensions
Record JSON
{
  "id": "skill:python-django-debug",
  "_kind": "Skill",
  "_file": "extensions/skills/python-django-debug.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Python Django Debug",
    "description": "Systematic debugging skill for Django applications: reproduces the\nfailing request, isolates middleware vs view vs ORM, inspects query\nplans, and proposes a minimal fix.\n",
    "keyword": "python-django-debug",
    "entrypoint": "SKILL.md",
    "domains": [
      "specialization:backend-python-django"
    ],
    "roles": [
      "role:debugger"
    ],
    "requiresLanguages": [
      "language:python"
    ],
    "requiresFrameworks": [
      "framework:django"
    ],
    "sourceRef": "source-ref:a5c-plugins-python-django-debug"
  },
  "outgoingEdges": [
    {
      "from": "skill:python-django-debug",
      "to": "specialization:backend-python-django",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "skill:python-django-debug",
      "to": "extension-interface:reflection",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "skill:python-django-debug",
      "to": "source-ref:a5c-plugins-python-django-debug",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "skill:python-django-debug",
      "to": "skill-area:integration-testing",
      "kind": "addresses",
      "attributes": {}
    },
    {
      "from": "skill:python-django-debug",
      "to": "skill-area:postgres-tuning",
      "kind": "addresses",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "scope-boundary:python-django-debug.scope",
      "to": "skill:python-django-debug",
      "kind": "bounds_subject"
    }
  ]
}