freshcrate
Skin:/
Home > AI Agents > prompt-registry

prompt-registry

VS Code extension for managing, sharing, and installing AI prompt collections for GitHub Copilot and other AI assistants

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

VS Code extension for managing, sharing, and installing AI prompt collections for GitHub Copilot and other AI assistants

README

๐ŸŽจ Prompt Registry

A visual marketplace for discovering, installing, and managing GitHub Copilot prompt libraries from multiple sources.

VS Code Marketplace License Version


Prompt Registry transforms how you discover and manage GitHub Copilot prompts. Browse a visual marketplace, search by tags, and install curated prompt libraries with a single clickโ€”no manual file copying or repository cloning required.

Prompt Registry - main views


๐Ÿš€ Quick Start

  1. Install โ€” Search "Prompt Registry" in VS Code Extensions (Ctrl+Shift+X)
  2. Select Hub โ€” On first launch, choose a hub from the welcome dialog (or skip to configure later)
  3. Browse โ€” Click "MARKETPLACE" in the Prompt Registry sidebar
  4. Install โ€” Click any bundle tile, then click Install
  5. Use โ€” Your prompts are now available in GitHub Copilot! ๐ŸŽ‰

The extension automatically adds the Awesome Copilot source and syncs your selected hub's profiles on startup.

โ†’ Full Getting Started Guide


โœจ Key Features

  • ๐ŸŽจ Visual Marketplace โ€” Browse bundles in a tile-based interface with search, filters, and one-click install (details)
  • ๐Ÿ”Œ Multi-Source Support โ€” Connect to GitHub, local directories, APM repositories, or Awesome Copilot collections (details)
  • ๐Ÿ“ฆ Version Management โ€” Track versions, detect updates, and enable automatic background updates (details)
  • ๐Ÿ‘ฅ Profiles & Hubs โ€” Organize bundles by project/team and share configurations across your organization (details)
  • ๐Ÿค– Built-in Copilot Skill โ€” Ask GitHub Copilot questions about Prompt Registry directly in chat โ€” setup, authoring, troubleshooting, and more
  • ๐ŸŒ Cross-Platform โ€” Works on macOS, Linux, and Windows with all VS Code flavors

๐Ÿค– Ask Copilot About Prompt Registry

Prompt Registry ships with a built-in Copilot skill that lets you ask GitHub Copilot questions about the extension directly in chat. No extra setup is required โ€” the skill is available as soon as the extension is installed.

What you can ask:

  • Users โ€” "How do I add a local source?", "What scopes are available?", "Why isn't my hub showing?"
  • Authors โ€” "How do I create a collection?", "What fields are required in a manifest?", "How do I publish to a hub?"

The skill answers from the extension's own documentation, so responses are always grounded in the actual behavior of your installed version.

Note: The skill covers user and author topics only. For contributor questions (architecture, testing, internals), consult the Contributor Guide directly.

Seeing incorrect or unexpected answers? Please open an issue describing the question you asked and the response you received, or reach out to one of the project contributors directly.


๐Ÿ“š Documentation

Audience Description Link
Users Installation, marketplace, sources, profiles, troubleshooting User Guide
Authors Creating, validating, and publishing prompt collections Author Guide
Contributors Development setup, architecture, testing, coding standards Contributor Guide
Reference Commands, settings, adapter API, hub schema Reference Docs

โ†’ Full Documentation Index


๐Ÿ“ฆ Installation

From VS Code Marketplace:

  1. Open VS Code โ†’ Press Ctrl+Shift+X
  2. Search "Prompt Registry" โ†’ Click Install

From VSIX:

code --install-extension prompt-registry-0.0.2.vsix

From Source:

git clone https://github.com/AmadeusITGroup/prompt-registry.git
cd prompt-registry
npm install
npm run package:vsix
code --install-extension prompt-registry-0.0.2.vsix

For custom VS Code instances (with custom user-data-dir/extensions-dir):

# After building the VSIX above, install to your custom VS Code instance
code --user-data-dir "$ud" --extensions-dir "$ed" --install-extension prompt-registry-0.0.2.vsix

๐Ÿ”Œ Supported Sources

Source Type Description
Awesome Copilot Curated community collections
GitHub Direct from GitHub repositories
Local File system directories
APM APM package repositories

โ†’ Source Configuration Guide


๐Ÿ—๏ธ Architecture Overview

Marketplace/Tree View โ†’ Registry Manager โ†’ Adapters (GitHub, Local, etc.)
                              โ†“
                       Bundle Installer โ†’ Copilot Sync

โ†’ Full Architecture Documentation


๐Ÿ”ง Troubleshooting

Bundles not showing in Copilot?

  • Check sync completed in extension logs
  • Run "Prompt Registry: Sync All Bundles"
  • Restart VS Code (Ctrl+R)

Installation fails?

  • Verify network connection and repository access
  • Check bundle has valid deployment-manifest.yml

โ†’ Full Troubleshooting Guide


๐Ÿค Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

โ†’ Development Setup | Coding Standards


๐Ÿ“„ License

Apache 2.0 โ€” See SECURITY.md for security policy.


๐Ÿ™ Acknowledgments

  • Microsoft - For GitHub Copilot and VS Code
  • Awesome Copilot Community - For curated prompt collections
  • Contributors - Everyone who has contributed to this project

๐Ÿ”— Links

Release History

VersionChangesUrgencyDate
v0.0.33## What's Changed * chore: cleanup unused installation path and commands after olaf cleanup by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/228 * fix: fix high vulnerability by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/230 * chore: remove unused adapter to simplify codebase (gitlab, http) by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/229 * Chore/dead code detector by @gblanc-1a in https://github.com/AmadeusITGroup/pHigh4/23/2026
v0.0.32## What's Changed * fix(local-awesome-copilot): include skill subdirectories recursively when packaging bundle by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/187 * feat(lib): add hub-release-analyzer for GitHub release analytics by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/183 * fix(ci): bump the version of the @prompt-registry/collection-scripts and improving the package publication flow by @wherka-ama in https://github.com/AmadeusITGroupMedium4/1/2026
v0.0.31## What's Changed * chore(deps-dev): bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in https://github.com/AmadeusITGroup/prompt-registry/pull/171 * refactor(ui): externalize webview assets to separate files by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/172 * fix: repo-scope skill installation by @sufiyan-ahmed in https://github.com/AmadeusITGroup/prompt-registry/pull/163 * fix: scaffolding improvements and fork PR comment support by @gblanc-1a in https://github.Low3/3/2026
v0.0.30## What's Changed * fix: UI cleanup and sync notification improvements by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/161 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.29...v0.0.30Low2/11/2026
v0.0.29## What's Changed * fix(schema): allow spaces and dots in profile path pattern and add engagement config by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/157 * Feature/resumable first run by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/154 * feature: Add update functionality for both remote/local skills by @sufiyan-ahmed in https://github.com/AmadeusITGroup/prompt-registry/pull/155 **Full Changelog**: https://github.com/AmadeusITGroup/prompLow2/10/2026
v0.0.28## What's Changed * fix(adapters): parallelize skill directory fetching in SkillsAdapter by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/146 * fix: broken symlink at user level should repair automatically by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/149 * chore(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 by @dependabot[bot] in https://github.com/AmadeusITGroup/prompt-registry/pull/152 * Fix bug #144 the collection installation iLow2/5/2026
v0.0.27## What's Changed * fix: uninstall at repository level was deleting files in github foldeโ€ฆ by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/127 * feat(mcp): remote servers and duplicate detection by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/131 * fix: ensure that the npm lib publishing works properly by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/142 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-rLow1/28/2026
v0.0.26## What's Changed * feat(scaffold): improve scaffolding with InnerSource docs, rich skills, and GitHub templates by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/126 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.25...v0.0.26Low1/26/2026
v0.0.25## What's Changed * fix: performances issue during syncing and display not shown during sync by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/120 * Bugfix/redirect support by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/122 * fix: separate local-only bundles into dedicated lockfile by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/124 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.24.Low1/26/2026
v0.0.24## What's Changed * feat(schema): add skills source type support to hub-config.schema.json by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/118 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.23...v0.0.24Low1/24/2026
v0.0.23## What's Changed * feat: validate collections github action by @matthieu-crouzet in https://github.com/AmadeusITGroup/prompt-registry/pull/96 * feat: update schema mcp remote servers by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/102 * fix: remove auto-activation of first profile on hub import by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/104 * fix: ensure that the hub profile can accommodate the bundle ids composed of any combination alloLow1/24/2026
v0.0.22## What's Changed * fix: duplicate path in skill file references by @sufiyan-ahmed in https://github.com/AmadeusITGroup/prompt-registry/pull/101 * fix: AwesomeCopilotAdapter.ts by @Driss-Lalami99 in https://github.com/AmadeusITGroup/prompt-registry/pull/105 ## New Contributors * @sufiyan-ahmed made their first contribution in https://github.com/AmadeusITGroup/prompt-registry/pull/101 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.21...v0.0.22Low1/22/2026
v0.0.21## What's Changed * fix(scaffold): include all skill directory files in bundle by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/90 * fix(#85): use remote reference for the schema by @matthieu-crouzet in https://github.com/AmadeusITGroup/prompt-registry/pull/91 * fix: some tests were not run by CI and npm test + fix on the one failing by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/93 * fix: addressing the security issue flagged by CodeQL by @whLow1/21/2026
v0.0.20## What's Changed * feat: add scaffolding for github releases by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/79 * feat: Support for copilot skills datasource by @dpomian in https://github.com/AmadeusITGroup/prompt-registry/pull/83 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.19...v0.0.20Low1/14/2026
v0.0.19## What's Changed * feat: Add Agent Skills (SKILL.md) support (#75) by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/77 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.18...v0.0.19Low1/9/2026
v0.0.18Release v0.0.18Low1/6/2026
v0.0.17## What's Changed * feat: add bundle autoupdate by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/40 * feat(ui): redesign Registry Explorer with favorites, icons, and repository shortcuts by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/49 * fix: add e2e test and fix issues with bundle updates. also add AGENTSโ€ฆ by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/50 **Full Changelog**: https://github.com/AmadeusITGroup/promLow12/17/2025
v0.0.16## What's Changed * fix(ui): prevent dialogs from closing on focus loss + support vscode profiles for config directory resolution by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/43 * fix(wsl): remove custom path handling and use standard remote resolution by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/44 * feat(hub): Implement hub source loading and duplicate detection logic by @qwasimintah in https://github.com/AmadeusITGroup/prompt-registryLow12/15/2025
v0.0.15## What's Changed * feat: add comprehensive APM package support + optimize bundle operations and profile activation by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/38 * fix: the readme sections by @Driss-Lalami99 in https://github.com/AmadeusITGroup/prompt-registry/pull/42 * fix(sync): handle copied files cleanup in WSL/Remote environments by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/39 ## New Contributors * @Driss-Lalami99 made their Low12/12/2025
v0.0.14## What's Changed * feat: add WSL remote support for prompt syncing by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/33 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.13...v0.0.14Low12/7/2025
v0.0.13## What's Changed * fix: regular expression templating issue when using special characterโ€ฆ by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/32 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.12...v0.0.13Low12/5/2025
v0.0.12## What's Changed * feat(hubs): implement single active hub profile with automatic bundle management by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/31 * fix: fix installation path to be dynamic for temporary or custom vscoโ€ฆ by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/28 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.11...v0.0.12Low12/5/2025
v0.0.11## What's Changed * Fix installation of versionned bundled with github type by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/12 * fix: fix install specific version and update scenarios by @gblanc-1a in https://github.com/AmadeusITGroup/prompt-registry/pull/27 ## New Contributors * @gblanc-1a made their first contribution in https://github.com/AmadeusITGroup/prompt-registry/pull/12 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.1Low12/3/2025
v0.0.10## What's Changed * docs: adding a section on terminology used and configuration by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/21 * refactor(scaffold): migrate awesome-copilot from chatmodes to agents by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/23 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.9...v0.0.10Low11/28/2025
v0.0.9## What's Changed * fix: Ensure tree view updates when sources are modified by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/19 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.8...v0.0.9Low11/26/2025
v0.0.8## What's Changed * chore(deps): bump glob by @dependabot[bot] in https://github.com/AmadeusITGroup/prompt-registry/pull/8 * fix: Source context menu commands not working with tree items by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/18 ## New Contributors * @dependabot[bot] made their first contribution in https://github.com/AmadeusITGroup/prompt-registry/pull/8 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.7...v0.0.8Low11/25/2025
v0.0.7## What's Changed * feat: Add Hub and Profile Management System by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/17 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.6...v0.0.7Low11/24/2025
v0.0.6## What's Changed * feat(mcp): add core MCP server configuration management infrastructure by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/6 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.5...v0.0.6Low11/17/2025
v0.0.5## What's Changed * feat: Registry explorer missing features;local awesome collection support;settings export/import functionality by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/3 * fix(ci): Install all dependencies for building extension in publish workflow by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/4 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.4...v0.0.5Low11/14/2025
v0.0.4## What's Changed * feat: improvements of awesome-copilot scaffold command, TreeView and Windows-specific handling by @wherka-ama in https://github.com/AmadeusITGroup/prompt-registry/pull/1 ## New Contributors * @wherka-ama made their first contribution in https://github.com/AmadeusITGroup/prompt-registry/pull/1 **Full Changelog**: https://github.com/AmadeusITGroup/prompt-registry/compare/v0.0.3...v0.0.4Low11/12/2025
v0.0.3Release v0.0.3Low11/10/2025
v0.0.2Release v0.0.2Low11/10/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

VSCode-Local-CopilotNo descriptionmain@2026-06-05
skalesYour local AI Desktop Agent for Windows, macOS & Linux. Agent Skills (SKILL.md), autonomous coding (Codework), multi-agent teams, desktop automation, 15+ AI providers, Desktop Buddy. No Docker, no terv11.1.6
claw-marketEnable autonomous agents to create, trade, and scale digital products and services across decentralized marketplaces efficiently.main@2026-06-02
muxdAn open-source AI coding agent that lives in your terminal. Multi-provider, multi-channel, persistent sessions with git-like branching.v0.71.0
ClawWorkClient for OpenClaw โ€” Connect ClawWork to your own OpenClaw and unlock 10x multi-session productivity.v0.0.16

More in AI Agents

@blockrun/franklinFranklin โ€” The AI agent with a wallet. Spends USDC autonomously to get real work done. Pay per action, no subscriptions.
hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
e2bE2B SDK that give agents cloud environments