-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmarketplace.json
More file actions
143 lines (143 loc) · 4.3 KB
/
marketplace.json
File metadata and controls
143 lines (143 loc) · 4.3 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "overheid-plugins",
"metadata": {
"description": "Plugins voor de Nederlandse overheid"
},
"owner": {
"name": "developer-overheid-nl"
},
"plugins": [
{
"name": "standaarden",
"description": "CONCEPT — Skills voor Nederlandse overheidsstandaarden (beheerd door Logius): API Design Rules, Digikoppeling, OAuth NL, FSC, Logboek Dataverwerkingen, CloudEvents, BOMOS, E-Government en Publicatie-tooling. Bevat 10 skills voor 77 GitHub repositories verdeeld over 9 domeinen.",
"version": "0.4.6",
"author": {
"name": "developer-overheid-nl"
},
"source": {
"source": "github",
"repo": "developer-overheid-nl/skills-standaarden"
},
"category": "productivity",
"tags": [
"overheid",
"standaarden",
"interoperabiliteit",
"api",
"digikoppeling"
]
},
{
"name": "zad-actions",
"description": "Skills voor ZAD deployment: linting, releases, action validatie, workflow generatie en deployment debugging voor Zelfservice voor Applicatie Deployment.",
"version": "1.2.0",
"author": {
"name": "Rijks ICT Gilde"
},
"source": {
"source": "github",
"repo": "RijksICTGilde/zad-actions"
},
"category": "productivity",
"tags": [
"zad",
"deployment",
"github-actions",
"linting",
"release",
"debugging",
"workflow"
]
},
{
"name": "developer-overheid",
"description": "Dutch Government Developer Knowledge Base (developer.overheid.nl/kennisbank) - guidelines and standards for government software development",
"version": "0.1.0",
"author": {
"name": "David Stotijn"
},
"source": {
"source": "github",
"repo": "developer-overheid-nl/developer-overheid-nl-agent-skills"
},
"category": "productivity",
"tags": [
"overheid",
"developer",
"api",
"security",
"open-source",
"nl-design-system",
"standaarden"
]
},
{
"name": "nerds",
"description": "Plugin voor de Nederlandse Richtlijn Digitale Systemen (NeRDS). Bevat skills voor 13 richtlijnen die richting geven aan het ontwerpen, ontwikkelen en inkopen van digitale systemen binnen de Nederlandse overheid: gebruikersbehoeften, toegankelijkheid, open source, open standaarden, cloud, veiligheid, privacy, samenwerking, integratie, data, algoritmen, inkoop en duurzaamheid.",
"version": "0.1.2",
"author": {
"name": "MinBZK"
},
"source": {
"source": "github",
"repo": "MinBZK/NeRDS"
},
"category": "productivity",
"tags": [
"overheid",
"richtlijnen",
"nerds",
"toegankelijkheid",
"open-source",
"cloud",
"privacy",
"veiligheid",
"duurzaamheid"
]
},
{
"name": "internet",
"description": "CONCEPT — Skills voor moderne internetstandaarden (getest via internet.nl): webstandaarden (HTTPS, TLS, DNSSEC, IPv6, RPKI), mailstandaarden (DMARC, DKIM, SPF, STARTTLS, DANE), batch API en implementatiegidsen uit de toolbox-wiki.",
"version": "0.2.6",
"author": {
"name": "developer-overheid-nl"
},
"source": {
"source": "github",
"repo": "developer-overheid-nl/skills-internet"
},
"category": "productivity",
"tags": [
"overheid",
"internet-standaarden",
"compliance",
"security",
"dnssec",
"tls",
"dmarc"
]
},
{
"name": "geo",
"description": "CONCEPT — Skills voor Nederlandse geo-standaarden (beheerd door Geonovum): OGC API services (WMS, WFS, WMTS, OGC API Features), metadata (ISO 19115, NGR), informatiemodellen (NEN 3610, MIM), INSPIRE implementatie en 3D standaarden (CityGML, 3D Tiles).",
"version": "0.3.7",
"author": {
"name": "developer-overheid-nl"
},
"source": {
"source": "github",
"repo": "developer-overheid-nl/skills-geo"
},
"category": "productivity",
"tags": [
"overheid",
"geo",
"geostandaarden",
"ogc-api",
"inspire",
"metadata",
"nen3610"
]
}
]
}