# ミツモア AI Agent Skills

ミツモア publishes official AI agent skills for its tools, services, and developer workflows.

Browse 10 official AI agent skills across 2 ミツモア repositories, with install commands and source links.

Official page: https://skillscout.sh/official/meetsmore/
Markdown page: https://skillscout.sh/official/meetsmore/meetsmore_skills_skillscout.md
Vendor website: https://meetsmore.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/meetsmore/meetsmore_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant ミツモア skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### meetsmore/use-ai

Includes 2 official skills: ag-ui-protocol, ai-sdk.

Install:

```bash
npx skills add meetsmore/use-ai -y
```

Source: https://github.com/meetsmore/use-ai

### meetsmore/mm-aidlc-v2

Includes 8 official skills: da-01-requirements, da-02-schema, da-03-sqlgen, da-04-review, da-05-executor, da-06-crosscheck.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2 -y
```

Source: https://github.com/meetsmore/mm-aidlc-v2

## Individual skills

### ag-ui-protocol

Official ミツモア skill from meetsmore/use-ai.

Install:

```bash
npx skills add meetsmore/use-ai@ag-ui-protocol -y
```

Package: meetsmore/use-ai
Source: https://github.com/meetsmore/use-ai/tree/main/.claude/skills/ag-ui-protocol

### ai-sdk

Official ミツモア skill from meetsmore/use-ai.

Install:

```bash
npx skills add meetsmore/use-ai@ai-sdk -y
```

Package: meetsmore/use-ai
Source: https://github.com/meetsmore/use-ai/tree/main/.claude/skills/ai-sdk

### da-01-requirements

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@da-01-requirements -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/da-01-requirements

### da-02-schema

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@da-02-schema -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/da-02-schema

### da-03-sqlgen

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@da-03-sqlgen -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/da-03-sqlgen

### da-04-review

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@da-04-review -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/da-04-review

### da-05-executor

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@da-05-executor -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/da-05-executor

### da-06-crosscheck

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@da-06-crosscheck -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/da-06-crosscheck

### hq-apply

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@hq-apply -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/hq-apply

### hq-to-slack

Official ミツモア skill from meetsmore/mm-aidlc-v2.

Install:

```bash
npx skills add meetsmore/mm-aidlc-v2@hq-to-slack -y
```

Package: meetsmore/mm-aidlc-v2
Source: https://github.com/meetsmore/mm-aidlc-v2/tree/main/.claude/skills/hq-to-slack

## meetsmore/use-ai package overview

Includes 2 official skills: ag-ui-protocol, ai-sdk.

### Top skills in this package

- ag-ui-protocol: Official ミツモア skill from meetsmore/use-ai.
- ai-sdk: Official ミツモア skill from meetsmore/use-ai.

### Install

Install the full package:

```bash
npx skills add meetsmore/use-ai -y
```

Install a specific skill:

```bash
npx skills add meetsmore/use-ai@ag-ui-protocol -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/meetsmore/use-ai#readme
