-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 811 Bytes
/
Copy pathplugin.json
File metadata and controls
20 lines (20 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "forgekit",
"displayName": "Forge",
"version": "0.32.1",
"description": "One config, every AI coding tool — cognitive substrate, tools, crew, guards, atlas, lean, recall from one source.",
"author": { "name": "CodeWithJuber" },
"license": "MIT",
"repository": "https://github.com/CodeWithJuber/forgekit",
"homepage": "https://github.com/CodeWithJuber/forgekit#readme",
"keywords": ["config", "cross-tool", "agents-md", "ai-coding", "claude-code", "cognitive-substrate"],
"skills": "./global/tools",
"agents": [
"./global/crew/doc-sync.md",
"./global/crew/frontend-verifier.md",
"./global/crew/independent-reviewer.md",
"./global/crew/scout.md",
"./global/crew/verifier.md"
]
}