원클릭으로
rag-platform
rag-platform에는 iisconline2025-AI에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Guide and validate work on the Chat Portal (M9). Loads module context, checks current implementation state against the spec, and produces or reviews chat-only frontend code. Use when building or reviewing anything under frontend/src/app/chat/ or frontend/src/components/chat/.
Run typecheck, lint, and build for the Next.js frontend from the repo root. Reports pass/fail per command with only the relevant error lines. Use when asked to verify, check, or validate the frontend before or after a change.
Guide and validate work on the Admin Portal (M8). Loads module context, checks current implementation state against the spec, and produces or reviews admin-only frontend code. Use when building or reviewing anything under frontend/src/app/admin/ or frontend/src/components/admin/.
Commit the current working-tree changes in this repo with a generated Conventional Commit message, after rebasing the branch onto the latest remote dev. Use when the user asks to commit changes, "save work to git", or "run git-commit-m2". Gathers `git status` + `git diff HEAD` as context, syncs with origin/dev (fetch + rebase), generates a `type(scope): summary` message describing what changed, and commits. NEVER pushes.