Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/CopilotKit/CopilotKit
/ sync-plugin-skills.ts
File
sync-plugin-skills.ts
scripts/sync-plugin-skills.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env tsx
2
import
{ readdir, readFile, writeFile, mkdir } from
"node:fs/promises"
;
3
import
{ existsSync } from
"node:fs"
;
4
import
{ dirname, join, relative } from
"node:path"
;
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected