Agent Skills: Django

Scraped from https://docs.djangoproject.com/en/5.0/ Source: https://docs.djangoproject.com/en/5.0/. Use when questions involve: auth, class based views, contrib, contributing, db, deployment.

UncategorizedID: bankkroll/skills-builder/django

Install this agent skill to your local

pnpm dlx add-skill https://github.com/BankkRoll/Skills-Builder/tree/HEAD/skills/django

Skill Files

Browse the full folder contents for django.

Download Skill

Loading file tree…

skills/django/SKILL.md

Skill Metadata

Name
"django"
Description
"Scraped from https://docs.djangoproject.com/en/5.0/ Source: https://docs.djangoproject.com/en/5.0/. Use when questions involve: auth, class based views, contrib, contributing, db, deployment."

Django

Official documentation: https://docs.djangoproject.com/en/5.0/

Overview

This skill provides comprehensive documentation for django.

Total references: 96 files (~586,000 tokens)

Topics covered: Upload Handlers, Documentation helpers, Pickling objects, Templates, Refreshing objects from database, Basic forms, Write your views, TheImageFileclass, Executing custom SQL directly, The basics, Widgets inheriting from theSelectwidget, Test cases features...

Reference Files

Load only the reference files relevant to the user's question:

Faq

  • FAQ: Getting Help¶ (~729 tokens)
    • Topics: How do I do X Why doesnt Y work Where can I go to get help, Why hasnt my message appeared ondjango-users, Nobody answered my question What should I do

General

Howto

Internals

Intro

Misc

Ref

Releases

Topics

Usage Guidelines

  1. Identify relevant sections - Match the user's question to the appropriate reference file(s)
  2. Load minimally - Only read files directly relevant to the question to conserve context
  3. Cite sources - Reference specific sections when answering
  4. Combine knowledge - For complex questions, you may need multiple reference files

When to use each reference:

  • Auth: Auth-related features and documentation
  • Class Based Views: Class Based Views-related features and documentation
  • Contrib: Contrib-related features and documentation
  • Contributing: Contributing-related features and documentation
  • Db: Db-related features and documentation
  • Deployment: Deployment, hosting, and infrastructure
  • Faq: Faq-related features and documentation
  • Files: Files-related features and documentation
  • Forms: Forms-related features and documentation
  • General: General documentation, overview, and getting started
  • Howto: Howto-related features and documentation
  • Http: Http-related features and documentation
  • I18N: I18N-related features and documentation
  • Internals: Internals-related features and documentation
  • Intro: Intro-related features and documentation
  • Misc: Misc-related features and documentation
  • Models: Models-related features and documentation
  • Ref: Ref-related features and documentation
  • Releases: Releases-related features and documentation
  • Templates: Templates-related features and documentation
  • Testing: Testing-related features and documentation
  • Topics: Topics-related features and documentation