This repository was archived by the owner on Feb 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
41 lines (41 loc) · 1.39 KB
/
marketplace.json
File metadata and controls
41 lines (41 loc) · 1.39 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
{
"name": "plaited-marketplace",
"metadata": {
"description": "Official Claude Code plugins from Plaited Labs for development workflows, agent testing, and the Plaited framework"
},
"owner": {
"name": "Plaited Labs"
},
"plugins": [
{
"name": "development-skills",
"description": "Development skills for Claude Code - TypeScript LSP, code documentation, and validation tools",
"source": {
"source": "github",
"repo": "plaited/development-skills"
},
"category": "development",
"keywords": ["typescript", "javascript", "lsp", "language-server", "symbols", "refactoring", "documentation", "validation"]
},
{
"name": "acp-harness",
"description": "ACP client and evaluation harness for agent testing",
"source": {
"source": "github",
"repo": "plaited/acp-harness"
},
"category": "development",
"keywords": ["acp", "evaluation", "testing", "harness", "agents", "benchmarking"]
},
{
"name": "plaited",
"description": "Plaited framework development tools - behavioral programming, UI patterns, and web components",
"source": {
"source": "github",
"repo": "plaited/plaited"
},
"category": "development",
"keywords": ["plaited", "behavioral-programming", "ui-patterns", "web-patterns", "web-components", "loom", "standards"]
}
]
}