Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (datalab-skills) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@wearedatalab/skills
DataLab AI-agent skills package. Scaffolds full-stack projects with backoffice, login, RBAC, and generates CRUD modules.
Compatible IDEs
- OpenCode
- Claude Code
- Antigravity IDE
Installation
pnpm dlx datalab-skills
# or: npx datalab-skillsThen select your IDE. Skills are copied to the correct directory automatically.
Available Skills
| Skill | Description |
|---|---|
datalab-create-project |
Scaffolds a frontend-only or full-stack project with backoffice, JWT login, RBAC, and admin settings |
datalab-create-crud |
Generates model, routes, and frontend pages from natural language field descriptions |
Stack Defaults
- Frontend: React + TypeScript + Vite + pnpm
- Backend: Python + FastAPI + uv + SQLAlchemy + Alembic
- Auth: JWT (access + refresh tokens), Magic Link, OAuth Google
- DB: SQLite (default), with .env config for MySQL/PostgreSQL
Development
git clone https://github.com/wearedatalab/skills
cd skills
# Edit skills in skills/
# Test with: node install.js