Settings file Claude Code
Agent settings configuring extraKnownMarketplaces, enabledPlugins.
Settings file Claude Code
Agent settings configuring extraKnownMarketplaces, enabledPlugins.
Skill Claude CodeCodex
Create a pull request for the current branch, or update the existing one if it already exists. Regenerates the title (Conventional Commits format) and the body (Objective + What was done) from the actual changes, in English. INVOKE when the user asks to "open a PR", "create a PR", "update the PR", "update PR…
Agent
CI helper for /monitor-ci. Fetches CI status, retrieves fix details, or updates self-healing fixes. Executes one MCP tool call and returns the result.
Skill Claude CodeCodex
Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/) like "cannot find…
Skill Claude CodeCodex
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI…
Skill Claude CodeCodex
Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nxdocs or…
Skill Claude CodeCodex
Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.
Skill Claude CodeCodex
Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.
Skill Claude CodeCodex
Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.
Skill Claude CodeCodex
Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on…
MCP server Claude CodeCodexCursor +2
MCP server "json-diff" as configured in lukascivil/json-difference. Runs ./tools/mcp-json-diff/bin/src/index.js with node.
Instructions file CodexOpenCode
Instructions for lukascivil/json-difference, covering general guidelines for working with nx, scaffolding & generators and when to use nxdocs.
Instructions file
Instructions for lukascivil/json-difference, covering claude.md, general guidelines for working with nx, scaffolding & generators, when to use nxdocs and repository overview.