opencode-promptforge
v1.0.0
Published
OpenCode plugin for PromptForge — search and retrieve AI prompts from your terminal
Maintainers
Readme
opencode-promptforge
OpenCode plugin for PromptForge — search and retrieve AI prompts from your terminal.
Installation
Add to your opencode.json:
{
"plugin": ["opencode-promptforge"]
}Tools
| Tool | Description |
|------|-------------|
| search_prompts | Search prompts by keyword, model, or category |
| get_prompt | Retrieve full prompt content by ID |
| get_trending_prompts | Get trending prompts |
Usage
Once installed, ask the AI in any opencode session:
- "Search PromptForge for prompts about TypeScript"
- "Get the full content of prompt abc-123"
- "What's trending on PromptForge?"
Development
cd opencode-plugin
npm installFor local testing, copy to your opencode plugins directory:
cp index.js ~/.config/opencode/plugins/promptforge.jsLicense
MIT
