skill-agency-owner-dashboard

Aggregate agency-owner dashboards with shift lists, attention items, and quick actions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agency owners on multi-agency setups need a dedicated MANAGEMENT dashboard to see who is on shift, what items require attention, and quick actions to manage teams without viewing caregiving screens.

Core Features & Use Cases

  • AgencyGreeting (name + agency name) for a personalized welcome
  • AgencyQuickStats (3 stat cards) showing caregivers, elders, and pending slots
  • NeedsAttentionList highlighting issues needing owner action
  • ManageActionGrid with 4 quick-action cards (Assign Elder, Send Slots, Onboard Caregiver, Create Schedule)
  • TodaysShiftsList listing today’s shifts with caregiver/elder details and status
  • Bottom navigation tailored for agency owners and multi-agency admins

Quick Start

Open the agency-owner dashboard and review today's shifts and attention items to take immediate action.

Frequently Asked Questions about skill-agency-owner-dashboard

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

FAQPage Schema
How do I build an agency-owner dashboard for team management and shift tracking?

Build an agency-owner dashboard by aggregating Firestore data to display who is on shift, items requiring attention, and quick actions to administer teams. The dashboard uses Tailwind UI components, Lucide React icons, and existing data hooks without modifying Firestore structures.

Can I use existing Firestore query patterns to render a multi-agency admin dashboard?

Yes, the multi-agency admin dashboard reuses existing Firestore query patterns and layout components. It renders exclusively when subscription.plan equals 'multi-agency' and user.role equals 'super_admin', ensuring only authorized owners access the team management view.

What should an agency management dashboard include for tracking caregivers and shifts?

An agency management dashboard should include personalized greetings, quick stats for caregivers and pending slots, a needs attention list, quick action grids for onboarding and scheduling, and a today's shifts list showing caregiver and elder details with status indicators.

How do I set up quick actions for assigning elders and onboarding caregivers in a team dashboard?

Set up quick actions using a ManageActionGrid with cards for Assign Elder, Send Slots, Onboard Caregiver, and Create Schedule. These cards provide agency owners immediate access to core team administration tasks directly from the dashboard interface.

Does the agency-owner dashboard support bottom navigation tailored for owner roles?

Yes, the dashboard features bottom navigation tailored specifically for agency owners and multi-agency admins. The header excludes avatars and notification bells, keeping the interface focused on management actions rather than caregiving screens.

What are the limitations of using a dedicated owner dashboard for multi-agency team management?

The dashboard is limited to super_admin users on multi-agency subscription plans and cannot modify existing Firestore data structures. It relies entirely on reusing current layout components and data hooks, restricting custom structural modifications.