Skip to content

spillwavesolutions/google-docs-style

v1.1.5MIT

Universal agent plugin for Google developer documentation style. Skills, a custom output formatter, and hooks for Claude Code, Codex, Cursor, and Grok Build.

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": "google-docs-style",
  "version": "1.1.5",
  "description": "Universal agent plugin for Google developer documentation style. Skills, a custom output formatter, and hooks for Claude Code, Codex, Cursor, and Grok Build.",
  "author": {
    "name": "Spillwave Solutions",
    "email": "rick@spillwave.com",
    "url": "https://spillwave.com"
  },
  "homepage": "https://github.com/SpillwaveSolutions/google-docs-style",
  "repository": "https://github.com/SpillwaveSolutions/google-docs-style",
  "license": "MIT",
  "keywords": [
    "documentation",
    "google-developer-docs",
    "style-guide",
    "hooks",
    "formatter",
    "claude-code",
    "codex",
    "cursor",
    "grok-build",
    "agentskills",
    "worklog",
    "wiki-ticket-sdd"
  ],
  "extensions": {
    "com.anthropic.claude-code": {
      "pluginManifest": ".claude-plugin/plugin.json",
      "hooks": "hooks/hooks.json"
    },
    "com.openai.codex": {
      "pluginManifest": ".codex-plugin/plugin.json",
      "hooks": "hooks/hooks.json"
    },
    "com.cursor.hooks": {
      "hooks": "adapters/cursor/hooks.json"
    },
    "ai.xai.grok-build": {
      "pluginManifest": ".grok-plugin/plugin.json",
      "hooks": "hooks/hooks.json"
    }
  }
}

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.

  • LICENSE
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.

  • ai.xai.grok-build
  • com.anthropic.claude-code
  • com.cursor.hooks
  • com.openai.codex