What is widget-generator?
Generate customizable widget plugins for the prompts.chat feed system Source: f/prompts.chat.
Generate customizable widget plugins for the prompts.chat feed system
Quickly install widget-generator AI skill to your development environment via command line
Source: f/prompts.chat.
This skill guides creation of widget plugins for prompts.chat. Widgets are injected into prompt feeds to display promotional content, sponsor cards, or custom interactive components.
| Widget ID | ✅ | Unique identifier (kebab-case, e.g., my-sponsor) | | Widget Name | ✅ | Display name for the plugin | | Rendering Mode | ✅ | standard or custom | | Sponsor Info | ❌ | Name, logo, logoDark, URL (for sponsored widgets) |
| Widget not showing | Check shouldInject logic, verify registration in index.ts | | TypeScript errors | Ensure imports from ./types, check sponsor object shape | | Styling issues | Use Tailwind classes, match existing widget patterns | | Position wrong | Remember positions are 0-indexed, check repeatEvery value |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/f/prompts.chat --skill widget-generatorGenerate customizable widget plugins for the prompts.chat feed system Source: f/prompts.chat.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/f/prompts.chat --skill widget-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/f/prompts.chat