{% extends "admin/dbs/wiki/_layout.html" %} {% block wiki %}

Working with AI assistants

DBS ships instructions that teach a coding assistant how to use it correctly — the settings, the commands, the restore semantics, and the mistakes that cost data.

python manage.py dbs ai            # writes .claude/skills/django-dbs/
python manage.py dbs ai --agents   # also appends a section to AGENTS.md
python manage.py dbs ai --check    # CI: fail if the installed copy has drifted

The source of truth lives inside the installed package under dbs/ai/, so it travels with the version you actually have.

{% endblock %}