-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathplugin.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$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"
}
}
}