← Back to list

nx-operations
by nextblock-cms
The open-source core of NextBlock CMS. A high-performance, developer-first CMS built with Next.js 15, Supabase, and Tailwind. Features a Notion-style block editor, native multi-language support, and perfect Lighthouse scores. The modern alternative to WordPress.
⭐ 3🍴 0📅 Jan 14, 2026
SKILL.md
name: nx-operations description: When you need to run tasks, build projects, or understand the workspace graph using Nx. Use this for all build, lint, and test operations.
Nx Operations & Workspace Management
1. General Guidelines
- Always use Nx: Run tasks via
nx run,nx run-many, ornx affected. Do not use underlying tools (liketscorvitedirectly) unless debugging a specific issue with them. - Analyze First:
- Use
nx_workspaceto understand the workspace layout. - Use
nx_project_detailsto analyze specific project dependencies before making changes. - Use
nx_docsif you are unsure about configuration or best practices.
- Use
2. Common Commands
Building
- Build Core App:
nx build nextblock - Build All Libraries:
npm run lib-builds(alias for building ui, utils, db, editor, sdk) - Build Specific Lib:
nx build <lib-name>(e.g.,nx build ui)
Linting
- Lint Core App:
nx lint nextblock - Lint All:
npm run lint
Development
- Serve App:
nx serve nextblock(runs the Next.js dev server)
3. Troubleshooting
- If
nx start nextblockfails with "Could not find a production build", ensure you have runnx build nextblockfirst. - Use
nx resetif you suspect cache issues.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon