Skip to content

akarachen/frontend

v0.1.0

Eric's frontend and React standards for TS/JS UI work, plus browser end-to-end testing.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "frontend",
  "version": "0.1.0",
  "description": "Eric's frontend and React standards for TS/JS UI work, plus browser end-to-end testing.",
  "author": {
    "name": "AkaraChen",
    "url": "https://github.com/AkaraChen"
  },
  "homepage": "https://github.com/AkaraChen/eric-way",
  "repository": "https://github.com/AkaraChen/eric-way",
  "keywords": [
    "frontend",
    "react",
    "tailwind",
    "tanstack-query",
    "e2e"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Eric Frontend",
        "shortDescription": "Frontend, React, and browser E2E",
        "longDescription": "Use Eric Frontend for TS/JS user interfaces. It covers feature-slice structure, styling boundaries, server-state and interaction-state ownership, React component conventions, and browser end-to-end verification with screenshots and real interaction checks.",
        "developerName": "AkaraChen",
        "category": "Developer Tools",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://github.com/AkaraChen/eric-way",
        "defaultPrompt": [
          "Use $frontend to implement this UI in Eric's style.",
          "Use $react for this component's hooks and props."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 3YAML files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai