nexus-pharma-manager

Validate pharmaceutical stock and substitute bioequivalents before prescription dispensing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JoaoBiomed/NEXUSEcosystem --skill nexus-pharma-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nexus-pharma-manager
Source: https://github.com/JoaoBiomed/NEXUSEcosystem/tree/main/.agents/skills/nexus-pharma-manager
Command: npx skills add https://github.com/JoaoBiomed/NEXUSEcosystem --skill nexus-pharma-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Nexus Pharma Manager prevents prescription failures by validating stock in real time and ensuring availability before dispensing, while automatically suggesting bioequivalents and reserving inventory when needed.

Core Features & Use Cases

  • Intercepts prescriptions to verify live stock, propose substitutes with evidence, and reserve items for planned protocols.
  • Manages batches with FIFO traceability, expirations, quarantines, and audit trails across multi-tenant clinics.
  • Integrates with Purchase Orders and Protocol Engine to streamline dispensing, tracking, and reporting.

Quick Start

Enable Stock-First validation before prescribing to guarantee executable protocols and automatic stock reservations.

Frequently Asked Questions about nexus-pharma-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate pharmaceutical stock in real time before dispensing prescriptions?

Real-time stock validation intercepts prescriptions to verify live inventory and ensure medication availability before dispensing. It automatically suggests bioequivalent substitutes with evidence and reserves required items for planned protocols.

What is batch tracking with FIFO traceability for pharmaceutical inventory?

Batch tracking with FIFO traceability manages pharmaceutical inventory by monitoring expirations, quarantines, and audit trails across multi-tenant clinics. It ensures the first-in-first-out distribution of medications while maintaining compliance.

Do I need a Firestore data model to manage pharma stock and reservations?

A Firestore-backed data model is required to manage pharma stock, supporting collections like pharma_stock, pharma_batches, pharma_movements, and stock_reservations. RBAC controls must also be implemented for access management.

How does bioequivalent substitution work when a prescribed medication is out of stock?

Bioequivalent substitution automatically proposes alternative medications with supporting evidence when prescribed items are unavailable. This stock-first policy ensures executable protocols by maintaining inventory availability through suggested replacements.

Can I integrate purchase orders and protocol engines for pharmaceutical dispensing?

Purchase orders and protocol engines integrate directly to streamline pharmaceutical dispensing, tracking, and reporting. This connects supplier purchases with inventory management to automate the end-to-end receiving and dispensing flow.

What are the limitations of a stock-first policy for multi-tenant clinic inventory?

A stock-first policy requires strict RBAC controls and a complete Firestore data model across all multi-tenant clinics. Limitations include dependency on real-time data synchronization to prevent prescription failures and ensure protocol execution.