Skip to content
Skillv1.0.0

(admin)

frontend/src/app/(admin)/

by POBIM(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from POBIM/Election-Demo (frontend/src/app/(admin)/AGENTS.md). Install upstream with npx skills add POBIM/Election-Demo --skill (admin). Copyright stays with the author.

frontend/src/app/(admin)/

Overview

  • Staff/admin UI area (protected by frontend/src/middleware.ts).

Where To Look

Task Location
Admin layout (sidebar/header) frontend/src/app/(admin)/admin/layout.tsx
Admin dashboard frontend/src/app/(admin)/admin/page.tsx
Election management pages frontend/src/app/(admin)/admin/elections

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/pobim-election-demo-admin/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

pobim-election-demo-admin.ocm.jsonjson
{
  "ocm": "1",
  "id": "pobim-election-demo-admin",
  "kind": "skill",
  "name": "(admin)",
  "description": "frontend/src/app/(admin)/",
  "publisher": "POBIM",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "frontend/src/app/(admin)/"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/POBIM/Election-Demo",
      "path": "frontend/src/app/(admin)/AGENTS.md",
      "ref": "1237c7b371b762438fd9c876d0b54155afd47dde",
      "url": "https://github.com/POBIM/Election-Demo/blob/1237c7b371b762438fd9c876d0b54155afd47dde/frontend/src/app/(admin)/AGENTS.md",
      "key": "POBIM/Election-Demo/frontend/src/app/(admin)/AGENTS.md"
    }
  },
  "instructions": "# frontend/src/app/(admin)/\n\n## Overview\n- Staff/admin UI area (protected by `frontend/src/middleware.ts`).\n\n## Where To Look\n| Task | Location |\n|------|----------|\n| Admin layout (sidebar/header) | `frontend/src/app/(admin)/admin/layout.tsx` |\n| Admin dashboard | `frontend/src/app/(admin)/admin/page.tsx` |\n| Election management pages | `frontend/src/app/(admin)/admin/elections` |",
  "cost": {
    "context_tokens": 96
  }
}

Fetch it by URL: GET /api/v1/registry/pobim-election-demo-admin/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.