Python Django Debug
skill:python-django-debug
Skillextensions/skills/python-django-debug.yaml·Open in Graph → {
"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"
}
]
}