-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 884 Bytes
/
plugin.json
File metadata and controls
27 lines (27 loc) · 884 Bytes
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
{
"name": "coldbox-agent-skills",
"version": "1.0.0",
"description": "ColdBox skills for Claude Code — handlers, routing, REST APIs, interceptors, testing, security, ORM, WireBox DI, CacheBox, LogBox, and ContentBox CMS",
"author": {
"name": "Ortus Solutions",
"email": "info@ortussolutions.com",
"url": "https://www.ortussolutions.com"
},
"homepage": "https://www.coldbox.org/",
"repository": "https://github.com/ortus-boxlang/coldbox-skills",
"license": "Apache-2.0",
"keywords": ["coldbox", "boxlang", "cfml", "wirebox", "cachebox", "logbox", "testbox", "contentbox", "ortus", "mvc", "rest", "cms"],
"skills": [
"./cachebox/",
"./coldbox/",
"./contentbox-boxlang/",
"./contentbox-cfml/",
"./docbox/",
"./logbox/",
"./modules/",
"./security/",
"./testbox/",
"./wirebox/"
],
"mcpServers": "./.mcp.json"
}