Use when implementing a complete feature across all reinhardt layers - guides the full workflow from model to API to tests with completion checklist
How this skill is triggered — by the user, by Claude, or both
Slash command
/reinhardt-agents-plugin:architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide developers through implementing a complete feature across all reinhardt layers, from model definition to API endpoints to tests. This is the "glue" skill that ties individual skills together into a coherent workflow.
Guide developers through implementing a complete feature across all reinhardt layers, from model definition to API endpoints to tests. This is the "glue" skill that ties individual skills together into a coherent workflow.
Follow the 7-layer sequence. Each step references the appropriate skill for detailed guidance.
references/layer-sequence.md § Model Layer
../modeling/references/model-patterns.mdreferences/layer-sequence.md § Serializer Layer
../api-development/references/serializer-patterns.mdreferences/layer-sequence.md § Service Layer
../dependency-injection/references/di-patterns.mdreferences/layer-sequence.md § API Layer
../api-development/references/view-patterns.mdreferences/layer-sequence.md § Admin Layer
../admin/references/model-admin.mdreferences/layer-sequence.md § Test Layer
../testing/references/rstest-patterns.mdreferences/layer-sequence.md § Signal Layer
../signals/references/reliable-pattern.mdAfter implementation, run through references/completion-checklist.md to verify all layers are properly implemented.
Read references/error-mapping.md for the standard mapping from service-layer errors to HTTP responses.
reinhardt-query for custom queries, NEVER raw SQL../modeling/references/model-patterns.md../api-development/references/serializer-patterns.md../dependency-injection/references/di-patterns.md../api-development/references/view-patterns.md../admin/references/model-admin.md../testing/references/rstest-patterns.md../signals/references/reliable-pattern.md../authentication/references/auth-backends.md../authorization/references/permissions.mdFor the latest API:
reinhardt/src/lib.rs for all facade re-exportsreinhardt/crates/reinhardt-rest/src/lib.rs for serializer typesreinhardt/crates/reinhardt-views/src/lib.rs for view typesreinhardt/crates/reinhardt-core/src/signals.rs for signal typesProvides 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