-
Notifications
You must be signed in to change notification settings - Fork 387
Expand file tree
/
Copy pathregistry.json
More file actions
177 lines (177 loc) · 6.32 KB
/
Copy pathregistry.json
File metadata and controls
177 lines (177 loc) · 6.32 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "agent-native",
"homepage": "https://github.com/BuilderIO/agent-native",
"items": [
{
"name": "conventions",
"type": "registry:item",
"title": "Agent Native Conventions",
"description": "Agent instructions and core skills for building Agent Native apps.",
"categories": ["agent-native", "agents", "project-conventions"],
"files": [
{
"path": "registry/agent-native-app/AGENTS.md",
"type": "registry:file",
"target": "~/AGENTS.md"
},
{
"path": ".agents/skills/adding-a-feature/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/adding-a-feature/SKILL.md"
},
{
"path": ".agents/skills/actions/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/actions/SKILL.md"
},
{
"path": ".agents/skills/agent-native-toolkit/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/agent-native-toolkit/SKILL.md"
},
{
"path": ".agents/skills/customizing-agent-native/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/customizing-agent-native/SKILL.md"
},
{
"path": ".agents/skills/storing-data/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/storing-data/SKILL.md"
},
{
"path": ".agents/skills/security/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/security/SKILL.md"
},
{
"path": ".agents/skills/frontend-design/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/frontend-design/SKILL.md"
},
{
"path": ".agents/skills/shadcn-ui/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/shadcn-ui/SKILL.md"
}
],
"docs": "Installs a project-level AGENTS.md and core Agent Native skills. Review the diff before installing into a project that already has agent instructions."
},
{
"name": "actions",
"type": "registry:item",
"title": "Agent Native Actions",
"description": "Skills for defining app operations as shared frontend and agent actions.",
"categories": ["agent-native", "actions"],
"files": [
{
"path": ".agents/skills/actions/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/actions/SKILL.md"
},
{
"path": ".agents/skills/delegate-to-agent/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/delegate-to-agent/SKILL.md"
}
],
"docs": "Use this kit when adding or changing operations that both the UI and agent should be able to perform."
},
{
"name": "data",
"type": "registry:item",
"title": "Agent Native Data",
"description": "Skills for SQL storage, portability, security, and sharing in Agent Native apps.",
"categories": ["agent-native", "data", "security"],
"files": [
{
"path": ".agents/skills/storing-data/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/storing-data/SKILL.md"
},
{
"path": ".agents/skills/portability/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/portability/SKILL.md"
},
{
"path": ".agents/skills/security/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/security/SKILL.md"
},
{
"path": ".agents/skills/sharing/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/sharing/SKILL.md"
}
],
"docs": "Use this kit before schema, query, access-control, or shareable-resource changes."
},
{
"name": "ui",
"type": "registry:item",
"title": "Agent Native UI",
"description": "Skills for frontend design, shadcn/ui, routing, application state, and real-time sync.",
"categories": ["agent-native", "ui", "frontend"],
"files": [
{
"path": ".agents/skills/frontend-design/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/frontend-design/SKILL.md"
},
{
"path": ".agents/skills/shadcn-ui/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/shadcn-ui/SKILL.md"
},
{
"path": ".agents/skills/client-side-routing/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/client-side-routing/SKILL.md"
},
{
"path": ".agents/skills/context-awareness/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/context-awareness/SKILL.md"
},
{
"path": ".agents/skills/real-time-sync/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/real-time-sync/SKILL.md"
}
],
"docs": "Use this kit for app UI work that needs to stay aligned with agent-visible navigation and live data updates."
},
{
"name": "extensions",
"type": "registry:item",
"title": "Agent Native Extensions",
"description": "Skills for sandboxed extensions and extension slots.",
"categories": ["agent-native", "extensions", "widgets"],
"files": [
{
"path": ".agents/skills/extensions/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/extensions/SKILL.md"
},
{
"path": ".agents/skills/extensions/references/api.md",
"type": "registry:file",
"target": "~/.agents/skills/extensions/references/api.md"
},
{
"path": ".agents/skills/extensions/references/examples.md",
"type": "registry:file",
"target": "~/.agents/skills/extensions/references/examples.md"
},
{
"path": ".agents/skills/extension-points/SKILL.md",
"type": "registry:file",
"target": "~/.agents/skills/extension-points/SKILL.md"
}
],
"docs": "Use this kit when creating or editing sandboxed Alpine.js extensions or named extension slots."
}
]
}