Skip to content

Commit 42908d0

Browse files
committed
deploy: 5bbf277
1 parent 2b4bf35 commit 42908d0

144 files changed

Lines changed: 1991 additions & 491 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agent-skills.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ title: Agent Skills
66

77
[Agent Skills](https://agentskills.io/) are instruction sets that guide AI coding agents through tasks. When you invoke a skill, the agent takes the lead — it asks clarifying questions, makes decisions based on your codebase, and executes the work.
88

9-
This repository provides two skills:
9+
This repository provides four skills:
1010

1111
- [**create-mcp-app**](https://github.com/modelcontextprotocol/ext-apps/blob/main/plugins/mcp-apps/skills/create-mcp-app/SKILL.md) — scaffolds a new MCP App with an interactive UI
1212
- [**migrate-oai-app**](https://github.com/modelcontextprotocol/ext-apps/blob/main/plugins/mcp-apps/skills/migrate-oai-app/SKILL.md) — migrates an existing OpenAI App to the MCP Apps SDK
13+
- [**add-app-to-server**](https://github.com/modelcontextprotocol/ext-apps/blob/main/plugins/mcp-apps/skills/add-app-to-server/SKILL.md) — adds interactive UI to an existing MCP server's tools
14+
- [**convert-web-app**](https://github.com/modelcontextprotocol/ext-apps/blob/main/plugins/mcp-apps/skills/convert-web-app/SKILL.md) — converts an existing web application into an MCP App
1315

1416
## Install the Skills
1517

@@ -51,14 +53,16 @@ Then copy the skills from `plugins/mcp-apps/skills/` to your agent's skills dire
5153

5254
## Verify Installation
5355

54-
Ask your agent "What skills do you have?" — you should see `create-mcp-app` and `migrate-oai-app` among the available skills.
56+
Ask your agent "What skills do you have?" — you should see `create-mcp-app`, `migrate-oai-app`, `add-app-to-server`, and `convert-web-app` among the available skills.
5557

5658
## Invoke a Skill
5759

5860
Try invoking the skills by asking your agent:
5961

6062
- "Create an MCP App" — scaffolds a new MCP App with an interactive UI
6163
- "Migrate from OpenAI Apps SDK" — converts an existing OpenAI App to use the MCP Apps SDK
64+
- "Add UI to my MCP server" — adds interactive UI to an existing MCP server's tools
65+
- "Convert my web app to an MCP App" — converts an existing web application into an MCP App
6266

6367
The agent will guide you through the process, asking clarifying questions as needed.
6468

api/assets/highlight.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
:root {
2-
--light-hl-0: #795E26;
3-
--dark-hl-0: #DCDCAA;
4-
--light-hl-1: #000000;
5-
--dark-hl-1: #D4D4D4;
6-
--light-hl-2: #A31515;
7-
--dark-hl-2: #CE9178;
8-
--light-hl-3: #0000FF;
9-
--dark-hl-3: #569CD6;
10-
--light-hl-4: #001080;
11-
--dark-hl-4: #9CDCFE;
2+
--light-hl-0: #000000;
3+
--dark-hl-0: #D4D4D4;
4+
--light-hl-1: #001080;
5+
--dark-hl-1: #9CDCFE;
6+
--light-hl-2: #795E26;
7+
--dark-hl-2: #DCDCAA;
8+
--light-hl-3: #A31515;
9+
--dark-hl-3: #CE9178;
10+
--light-hl-4: #0000FF;
11+
--dark-hl-4: #569CD6;
1212
--light-hl-5: #0451A5;
1313
--dark-hl-5: #9CDCFE;
1414
--light-hl-6: #800000;

api/classes/app-bridge.AppBridge.html

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

api/classes/app.App.html

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

api/classes/message-transport.PostMessageTransport.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

api/documents/Agent_Skills.html

Lines changed: 11 additions & 7 deletions
Large diffs are not rendered by default.

api/documents/Migrate_OpenAI_App.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

api/documents/Overview.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

api/documents/Patterns.html

Lines changed: 22 additions & 22 deletions
Large diffs are not rendered by default.

api/documents/Quickstart.html

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)