By hsinchi-yen
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Implement the next task incrementally — build, test, verify, commit
Simplify code for clarity and maintainability — reduce complexity without changing behavior
Break work into small verifiable tasks with acceptance criteria and dependency ordering
Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision
Start spec-driven development — write a structured specification before writing code
這是一套為數位看板(Digital Signage)打造的投放系統 MVP。包含了可將 PPTX 轉換為 HTML5 的 Windows 桌面工具、負責管理排程與派送內容的 Go 後端服務,以及 React 管理後台介面。
docker-compose.yml: 一鍵啟動後端與前端服務的設定檔。backend/: Go 語言撰寫的後端 API 與 WebSocket 服務。負責資料庫存取、檔案管理與排程推播。frontend/: React + TypeScript 撰寫的管理後台。負責上傳媒體、設定播放清單與排程設定。electron-converter/: Electron + TypeScript 撰寫的 Windows 桌面應用程式。用於將 PPTX 轉換成可獨立執行的 HTML5 投影片,並能上傳至後端。media/: 存放上傳媒體檔案的資料夾(由 Docker Volume 自動掛載)。在開始測試前,請確保你的電腦已安裝以下環境:
專案已經完全容器化,你只需要透過 Docker Compose 即可將資料庫、後端 API 與前端管理介面一併啟動。
TN_Welcomeboard)。-d 參數讓服務在背景執行):docker-compose up --build -d
注意: 第一次啟動時,Docker 會需要一些時間下載映像檔 (PostgreSQL、Go、Node) 並編譯程式碼,請耐心等候。
容器啟動完成後,你可以打開瀏覽器進行測試:
{"db":"connected","status":"ok"}。cd electron-converter
npm install
npm start
如果你測試完畢,想要停止這些背景執行的 Docker 容器,請在專案根目錄執行:
docker-compose down
如果想要在關閉時順便清除資料庫的資料,可以加上 -v 參數:
docker-compose down -v
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
npx claudepluginhub hsinchi-yen/tn_welcomeboardComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Complete developer toolkit for Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.