# 01 Hello

> Smoke-test that confirms the aidd-ui plugin loads. Use when the user wants to verify the alpha aidd-ui plugin is installed and reachable. Not for real UI or UX design work.

- Skill: `ai-driven-dev/01-hello` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ai-driven-dev/01-hello`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-driven-dev/01-hello/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ai-driven-dev (https://skillmd.com/u/ai-driven-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ai-driven-dev/01-hello

---


# Skill: hello

Confirm the aidd-ui plugin loads and is reachable.

## Actions

| #   | Action  | Role                                        |
| --- | ------- | ------------------------------------------- |
| 01  | `greet` | Greet the user and confirm the skill works  |

Single action skill: run `greet` and return its message.
Before running an action, read its file in `actions/`, not only the table or assets.

## Prerequisites

- The plugin loaded locally (`claude --plugin-dir plugins/aidd-ui`, or installed from the marketplace).

