What problem does it solve?
This Skill helps you create and maintain the Django MVP sidebar navigation structure without manually figuring out how AppMenu, menu types, and visibility rules fit together.
Core Features & Use Cases
- Leaf links and navigation: Add direct destinations with MenuItem for pages, dashboards, settings, and external resources.
- Section headers and nested groups: Organize related entries with MenuGroup and build expandable navigation trees with MenuCollapse.
- Conditional behavior: Control visibility with request-based checks, automatic active-state handling, badges, icons, and extra context for polished sidebar presentation.
- Use Case: A Django app with admin pages, reports, and documentation links can use this Skill to produce a clean, structured sidebar that stays easy to extend.
Quick Start
Ask the AI to extend your AppMenu in a menus.py file with the sidebar items, groups, and visibility checks your Django app needs.