Skip to content
v0.1.0

Eric's JavaScript and TypeScript standards plus the pre-commit checklist for JS/TS changes.

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": "js",
  "version": "0.1.0",
  "description": "Eric's JavaScript and TypeScript standards plus the pre-commit checklist for JS/TS changes.",
  "author": {
    "name": "AkaraChen",
    "url": "https://github.com/AkaraChen"
  },
  "homepage": "https://github.com/AkaraChen/eric-way",
  "repository": "https://github.com/AkaraChen/eric-way",
  "keywords": [
    "javascript",
    "typescript",
    "node",
    "tooling",
    "checklist"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Eric JS",
        "shortDescription": "JS/TS standards and commit checklist",
        "longDescription": "Use Eric JS in any JavaScript or TypeScript project. It covers package-manager and tooling defaults, and the pre-commit checklist for formatting, linting, type checking, tests, and unused code.",
        "developerName": "AkaraChen",
        "category": "Developer Tools",
        "capabilities": [
          "Read",
          "Write"
        ],
        "websiteURL": "https://github.com/AkaraChen/eric-way",
        "defaultPrompt": [
          "Use $javascript when creating or working in a JS/TS project.",
          "Run $js-checklist before committing these TypeScript changes."
        ]
      }
    }
  }
}

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.

  • 2YAML 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