-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
58 lines (58 loc) · 2.22 KB
/
Copy pathmarketplace.json
File metadata and controls
58 lines (58 loc) · 2.22 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
50
51
52
53
54
55
56
57
58
{
"name": "devantler-plugins",
"metadata": {
"description": "Curated agent skills bundled by category from devantler-tech/agent-skills",
"version": "1.0.0"
},
"owner": {
"name": "devantler-tech",
"url": "https://github.com/devantler-tech"
},
"renames": {
"automated-ai-engineer": "agentic-engineering"
},
"plugins": [
{
"name": "gitops-kubernetes",
"description": "Flux CD debugging, knowledge, repository auditing, and tenant onboarding — skills plus the Flux MCP server and a read-only Flux troubleshooter agent for live-cluster debugging",
"version": "1.0.0",
"source": "./plugins/gitops-kubernetes"
},
{
"name": "github",
"description": "GitHub CLI, stacked PRs, Actions docs, and issue management skills",
"version": "1.0.0",
"source": "./plugins/github"
},
{
"name": "agentic-engineering",
"description": "The autonomous engineering system for repository portfolios — engineer, read-only surveyor, and meta-engineer agents; portfolio, product, and improvement workflows; cross-tool instruction architecture and skill discovery; configured by the consumer AGENTS.md",
"version": "2.0.0",
"source": "./plugins/agentic-engineering"
},
{
"name": "go",
"description": "Go best practices, concurrency, generics, interfaces, and testing skills",
"version": "1.0.0",
"source": "./plugins/go"
},
{
"name": "engineering-practices",
"description": "Git commits, conventional releases, refactoring, test-driven development, and engineering ways of working skills",
"version": "1.0.0",
"source": "./plugins/engineering-practices"
},
{
"name": "frontend-design",
"description": "Astro, frontend design, and web design guidelines skills",
"version": "1.0.0",
"source": "./plugins/frontend-design"
},
{
"name": "vibe-coding",
"description": "Build a product by conversation alone — a plain-language build companion agent plus skills for needs-to-stack translation, an allowed-stack guardrail, and a jargon-free voice; for people with no technical background",
"version": "1.0.0",
"source": "./plugins/vibe-coding"
}
]
}