Skip to content

Commit c99ca11

Browse files
committed
Add simple prompt catalog
1 parent 8fa8a02 commit c99ca11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

prompts/catalog.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
registry:
2+
- name: "NPM Project Info"
3+
description: "Get information about an NPM project"
4+
ref: "github:docker/labs-ai-tools-for-devs/main/prompts/npm-project.md"
5+
icon: "https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/npm.svg"
6+
- name: SQL Agent
7+
description: "Run a SQL query against a sqlite database"
8+
ref: "github:docker/labs-ai-tools-for-devs/main/prompts/sql/prompt.md"
9+
icon: "https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg"
10+
- name: "Recommended Tags"
11+
description: "Get recommended tags for a Docker image"
12+
ref: "github:docker/labs-ai-tools-for-devs/main/prompts/recommended-tags.md"
13+
icon: "https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/docker.svg"

0 commit comments

Comments
 (0)