title: Nursing Knowledge Base
emoji: π
colorFrom: blue
colorTo: green
sdk: docker
app_file: streamlit_app.py
pinned: false
license: mit
Nursing Knowledge Base
A living, LLM-maintained knowledge wiki for nursing education β built for the Nursing Citizen Development Organisation.
Inspired by Karpathy's LLM Wiki pattern: you add raw sources, Claude builds and maintains the structured knowledge base.
Features
| Tab | What it does |
|---|---|
| π Browse Wiki | Read 14+ pre-loaded nursing articles across 6 categories |
| β Add Sources | Paste NICE guidelines, NMC documents, research papers |
| π¨ Compile | Claude integrates sources into the wiki β updating, cross-referencing, and creating articles |
| π¬ Ask | Natural language Q&A answered from the wiki with citations |
| π Health Check | Claude audits the wiki for contradictions, gaps, and suggests new articles |
| π Log | Append-only record of every operation |
Pre-loaded Wiki Content
- Standards: NMC Code (2018), NMC Standards of Proficiency (2018)
- Clinical: ABCDE Assessment, NEWS2, ADPIE Nursing Process
- Pharmacology: Nine Rights of Medication Administration, Drug Calculations
- Evidence: PICO Framework, Evidence-Based Practice (5 Steps)
- Frameworks: Person-Centred Care, McCormack & McCance
- Safety: Infection Prevention & Control, Duty of Candour
- Law: Mental Capacity Act 2005, Safeguarding Adults & Children
How to Use
- Browse the starter wiki β no API key required
- Enter your Anthropic API key in the sidebar (BYOK β never stored)
- Add sources (NICE guidelines, NMC docs, research papers)
- Click Compile β Claude integrates them into the wiki
- Use Ask to query the wiki in natural language
- Export your wiki as a ZIP or JSON to save progress between sessions
The LLM Wiki Pattern
"Raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki." β Andrej Karpathy
This tool adapts that pattern specifically for nursing education:
- Sources are clinical guidelines, NMC standards, and research papers
- The wiki is structured around NMC Proficiency platforms
- Q&A is grounded in UK nursing frameworks (NICE, NMC, NHS, BNF)
- Health checks flag clinical safety gaps and outdated content
Clinical Disclaimer
This tool supports but does not replace clinical judgment. Always verify with authoritative sources (BNF, NICE, local trust guidelines, NMC). This wiki is for educational purposes only.
Stack
- Streamlit β UI
- Anthropic Claude β Wiki compilation, Q&A, health checks (BYOK)
- No external data APIs β all AI features use your own Anthropic key
- Export wiki as ZIP (Obsidian-compatible markdown) or JSON
Part of CQAI
Built by Clinical Quality Artificial Intelligence β open-source nursing education tools aligned with NMC Standards.
Other tools in the suite: