Skip to content

Commit bca496c

Browse files
committed
move skills to .agents/skills
1 parent 96b78e8 commit bca496c

File tree

23 files changed

+19
-19
lines changed

23 files changed

+19
-19
lines changed
File renamed without changes.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ skills:
2222
slug: 'livecodes'
2323
type: 'core'
2424
domain: null
25-
path: 'skills/livecodes/SKILL.md'
25+
path: '.agents/skills/livecodes/SKILL.md'
2626
description: >
2727
Open-source, client-side code playground supporting 90+ languages/frameworks.
2828
Runs entirely in the browser with SDK for embedding. Entry point for all LiveCodes skills.
@@ -38,7 +38,7 @@ skills:
3838
slug: 'sdk-embedding'
3939
type: 'core'
4040
domain: 'sdk-embedding'
41-
path: 'skills/sdk-embedding/SKILL.md'
41+
path: '.agents/skills/livecodes/sdk-embedding/SKILL.md'
4242
description: >
4343
Create and configure embedded playgrounds using createPlayground(),
4444
container setup, EmbedOptions, loading modes (eager/lazy/click),
@@ -53,7 +53,7 @@ skills:
5353
slug: 'sdk-methods'
5454
type: 'core'
5555
domain: 'sdk-embedding'
56-
path: 'skills/sdk-methods/SKILL.md'
56+
path: '.agents/skills/livecodes/sdk-methods/SKILL.md'
5757
description: >
5858
Use SDK methods to interact with playgrounds: run, getCode, setConfig,
5959
getConfig, watch, runTests, format, getShareUrl, show, destroy.
@@ -67,7 +67,7 @@ skills:
6767
slug: 'configuration'
6868
type: 'core'
6969
domain: 'configuration'
70-
path: 'skills/configuration/SKILL.md'
70+
path: '.agents/skills/livecodes/configuration/SKILL.md'
7171
description: >
7272
Configure playground behavior through Config object, query parameters,
7373
EmbedOptions, editor settings, processors, external resources, and custom settings.
@@ -81,7 +81,7 @@ skills:
8181
slug: 'language-support'
8282
type: 'core'
8383
domain: 'languages'
84-
path: 'skills/language-support/SKILL.md'
84+
path: '.agents/skills/livecodes/language-support/SKILL.md'
8585
description: >
8686
Work with 90+ supported languages, compilers, CSS processors,
8787
and WASM-compiled languages for markup, style, and script editors.
@@ -97,7 +97,7 @@ skills:
9797
slug: 'module-resolution'
9898
type: 'core'
9999
domain: 'languages'
100-
path: 'skills/module-resolution/SKILL.md'
100+
path: '.agents/skills/livecodes/module-resolution/SKILL.md'
101101
description: >
102102
Import npm, deno.land/x, jsr, and GitHub modules without build steps
103103
using automatic CDN resolution, custom import maps, and CDN provider prefixes.
@@ -110,7 +110,7 @@ skills:
110110
slug: 'testing'
111111
type: 'core'
112112
domain: 'languages'
113-
path: 'skills/testing/SKILL.md'
113+
path: '.agents/skills/livecodes/testing/SKILL.md'
114114
description: >
115115
Write and run automated tests with Jest and Testing Library
116116
in the browser, including importing code from script editor.
@@ -122,7 +122,7 @@ skills:
122122
slug: 'display-modes'
123123
type: 'core'
124124
domain: 'configuration'
125-
path: 'skills/display-modes/SKILL.md'
125+
path: '.agents/skills/livecodes/display-modes/SKILL.md'
126126
description: >
127127
Configure how the playground is displayed: full, focus, simple,
128128
lite, editor, codeblock, and result modes.
@@ -136,7 +136,7 @@ skills:
136136
slug: 'headless-mode'
137137
type: 'core'
138138
domain: 'sdk-embedding'
139-
path: 'skills/headless-mode/SKILL.md'
139+
path: '.agents/skills/livecodes/headless-mode/SKILL.md'
140140
description: >
141141
Run playground without visible UI using SDK methods for compiled
142142
code output, console watching, and programmatic control.
@@ -150,7 +150,7 @@ skills:
150150
slug: 'import-export'
151151
type: 'core'
152152
domain: 'configuration'
153-
path: 'skills/import-export/SKILL.md'
153+
path: '.agents/skills/livecodes/import-export/SKILL.md'
154154
description: >
155155
Import code from GitHub gists/files/repos, GitLab, URLs, DOM,
156156
and local files. Export projects as HTML, JSON, ZIP, or to external services.
@@ -165,7 +165,7 @@ skills:
165165
slug: 'framework-wrappers'
166166
type: 'framework'
167167
domain: 'sdk-embedding'
168-
path: 'skills/framework-wrappers/SKILL.md'
168+
path: '.agents/skills/livecodes/framework-wrappers/SKILL.md'
169169
description: >
170170
Use SDK with React, Vue, Svelte, Solid, Preact, and Web Components.
171171
sdkReady callback, reactive props, and framework-specific patterns.
@@ -188,7 +188,7 @@ skills:
188188
slug: 'getting-started'
189189
type: 'lifecycle'
190190
domain: null
191-
path: 'skills/getting-started/SKILL.md'
191+
path: '.agents/skills/livecodes/getting-started/SKILL.md'
192192
description: >
193193
Quick start for standalone app at livecodes.io, embedding playgrounds
194194
with CDN or npm, and self-hosting basics.
@@ -203,7 +203,7 @@ skills:
203203
slug: 'markdown-integration'
204204
type: 'composition'
205205
domain: 'integration'
206-
path: 'skills/markdown-integration/SKILL.md'
206+
path: '.agents/skills/livecodes/markdown-integration/SKILL.md'
207207
description: >
208208
Integrate LiveCodes with documentation sites using remark-livecodes,
209209
markdown-it-livecodes, gatsby-remark-livecodes, or marked-livecodes
@@ -217,7 +217,7 @@ skills:
217217
slug: 'self-hosting'
218218
type: 'composition'
219219
domain: 'integration'
220-
path: 'skills/self-hosting/SKILL.md'
220+
path: '.agents/skills/livecodes/self-hosting/SKILL.md'
221221
description: >
222222
Deploy LiveCodes to static file servers, GitHub Pages, or Docker.
223223
Configure SDK appUrl, BASE_URL for subdirectories, and handle services.
@@ -230,7 +230,7 @@ skills:
230230
slug: 'gh-action'
231231
type: 'composition'
232232
domain: 'integration'
233-
path: 'skills/gh-action/SKILL.md'
233+
path: '.agents/skills/livecodes/gh-action/SKILL.md'
234234
description: >
235235
Use the "Preview in LiveCodes" GitHub Action to generate preview playground links
236236
for pull request code changes. Automates playground creation and PR comments.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)