Skip to content

Commit

Permalink
Add simple prompt catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Jan 23, 2025
1 parent 8fa8a02 commit c99ca11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions prompts/catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
registry:
- name: "NPM Project Info"
description: "Get information about an NPM project"
ref: "github:docker/labs-ai-tools-for-devs/main/prompts/npm-project.md"
icon: "https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/npm.svg"
- name: SQL Agent
description: "Run a SQL query against a sqlite database"
ref: "github:docker/labs-ai-tools-for-devs/main/prompts/sql/prompt.md"
icon: "https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg"
- name: "Recommended Tags"
description: "Get recommended tags for a Docker image"
ref: "github:docker/labs-ai-tools-for-devs/main/prompts/recommended-tags.md"
icon: "https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/docker.svg"

0 comments on commit c99ca11

Please sign in to comment.