Use when building REST API endpoints with reinhardt-web - covers serializers, views, URL routing, authentication, and pagination
How this skill is triggered — by the user, by Claude, or both
Slash command
/reinhardt-agents-plugin:api-developmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide developers through building REST API endpoints using reinhardt-rest, reinhardt-views, and reinhardt-auth.
Guide developers through building REST API endpoints using reinhardt-rest, reinhardt-views, and reinhardt-auth.
references/serializer-patterns.mdreferences/view-patterns.mdreferences/routing-guide.mdreferences/auth-config.md (if needed)ModelSerializer for standard CRUD operationsreinhardt-query for custom queries, NEVER raw SQL#[url_patterns] is removed in 0.2.x -- use #[routes] for all URL registration../modeling/references/model-patterns.md../dependency-injection/references/di-patterns.mdFor the latest API:
reinhardt/crates/reinhardt-rest/src/lib.rs for serializer and REST typesreinhardt/crates/reinhardt-views/src/lib.rs for view patternsreinhardt/crates/reinhardt-urls/src/lib.rs for URL routingreinhardt/crates/reinhardt-auth/src/lib.rs for auth backendsProvides 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