-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjsr.json
More file actions
73 lines (73 loc) · 1.53 KB
/
Copy pathjsr.json
File metadata and controls
73 lines (73 loc) · 1.53 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
{
"name": "@heymegabyte/claude-skills",
"version": "7.2.1",
"description": "14-category autonomous product-building OS for AI coding tools. One-line prompts to deployed products on Cloudflare Workers.",
"exports": {
".": "./_router.md",
"./conventions": "./CONVENTIONS.md",
"./profiles": "./SKILL_PROFILES.md"
},
"publish": {
"include": [
"01-*/**",
"02-*/**",
"03-*/**",
"04-*/**",
"05-*/**",
"06-*/**",
"07-*/**",
"08-*/**",
"09-*/**",
"10-*/**",
"11-*/**",
"12-*/**",
"13-*/**",
"14-*/**",
"agents/**",
"templates/**",
"scripts/**",
"bin/**",
".claude-plugin/**",
".cursorrules",
".windsurfrules",
".clinerules",
".rules",
".augment-guidelines",
".aider-conventions.md",
".agents/**",
".amazonq/**",
".junie/**",
".trae/**",
".tabnine/**",
".kilo/**",
".roo/**",
".continue/**",
".cursor/**",
".windsurf/**",
".augment/**",
".openhands/**",
".aiassistant/**",
".kiro/**",
".void/**",
".bolt/**",
".devin/**",
".goose/**",
"QODO.MD",
".github/copilot-instructions.md",
".github/instructions/**",
"GEMINI.md",
"AMP.md",
"CODEX.md",
"replit.md",
"jsr.json",
"CONVENTIONS.md",
"SKILL_PROFILES.md",
"_router.md",
"llms.txt",
"llms-full.txt",
"AGENTS.md",
"README.md",
"LICENSE"
]
}
}