> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.mira.tg/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> Teach Mira new behaviors — custom skills that automate your recurring workflows

# Skills

Skills are custom behaviors you can create for Mira. Instead of repeating the same instructions over and over, you define a skill once — and Mira follows it every time.

Think of skills as **programmable shortcuts** for your most common workflows.

## What is a skill?

A skill is a set of instructions that tells Mira how to respond in specific situations. When activated, Mira follows those instructions instead of her default behavior.

For example:

* A **"Daily Standup"** skill that summarizes your calendar and tasks every morning
* A **"Code Reviewer"** skill that always checks for security issues and performance
* A **"Content Writer"** skill that writes in your brand voice

## How to create a skill

Just tell Mira what you want:

```
Create a skill called "Morning Briefing" that:
- Summarizes my calendar for today
- Lists open tasks from Linear
- Gives me a motivational quote
- Sends it as a concise bullet list
```

Mira will generate the skill, show you a preview, and activate it. You can also use the `/skill_creator` command.

## Managing skills

```
List my skills
Edit the "Morning Briefing" skill
Delete the "Code Reviewer" skill
```

## Sharing skills

Share your skills with others via a link:

```
Share my "Content Writer" skill
```

Mira generates a `t.me` link. Anyone who opens it gets a preview and can install the skill with one tap.

## Skill examples by role

### Product Managers

| Skill                | What it does                                                          |
| -------------------- | --------------------------------------------------------------------- |
| **Sprint Review**    | Summarizes completed tasks, blockers, and velocity from Linear/GitHub |
| **PRD Writer**       | Generates product requirement docs from a brief description           |
| **Competitor Watch** | Searches for news about specific competitors and summarizes changes   |
| **Meeting Notes**    | Extracts action items, decisions, and owners from meeting transcripts |

### Developers

| Skill              | What it does                                               |
| ------------------ | ---------------------------------------------------------- |
| **Code Reviewer**  | Reviews code for security, performance, and best practices |
| **Bug Reporter**   | Creates detailed GitHub issues from error descriptions     |
| **API Docs**       | Generates API documentation from code snippets             |
| **Deploy Checker** | Checks Vercel deploy status and summarizes recent changes  |

### Creators & Marketers

| Skill              | What it does                                                      |
| ------------------ | ----------------------------------------------------------------- |
| **Content Writer** | Writes posts in your brand voice for LinkedIn, Twitter, Instagram |
| **Trend Spotter**  | Finds trending topics in your niche and suggests content angles   |
| **Ad Copy**        | Generates multiple ad variations for A/B testing                  |
| **SEO Optimizer**  | Rewrites content with target keywords naturally embedded          |

### Designers

| Skill             | What it does                                                      |
| ----------------- | ----------------------------------------------------------------- |
| **Design Brief**  | Extracts requirements from client messages into structured briefs |
| **Color Palette** | Suggests color palettes based on mood, brand, or reference images |
| **UX Reviewer**   | Analyzes screenshots for usability issues and accessibility       |
| **Figma Sync**    | Lists changes in Figma files and summarizes design updates        |

### Founders & Executives

| Skill                  | What it does                                                  |
| ---------------------- | ------------------------------------------------------------- |
| **Investor Update**    | Drafts monthly investor updates from metrics and milestones   |
| **Decision Framework** | Applies structured decision-making (pros/cons, risks, impact) |
| **Weekly Review**      | Compares goals vs. results and identifies gaps                |
| **Email Prioritizer**  | Categorizes emails by urgency and drafts quick replies        |

## Tips

<Tip>Start simple — create a skill with 2-3 instructions, test it, then refine.</Tip>

<Tip>Skills can use integrations! A skill can instruct Mira to check Gmail, create Linear tasks, or post on LinkedIn.</Tip>

<Tip>The best skills are specific. Instead of "help me write," try "write LinkedIn posts in a casual, witty tone, max 150 words, always end with a question."</Tip>
