skill-agency-views

Aggregate agency caregiving data into role-aware dashboards with RBAC access.

1|Updated Jun 18, 2025
One-click install
npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-agency-views
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-agency-views
Source: https://github.com/qashsolutions/myhealthguide/tree/main/.claude/skills/skill-agency-views
Command: npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-agency-views

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides agency-wide, role-aware dashboards for agency owners and caregivers, enabling coordinated management across multiple agencies.

Core Features & Use Cases

  • Unified agency dashboards for owners and caregivers across multi-agency plans.
  • Role-based views that surface caregiver, elder, and scheduling data with RBAC guards.
  • Reusable layout components and data models that plug into existing Firestore collections (caregiver_assignments, scheduledShifts, shiftSessions).
  • Scaffolding and components for caregiver management, multi-elder views, and shift management.

Quick Start

Configure the agency-view components and wire up the AgencyDashboard with existing layout and data models.

Frequently Asked Questions about skill-agency-views

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

FAQPage Schema
How do I build role-aware dashboards for agency owners and caregivers?

Role-aware dashboards for agency owners and caregivers are built by aggregating agency-wide caregiving data and applying RBAC guards to surface distinct views for owners managing schedules and caregivers viewing shift context.

What's the best way to manage caregiver assignments and shift schedules across multiple agencies?

Managing caregiver assignments and shift schedules across multiple agencies requires aggregating data from the caregiver_assignments, scheduledShifts, and shiftSessions Firestore collections into unified, role-based dashboards.

Do I need existing Firestore collections to use agency-wide caregiver dashboards?

Yes, agency-wide caregiver dashboards rely on existing Firestore collections including caregiver_assignments, scheduledShifts, and shiftSessions, alongside the skill-layout-system components to function properly.

Can I use this dashboard system for multi-elder views with shift context for caregivers?

Yes, the dashboard system supports multi-elder views by providing scaffolding that allows caregivers to view data across multiple elders while retaining the necessary shift context.

How does RBAC access control work for agency caregiving dashboards?

RBAC access control for agency caregiving dashboards works by enforcing role-based guards that ensure agency owners see management data while caregivers only access their assigned elder and shift information.