Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add pledgeandgrow/pledge-skills --skill djangogit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/django)<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/django"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/django/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/django"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/django.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00225 | $0.01901 |
| Opus 5 | $0.00112 | $0.00950 |
| Sonnet 5 | $0.00045 | $0.00380 |
| Haiku 4.5 | $0.00022 | $0.00190 |
Grade A, and why
django-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Django 6.0 Reference Skill
Official Documentation: https://docs.djangoproject.com/en/6.0/
This skill ensures Claude always uses the latest Django 6.0 patterns, APIs, and best practices.
Quick Reference
| Topic | File |
|---|---|
| Getting Started (install, project structure, settings) | getting-started.md |
| Models (fields, relationships, Meta options, inheritance) | models.md |
| Model Field Reference (all field types, options, validators) | model-fields.md |
| QuerySets (filtering, Q objects, aggregation, F expressions, raw SQL) | querysets.md |
| Migrations (makemigrations, migrate, operations, data migrations) | migrations.md |
| Views (function-based, class-based, decorators, shortcuts) | views.md |
| URL Routing (URLconfs, path converters, reverse, namespaces) | urls.md |
| Templates (DTL syntax, tags, filters, inheritance, custom tags) | templates.md |
| Forms (Form, ModelForm, formsets, validation, widgets) | forms.md |
| Admin Site (registration, ModelAdmin, actions, customization) | admin.md |
| Authentication (users, groups, permissions, backends, password management) | authentication.md |
| Middleware (built-in, custom, order, async) | middleware.md |
| Security (CSRF, XSS, SQL injection, clickjacking, CSP, SSL/HTTPS) | security.md |
| Testing (TestCase, Client, fixtures, mocking, async testing) | testing.md |
| Caching (Redis, Memcached, database, file, per-view, low-level API) | caching.md |
| Settings Reference (core settings, database, middleware, apps) | settings.md |
| Deployment (WSGI, ASGI, static files, checklist, Docker) | deployment.md |
| Internationalization (i18n, localization, time zones, formatting) | i18n.md |
| Async Support (async views, ORM, middleware, testing) | async.md |
| Signals (built-in signals, custom signals, receivers) | signals.md |
| Performance and Optimization (database, caching, profiling) | performance.md |
| Class-Based Views (generic views, mixins, flattened index) | class-based-views.md |
| File Uploads and Storage (FileField, ImageField, storage API) | file-uploads.md |
| Sessions, Messages, Pagination (session backends, messages framework) | sessions-messages.md |
| REST API Patterns (DRF integration, serialization, API design) | rest-api.md |
| Breaking Changes (migration guide from Django 5.x to 6.0) | breaking-changes.md |
| Background Tasks (new Django 6.0 tasks framework) | django-tasks.md |
| PostgreSQL Extensions (ArrayField, HStore, Range, full-text search) | postgres.md |
| Email Framework (send_mail, EmailMessage, backends, attachments) | email.md |
| Multiple Databases (routers, primary/replica, manual selection) | multiple-databases.md |
| Contrib Packages (contenttypes, sitemaps, syndication, sites, flatpages) | contrib-packages.md |
| GeoDjango (GIS, spatial fields, spatial queries, GEOS API) | geodjango.md |
| Database Functions (Cast, Extract, Trunc, Concat, Window functions) | database-functions.md |
| Custom Management Commands (BaseCommand, arguments, testing) | management-commands.md |
| Serialization (JSON, XML, YAML, GeoJSON, natural keys, fixtures) | serialization.md |
| Validators & Exceptions (built-in/custom validators, exception hierarchy) | validators-exceptions.md |
| Apps API & System Checks (AppConfig, app registry, custom checks) | apps-api.md |
| Advanced ORM (Conditional Expressions, Custom Fields, Custom Lookups) | advanced-orm.md |
| Advanced Views (TemplateResponse, CSV, PDF, Conditional Processing) | advanced-views.md |
| Advanced Templates (Custom backends, Jinja2, template API) | advanced-templates.md |
| Logging (loggers, handlers, formatters, AdminEmailHandler) | logging.md |
| Misc (Cryptographic signing, Unicode, Admin docs, Composite PKs) | misc.md |
| Django Utils (cache, dateparse, encoding, html, http, text, timezone, translation) | django-utils.md |
| Composite Primary Keys (Meta.primary_key, migration, relations, forms, admin) | composite-pk.md |
What ships with it
43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- admin.md 6.6 KB
- advanced-orm.md 9.4 KB
- advanced-templates.md 6.3 KB
- advanced-views.md 6.9 KB
- apps-api.md 6.0 KB
- async.md 5.8 KB
- authentication.md 9.7 KB
- breaking-changes.md 4.9 KB
- caching.md 6.5 KB
- class-based-views.md 7.0 KB
- composite-pk.md 11 KB
- contrib-packages.md 11 KB
- database-functions.md 7.7 KB
- deployment.md 6.6 KB
- django-tasks.md 4.6 KB
- django-utils.md 14 KB
- email.md 7.5 KB
- file-uploads.md 6.1 KB
- forms.md 10.0 KB
- geodjango.md 8.4 KB
- getting-started.md 3.5 KB
- i18n.md 6.6 KB
- logging.md 7.6 KB
- management-commands.md 8.0 KB
- middleware.md 7.6 KB
- migrations.md 5.3 KB
- misc.md 7.6 KB
- model-fields.md 9.2 KB
- models.md 9.8 KB
- multiple-databases.md 7.1 KB
- performance.md 7.4 KB
- postgres.md 8.6 KB
- querysets.md 10 KB
- rest-api.md 10 KB
- security.md 6.5 KB
- serialization.md 5.7 KB
- settings.md 8.1 KB
- signals.md 9.4 KB
- templates.md 6.1 KB
- testing.md 7.6 KB
- urls.md 4.3 KB
- validators-exceptions.md 9.5 KB
- views.md 8.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 156 lines · 225 tokens per session scan A 8ec1e8bbd864
django-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 225 tokens to every session and 1,901 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
hunt-django
Hunt Django-specific vulnerabilities: DRF permission gaps, ORM injection, and admin exploitation.
django
Operational skill for Django: models, ORM query hygiene, migrations, views/URLs, settings security, and admin customization.
Django Patterns
Use this skill when working on Django apps/APIs and you want safe model design, query performance awareness, and clean view/service structure.
django
Use when building, reviewing, securing, testing or shipping a Django app — models, migrations, QuerySets/managers, FBV/CBV views, forms, the admin, settings split, and Django REST Framework (serializers, ModelViewSet, permissions). NOT async FastAPI/Pydantic services (that is fastapi), NOT Postgres schema/index work…
django-expert
Expert-level Django development for robust Python web applications with ORM, admin, and authentication. Use when the user mentions Python, web, ORM, MVC, or Django REST Framework, or when the task involves Django Architecture.
add-test
Scaffold unit and integration tests for an existing resource or service. Use when the user asks to add tests, write tests, or improve test coverage for a specific resource, service, controller, or route.