tsParticles
Official@tsparticles
High-performance monorepo management and orchestration for Nx-based project architectures and workspace dependency resolution.
Agent Skills by tsParticles
Showing 14 vetted skills indexed across 1 GitHub repositories.
nx-workspace
Explore Nx workspace projects, targets, configurations, and dependency graphs using nx CLI commands.
monitor-ci
Monitor Nx Cloud CI pipelines and orchestrate self-healing fix workflows.
link-workspace-packages
Link workspace packages in monorepos using npm, yarn, pnpm, or bun workspace commands.
nx-plugins
Discovers and installs Nx plugins to add framework support to workspaces.
nx-import
Import repositories into an Nx workspace while preserving git history and fixing configuration issues.
nx-run-tasks
Runs build, test, lint, and other tasks in an Nx workspace.
nx-generate
Generates applications, libraries, and boilerplate code using Nx workspace generators.
nx-workspace
Explore Nx workspace projects, configurations, targets, and dependencies via CLI.
monitor-ci
Monitor Nx Cloud CI pipeline executions and self-heal common build failures.
link-workspace-packages
Link interdependent workspace packages in monorepos using native commands.
nx-plugins
Discover and install Nx plugins for monorepo configurations.
nx-import
Import code, projects, and Git history into an Nx workspace.
nx-run-tasks
Execute single, multiple, and affected tasks in an Nx workspace via the Nx CLI.
nx-generate
Generate code and project structures in an Nx monorepo using Nx generators.
Frequently Asked Questions About tsParticles
FAQPage SchemaWhat specific tasks can be managed within an Nx workspace?▼
Users can execute single or multiple project tasks, generate standardized code structures, and manage complex dependency graphs. It enables granular control over project targets, allowing developers to run affected operations efficiently across large-scale codebases while maintaining strict configuration integrity.
Which engineering personas benefit from these monorepo capabilities?▼
Platform engineers, lead developers, and DevOps practitioners managing large-scale JavaScript or TypeScript monorepos benefit most. These capabilities are designed for teams requiring centralized control over project scaffolding, build pipeline health, and inter-package linking within complex, multi-project repository environments.
What are the prerequisites for implementing these workspace management functions?▼
Implementation requires an existing Nx-based monorepo environment. Users must have the core Nx runtime installed and configured within their project root to leverage the workspace dependency graph, generator functionality, and CI monitoring features effectively.