skill-guided-home

Refactor the dashboard home into a time-aware, conversational interface with prioritized tasks and voice input.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Time-strapped caregivers often struggle to glean the most important tasks from a cluttered dashboard. This skill proposes a guided, Claude.ai-inspired home screen that presents a concise, time-aware greeting, a prioritized task overview, and simple actions to reduce cognitive load and improve response times.

Core Features & Use Cases

  • Time-aware greeting and elder context integration through a HomeGreeting component.
  • Contextual SuggestionChips that surface quick actions based on time of day and task state.
  • Always-visible VoiceInputArea enabling hands-free interaction via the existing voice system.
  • PriorityCard-driven task prioritization with seamless data-fetch preservation via TaskPriorityContext.
  • Responsive, conversational layout designed for both mobile and desktop usage.

Quick Start

Refactor the dashboard page to integrate the guided home layout and wire it into the existing data and voice systems.

Frequently Asked Questions about skill-guided-home

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

FAQPage Schema
How do I build a caregiver dashboard with task prioritization and voice input?

Build a caregiver dashboard with task prioritization and voice input by refactoring the home page into a time-aware, conversational layout that wires into TaskPriorityContext and the existing voice command system to reduce cognitive load.

What is a guided home interface for elder-care applications?

A guided home interface for elder-care applications is a conversational dashboard layout that surfaces time-aware greetings, contextual suggestion chips, and prioritized tasks to help caregivers quickly identify next steps.

Does this dashboard layout support hands-free voice commands on both mobile and desktop?

Yes, the dashboard layout supports hands-free voice commands on both mobile and desktop through an always-visible VoiceInputArea component that integrates directly with the existing voice command system.

How do I integrate a Claude.ai-inspired UI refactor without breaking existing data fetching?

Integrate a Claude.ai-inspired UI refactor without breaking data fetching by preserving current data retrieval logic and seamlessly wiring the new conversational layout components into the existing TaskPriorityContext.

Can I use this guided home layout with my existing skill-layout-system and priority cards?

Yes, you can use this guided home layout with your existing skill-layout-system and priority cards, as it explicitly implements integration with both while applying a conversational interface design.

How do contextual suggestion chips work in a time-aware caregiver dashboard?

Contextual suggestion chips in a time-aware caregiver dashboard work by surfacing quick dashboard actions dynamically based on the current time of day and the real-time state of pending elder-care tasks.