A minimal VS Code extension that provides a generic prompt library for GitHub Copilot Chat. The extension reads prompts from markdown files in a prompts/ folder and makes them available as chat commands.
Features
Generic prompt library system that reads from markdown files
Easy to extend with new prompts
Integration with GitHub Copilot Chat
Available Commands
/generate-singleton
Generates a Java 8 Singleton class using the Bill Pugh Singleton Design pattern.