
from TerminalSkills Library105
Practical guide to Django: project layout, models, views, templates, admin, REST patterns and deployment notes for building full-featured Python web apps.
This SKILL.md documents practical Django usage: installation, project layout, ORM models, views (function and class-based), admin configuration, templates, REST framework integration, migrations, testing and deployment commands. It is a hands-on reference for building standard Django applications.
Use this skill when scaffolding or working on Django projects: setting up models, views, serializers, admin interfaces, or integrating DRF APIs. It suits agent tasks that generate Django project scaffolding, code examples, migrations, and test cases.
Useful for Python-aware code assistants and agents that produce or review backend code (Copilot-style assistants, Codex, Claude Code).
A well-structured Django framework reference guide covering project setup, models, views, templates, admin, DRF, testing, and deployment patterns. No bundled scripts. Code examples are clean with good comments and follow Django best practices (select_related, env vars for secrets, AUTH_USER_MODEL early). Security posture is strong — uses os.environ for secrets, recommends django-environ. Minor note: settings example has insecure defaults (DEBUG=True, placeholder SECRET_KEY) but these are clearly documentation examples, not runtime code.
Pure reference/guide skill with no executable scripts. Good Django coverage from models through deployment. Clean, idiomatic code examples. Would benefit from a deployment section beyond just 'python manage.py check --deploy' — e.g., gunicorn/uvicorn config, static file serving.
Code Reviewer
Perform structured, prioritized code reviews that find correctness, security, performance, reliability, and testing issues and provide concrete fix suggestions.
E2B — Sandboxed Code Execution
Documentation and best-practices for E2B sandboxes: run AI-generated code, install packages, manage files, and return artifacts safely.
Maestro — YAML Mobile UI Testing
Author and run readable Maestro YAML flows for mobile UI tests, integrate with CI, and use Maestro Studio for element inspection on Android and iOS.
ESLint — JavaScript & TypeScript Linting
Guides configuration and usage of ESLint 9+ (flat config) for JS/TS projects, including React and TypeScript plugin patterns and CI integration.
Tokio — Rust Async Runtime Skill
Provides expert guidance and examples for using Tokio to build high-performance asynchronous Rust applications, including tasks, channels, TCP servers, and sync
Audiowaveform Helper
Generate PNG/SVG waveform images and JSON or binary peak data from audio files for web players and social previews, with batch processing tips and integration e
Bun Runtime
Guides using Bun — a fast all-in-one JavaScript runtime, bundler, package manager and test runner — to speed Node.js projects, bundle TypeScript, run tests, and
Search Engine Setup
Guides agents through implementing production-ready search (Elasticsearch or Algolia): index design, sync pipelines, search APIs, autocomplete, and relevance tu
PagerDuty — Incident Management
Configure PagerDuty services, escalation policies, on-call schedules and Event API alerts to automate incident workflows and routing.
Aceternity UI
Copy-paste animated UI components built with Framer Motion and Tailwind CSS for React/Next.js projects.