Skills
Agent skills that teach xngui scaffolding and monorepo conventions.
Agent skills
xngui-workspace
Monorepo layout, flat imports, and package map.
xngui-add-component
libs/components/<category>/<name> checklist.
xngui-add-showcase-demo
catalog.ts + route + demo page wiring.
xngui-add-cdk
libs/cdk/<category>/<entry> headless checklist.
xngui-add-docs
Foundation /docs pages for core and styles.
xngui-add-tools
MCP, VS Code, skills, rules, theme builder.
In this monorepo
Skills live at .cursor/skills/. Open the repo in Cursor — agents discover them automatically from the project skills index.
.cursor/skills/xngui-workspaceSKILL.md
xngui-add-componentSKILL.md
xngui-add-cdkSKILL.md
xngui-add-docsSKILL.md
xngui-add-toolsSKILL.md
xngui-add-showcase-demoSKILL.md
Copy into another repo
terminal# copy the skill folders you need
cp -R pathtoxngui.cursorskillsxngui-workspace pathtoyour-app.cursorskills
cp -R pathtoxngui.cursorskillsxngui-add-component pathtoyour-app.cursorskills
Future: @xngui/skills npm package with a postinstall copy script. For now, copy folders or submodule this repo.