widget-generator이란?
Prompts.chat 피드 시스템을 위한 사용자 정의 가능한 위젯 플러그인 생성 출처: f/awesome-chatgpt-prompts.
Prompts.chat 피드 시스템을 위한 사용자 정의 가능한 위젯 플러그인 생성
명령줄에서 widget-generator AI 스킬을 개발 환경에 빠르게 설치
출처: f/awesome-chatgpt-prompts.
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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/f/awesome-chatgpt-prompts --skill widget-generatorPrompts.chat 피드 시스템을 위한 사용자 정의 가능한 위젯 플러그인 생성 출처: f/awesome-chatgpt-prompts.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/f/awesome-chatgpt-prompts --skill widget-generator 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/f/awesome-chatgpt-prompts