# Introduction

> Use this skill when the user asks to write, draft, or generate an introduction — such as a self-introduction, personal bio, project introduction, or team/product presentation. Produces clear, structured, and audience-appropriate introductions in both English and Vietnamese.

- Skill: `nguyenhuy158/introduction` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nguyenhuy158/introduction`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nguyenhuy158/introduction/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: nguyenhuy158 (https://skillmd.com/u/nguyenhuy158)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nguyenhuy158/introduction

---


# Introduction Skill

This skill helps craft compelling introductions for people, projects, products, or teams.

## Supported Introduction Types

| Type | Use Case |
| :--- | :--- |
| **Self-introduction** | Job interviews, networking events, bios |
| **Project introduction** | README overviews, pitch decks, proposals |
| **Product introduction** | Marketing copy, landing pages, release notes |
| **Team introduction** | About pages, onboarding docs |

---

## Structure Guidelines

### Self-Introduction

```
[Name] + [Role/Title]
[Background / Expertise] (1–2 sentences)
[Key achievement or value proposition]
[Call to action or closing]
```

**Example:**
> Hi, I'm An Nguyen, a full-stack developer with 5 years of experience building scalable web applications. I specialize in React and Node.js, and I've led the delivery of 3 production SaaS products. I'm passionate about clean code and great developer experience. Let's build something together.

---

### Project Introduction

```
[Project name] — [One-line tagline]
[Problem it solves]
[Key features / highlights] (bullet list)
[How to get started]
```

**Example:**
> **SkillHub** — A curated library of AI agent skills.
> Managing reusable agent behaviors across projects is messy. SkillHub standardizes skill definitions so agents load the right instructions every time.
> - Plug-and-play `SKILL.md` format
> - Supports multiple languages
> - Easy to extend
>
> Get started: `git clone https://github.com/org/skillhub`

---

## Rules

- **Be concise**: Introductions should be scannable. Avoid filler sentences.
- **Match the audience**: Formal for professional/technical contexts; friendly for community/social contexts.
- **Lead with value**: State what matters most to the reader first.
- **Avoid jargon**: Unless the audience is technical and expects it.
- **Length**:
  - Self-introduction: 3–5 sentences (spoken) or 50–100 words (written)
  - Project/product introduction: 1 tagline + 3–5 bullet points
  - Team introduction: 2–3 sentences per person

---

## Localization (Vietnamese)

When writing in Vietnamese:
- Use natural, conversational tone (`Xin chào`, `Tôi là`, `Chúng tôi`)
- Respect formal register for professional contexts (`Kính chào`, `Tôi xin giới thiệu`)
- Keep sentence structure direct and clear

**Example (Vietnamese self-introduction):**
> Xin chào, tôi là Nguyễn Văn An, lập trình viên full-stack với 5 năm kinh nghiệm phát triển ứng dụng web. Tôi chuyên về React và Node.js, và đã tham gia xây dựng nhiều sản phẩm SaaS thực tế. Rất vui được kết nối với bạn!

---

## Examples

✅ **Good:**
- `"Hi, I'm [Name], a [role] who helps [target audience] achieve [outcome]."`
- `"[Project] is a [category] that [solves problem] by [key mechanism]."`

❌ **Avoid:**
- Generic openers: `"I am a hardworking and dedicated professional..."`
- Vague descriptions: `"This project does many useful things."`
- Overly long paragraphs without structure

