-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugin.json
More file actions
49 lines (49 loc) · 1.51 KB
/
Copy pathplugin.json
File metadata and controls
49 lines (49 loc) · 1.51 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
46
47
48
49
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "join-the-team",
"version": "0.2.3",
"description": "Team operating model for hybrid human+AI delivery: one shared, drift-checked contract for authority, risk tiers, evidence, review, and done — with cloud-expert guardrails (Google Cloud, AWS, Azure, Alibaba Cloud) and Google ADK/Antigravity skills built in, routing agent-craft work to companion skill plugins.",
"author": {
"name": "Jaroslav Pantsjoha",
"url": "https://jpantsjoha.com"
},
"homepage": "https://github.com/jpantsjoha/ai-native-developer-experience",
"repository": "https://github.com/jpantsjoha/ai-native-developer-experience",
"license": "Apache-2.0",
"keywords": [
"operating-model",
"team-harness",
"human-ai-collaboration",
"agent-teams",
"governance",
"evidence",
"risk-tiers",
"onboarding",
"skills",
"google-cloud",
"gcp",
"adk",
"antigravity",
"gemini",
"aws",
"azure",
"alibaba-cloud",
"multi-cloud"
],
"extensions": {
"com.anthropic.claude-code": {
"manifest": "./.claude-plugin/plugin.json",
"marketplace": "./.claude-plugin/marketplace.json",
"commands": "./commands/",
"hooks": "./hooks/hooks.json",
"contextFile": "./CLAUDE.md"
},
"com.google.gemini-cli": {
"manifest": "./gemini-extension.json",
"contextFile": "./GEMINI.md"
},
"ai.moonshot.kimi": {
"manifest": "./.kimi-plugin/plugin.json"
}
}
}