nx-workspace
This skill provides tools to explore and analyze Nx workspaces, including project configurations, targets, dependencies, and workspace-level settings.
Is nx-workspace safe to install?
Review the source first: our audit of nx-workspace's source files found 11 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands within the workspace environment, including commands that modify the workspace state like nx sync and nx reset.
How we audit skills: our security review methodology.
Who is this skill for?
Developers working in Nx monorepos who need to query workspace structure, debug task failures, or understand project relationships.
What can you do with it?
- Listing projects in an Nx workspace using filters
- Retrieving full resolved project configurations
- Inspecting target definitions and executors
- Analyzing project dependencies and the project graph
- Troubleshooting missing task configurations
- Reading workspace-level configuration from nx.json
How good is this skill?
Quality score: 5/10. The skill documentation is clear, provides specific CLI examples, and includes best practices for programmatic data extraction using jq.
What does the skill file contain?
# Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with `npx`/`pnpx`/`yarn` if nx isn't installed globally. Check the lockfile to determine the package manager in use. ## Listing Projects Use `nx show projects` to list projects in the workspace. The project filtering syntax (`-p`/`--projects`) works across many Nx commands including `nx run-many`, `nx release`, `nx show projects`, and more. Filters sup...
Frequently asked questions
Should I read project.json directly?
No. Use nx show project <name> --json to retrieve the full resolved configuration, which includes inferred targets from plugins.
How do I find projects that depend on a specific library?
Use the project graph output: nx graph --print | jq '.graph.dependencies | to_entries[] | select(.value[].target == "LIBRARY_NAME") | .key'.
What should I do if an nx command fails?
Check the available targets for the project using nx show project <name> --json or verify if the target exists across the workspace using nx show projects --withTarget.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.