返回 Skill 列表
extension
分类: 开发与工程无需 API Key

context-admin-ui

管理员仪表板、任务管理和审核界面。

person作者: jakexiaohubgithub

Admin UI Context

Overview

Next.js App Router pages and components for the Affordabot Admin Dashboard.

Active Files

Pages (App Router)

  • frontend/src/app/admin/page.tsx - Dashboard Home
  • frontend/src/app/admin/discovery/page.tsx - Discovery tools
  • frontend/src/app/admin/reviews/page.tsx - Review queue
  • frontend/src/app/admin/sources/page.tsx - Source management

Components

  • frontend/src/components/admin/ScrapeManager.tsx - Scraper controls
  • frontend/src/components/admin/AnalysisLab.tsx - RAG testing
  • frontend/src/components/admin/ModelRegistry.tsx - LLM config
  • frontend/src/components/admin/PromptEditor.tsx - System prompt editor
  • frontend/src/components/admin/JurisdictionMapper.tsx - Jurisdiction config

Usage

Use this skill when modifying the admin dashboard or internal tools.