Use when setting up or customizing the reinhardt admin panel - covers AdminSite configuration, ModelAdmin registration, and the
How this skill is triggered — by the user, by Claude, or both
Slash command
/reinhardt-agents-plugin:adminThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide developers through setting up and customizing the reinhardt admin panel for model management.
Guide developers through setting up and customizing the reinhardt admin panel for model management.
references/admin-setup.md for initial setupAdminSite with auth settingsModelAdmin structs using #[admin] macroUnifiedRouterreferences/model-admin.md for #[admin] macro optionsset_user_type and set_jwt_secret for admin authadmin_routes_with_di for DI-compatible admin routing/admin/ and static files at /static/admin/admin must be enabled in Cargo.tomlFor the latest admin API:
reinhardt/crates/reinhardt-admin/src/core/site.rs for AdminSitereinhardt/crates/reinhardt-admin/src/core/model_admin.rs for ModelAdmin traitreinhardt-cloud/dashboard/src/config/admin.rs for production exampleProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub kent8192/reinhardt-agents-plugin --plugin reinhardt-agents-plugin