Skip to content

jackeydou/sites

v1.0.10

Build and locally validate websites and web apps.

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": "sites",
  "version": "1.0.10",
  "description": "Build and locally validate websites and web apps.",
  "author": {
    "name": "Pichu"
  },
  "keywords": [
    "sites",
    "site",
    "website",
    "webpage",
    "web",
    "web app",
    "webapp",
    "landing page",
    "static site",
    "frontend",
    "static",
    "ssr",
    "next.js",
    "nextjs"
  ],
  "extensions": {
    "com.pichu.app": {
      "runtime": {
        "node": ">=20"
      },
      "permissions": {
        "filesystem": ["read", "write"],
        "shell": "prompt",
        "network": "prompt"
      },
      "interface": {
        "displayName": "Sites",
        "shortDescription": "Build and validate websites and web apps.",
        "longDescription": "Helps create, modify, and locally validate static, CSR, and SSR websites and web apps.",
        "developerName": "Pichu",
        "category": "Developer Tools",
        "capabilities": ["Build", "Validate"],
        "defaultPrompt": [
          "Build a revenue dashboard",
          "Create a product launch page",
          "Validate this website locally"
        ],
        "brandColor": "#2563EB",
        "icon": "./assets/icon.svg",
        "logo": "./assets/logo.svg"
      }
    }
  }
}

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.

  • 22TypeScript files
  • 4JavaScript files
  • 3JSON files
  • 2other 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.pichu.app