nutrihealth

Coordinate frontend, backend, and ML tasks within the NutriHealth project.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Hieuabssy/Nutri_health_care --skill nutrihealth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nutrihealth
Source: https://github.com/Hieuabssy/Nutri_health_care/tree/main
Command: npx skills add https://github.com/Hieuabssy/Nutri_health_care --skill nutrihealth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NutriHealth project tasks across frontend, backend, ML service, and infra can be coordinated using a single skill unit, streamlining setup and alignment across teams.

Core Features & Use Cases

  • Cross-service scaffolding: generate boilerplate for frontend, backend, and ML components within the NutriHealth stack.
  • End-to-end workflow guidance: instructions for wiring Docker/infra, migrations, and service orchestration.
  • Real-world example: when adding a feature, the skill provides a consistent starting point and documentation scaffold.

Quick Start

Create a new UI page scaffold under frontend/src/app, wire it to the API, and run docker-compose up --build to verify end-to-end integration.

Frequently Asked Questions about nutrihealth

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

FAQPage Schema
How do I scaffold frontend, backend, and ML services together for a nutrition tracking app?

Cross-service scaffolding generates boilerplate for frontend, backend, and ML components simultaneously within the NutriHealth stack. This provides a consistent starting point and documentation scaffold, streamlining setup and alignment across multiple teams.

What is the best way to wire a new UI page to an API route using Docker Compose?

Create a new UI page scaffold under frontend/src/app, wire it to the API route, and run docker-compose up --build. This verifies end-to-end integration and ensures alignment with the repository's service orchestration.

Can I use this scaffolding tool to manage database models and infra configurations for an ML service?

Yes, the tool applies to UI pages, API routes, ML pipelines, database models, and infra configurations. It coordinates these tasks to enable rapid feature delivery while maintaining the project's folder structure and coding standards.

Does the boilerplate generation work for adding new features across different services?

Yes, when adding a feature, the skill provides a consistent starting point and documentation scaffold across frontend, backend, and ML components. This streamlines the setup process and ensures alignment with existing Docker and infra setups.

Why do I need a single skill unit to coordinate frontend, backend, and ML tasks?

Coordinating NutriHealth project tasks across frontend, backend, ML service, and infra using a single skill unit streamlines setup and alignment across teams. It prevents configuration drift by enforcing consistent coding standards and folder structures.