원클릭으로
hospital
hospital에는 LtAo857에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Inspect project-specific guardrails in the AI registration flow. Use to verify stage guards, confirmation requirements, request throttling, memory boundaries, idempotency, and fallback behavior.
Check whether project docs describing AI registration match the current implementation. Use to compare README, docs/agent/*.md, and current multi-agent/rag code for drift.
Map the current multi-agent registration architecture in this hospital project. Use to explain stage flow, worker responsibilities, coordinator behavior, and where lightweight ReAct is actually used.
Verify the real RAG boundaries in this hospital project. Use to confirm knowledge sources, retrieval mode, whether it is explanation-only, and what is intentionally not handled by RAG.
Trace the real registration execution path in this hospital project. Use to follow the flow from intent/confirmation through validation, submit lock, DB write, audit, and repair-related code.