-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 881 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
{
"name": "claude-skills",
"version": "3.2.3",
"description": "Production-tested skills for Claude Code - Cloudflare, AI, React, Tailwind v4, and modern web development",
"scripts": {
"validate": "./scripts/validate-json-schemas.sh",
"validate:marketplace": "ajv validate -s schemas/marketplace.schema.json -d .claude-plugin/marketplace.json --spec=draft7 --strict=false",
"validate:plugins": "find plugins -name 'plugin.json' -path '*/.claude-plugin/plugin.json' -exec ajv validate -s schemas/plugin.schema.json -d {} --spec=draft7 --strict=false \\;"
},
"repository": {
"type": "git",
"url": "https://github.com/secondsky/claude-skills.git"
},
"keywords": [
"claude",
"claude-code",
"skills",
"plugins",
"cloudflare",
"ai",
"react",
"tailwind"
],
"author": "Claude Skills Maintainers",
"license": "MIT"
}