garage-hello

Validate host installation by producing a confirmation message for Garage packs.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/hujianbest/garage-agent --skill garage-hello
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: garage-hello
Source: https://github.com/hujianbest/garage-agent/tree/main/packs/garage/skills/garage-hello
Command: npx skills add https://github.com/hujianbest/garage-agent --skill garage-hello

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate host installation by producing a confirmation message that the Garage packs are installed correctly.

Core Features & Use Cases

  • Sanity-check that host installation wiring is complete after garage init
  • Confirm visibility of the garage-hello skill in the host's installed packs
  • Helps diagnose host installation issues during dry-run tests

Quick Start

Run the host verification flow to display the welcome message and confirm that Garage packs are installed.

Frequently Asked Questions about garage-hello

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

FAQPage Schema
How do I verify host installation after running garage init?▼

You can verify host installation by running a sanity-check that confirms Garage packs are installed correctly and displays a welcome message. This validates that host integration wiring is complete after initialization.

What does a host sanity-check diagnostic do for Garage packs?▼

A host sanity-check diagnostic validates Garage packs installation by producing a deterministic confirmation message. It confirms the environment is wired correctly and the skill is visible in the host's installed packs.

Do I need any external dependencies to run a Garage pack installation check?▼

No, you do not need external dependencies to run this Garage pack installation check. It relies on a deterministic, single-output greeting to verify host integration without requiring additional packages.

Can I use a dry-run test to diagnose host installation issues with Garage packs?▼

Yes, you can use dry-run checks to diagnose host installation issues with Garage packs. The verification flow applies during dry-run tests to confirm host integration and skill visibility.

Why is my Garage pack not showing up in the host environment?▼

If your Garage pack is not visible, the host installation wiring may be incomplete. Running a sanity-check verification flow helps diagnose the issue by confirming whether the packs are installed correctly.