mit einem Klick
rag-platform
rag-platform enthält 4 gesammelte Skills von iisconline2025-AI, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
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.