Claude Code Plugins

Community-maintained marketplace

Feedback

context-admin-ui

@stars-end/affordabot
1
0

Admin dashboard, task management, and review interfaces.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name context-admin-ui
description Admin dashboard, task management, and review interfaces.
tags frontend, ui, admin

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.