xng-breadcrumb
Nx workspace exploration, code generation, and CI monitoring
All Skills in This Repository (7)
Pure Emerald Level Indicatorsnx_workspace
Explore Nx workspace projects, configurations, and task targets read-only.
monitor-ci
Monitor Nx Cloud CI pipeline executions and apply self-healing fixes for common failures.
link-workspace-packages
Link workspace packages across npm, yarn, pnpm, and bun monorepos.
nx-plugins
Discover and install Nx plugins within an Nx workspace.
nx-import
Import external repositories into an Nx workspace while preserving Git history.
nx-run-tasks
Execute build, test, lint, and serve tasks within an Nx workspace.
nx-generate
Generate code artifacts in an Nx monorepo using Nx generators.
Frequently Asked Questions
FAQPage SchemaHow to install xng-breadcrumb skills?โผ
Run `npx skills add udayvunnam/xng-breadcrumb --all -g -y` in your terminal to install all skills in this suite globally.
How to explore an Nx workspace with AI?โผ
The nx-workspace skill lets your agent list projects, inspect targets, and map dependencies using structured nx commands instead of reading raw config files.
Can AI scaffold new Nx apps and libraries?โผ
Yes. The nx-generate skill discovers the right generator, checks its source code, dry-runs the output, and verifies the result with build, lint, and test targets.
How to monitor Nx Cloud CI automatically?โผ
The monitor-ci skill polls your pipeline, detects failures, and applies or verifies self-healing fixes without manual watch commands.
Can these skills import another repo into my monorepo?โผ
Yes. The nx-import skill merges external repositories while preserving git history and fixing common issues like lockfiles, ESLint configs, and TypeScript settings.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core