jbadeau
Community@jbadeau · Switzerland
jbadeau provides Nx monorepo skills covering workspace exploration, code generation, CI monitoring, package linking, plugin discovery, and repository import.
Agent Skills by jbadeau
Showing 7 vetted skills indexed across 1 GitHub repositories.
nx-workspace
Inspect Nx workspace projects, targets, and dependency graphs using nx CLI commands.
monitor-ci
Monitors Nx Cloud CI pipelines and orchestrates self-healing fixes via a polling subagent.
link-workspace-packages
Link workspace packages in monorepos using npm, yarn, pnpm, or bun workspace commands.
nx-plugins
Find and install Nx plugins to add framework support to a workspace.
nx-run-tasks
Runs build, test, lint, and other targets in Nx workspaces via CLI commands.
nx-generate
Generate applications, libraries, and boilerplate code using Nx workspace generators.
nx-import
Import and merge external repositories into an Nx workspace while preserving git history.
Frequently Asked Questions About jbadeau
FAQPage SchemaWhat tasks can I accomplish with jbadeau's Nx skills?▼
You can explore Nx workspace projects and configurations, run build/test/lint/serve tasks, scaffold new apps and libraries with nx generators, discover and install Nx plugins, link workspace packages across npm/yarn/pnpm/bun, monitor Nx Cloud CI with self-healing fixes, and import external repositories into a monorepo.
Who should use these Nx workspace skills?▼
These skills target developers and platform engineers working in Nx monorepos who need to understand project graphs, resolve workspace package resolution errors like TS2307, scaffold new projects, debug failing nx tasks, or consolidate multiple repositories into a single Nx workspace.
How do the CI monitoring and self-healing capabilities work?▼
The monitor-ci skill tracks Nx Cloud CI pipeline status for a branch when you ask to watch, track, or check CI. It handles self-healing fixes for failures and is intended to replace native CI provider commands like gh or glab for CI monitoring within the Nx context.
What prerequisites are needed to use these skills?▼
You need an existing Nx workspace (or repositories to import into one) and a supported package manager such as npm, yarn, pnpm, or bun for workspace package linking. CI monitoring requires Nx Cloud CI pipelines; no other external dependencies are specified in the manifest.
When should I use nx-generate versus exploring the workspace first?▼
Invoke nx-generate immediately whenever scaffolding, setup, or creating apps/libs is mentioned—it handles discovery internally and should run before documentation lookups or manual exploration. Use nx-workspace exploration only for answering questions about existing projects, targets, and dependency relationships.