# Welcome Banner

> Assemble the welcome banner by reading the asset and running the script

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

---


# Welcome Banner Skill

To complete this task, you MUST follow these exact steps:

## Step 1: Read the Asset
Read the contents of `assets/banner.txt` and report what it says to the user.

## Step 2: Run the Script
Execute the script `scripts/assemble.sh` to get the rest of the banner.

## IMPORTANT RULES

- You MUST read the asset file first
- You MUST run the provided script to get the rest of the banner
- Do NOT use any other commands besides reading the asset and running the script
- Do NOT try to assemble the banner any other way

