Tooling skills for AI coding agents
Skills for tooling and utilities. Each skill is a packaged set of instructions you install into Cursor, Claude Code, GitHub Copilot, Windsurf or any other supported agent, so the agent follows the same workflow every time.
8 skills in this category.
Skills in Tooling
Browser debugging, performance profiling, and automation via Chrome DevTools MCP.
Monitor Nx Cloud CI pipeline status and handle self-healing fixes automatically.
Generate Excalidraw diagrams from natural language descriptions. Outputs .excalidraw JSON files openable in Excalidraw.
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Uses `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treats external providers (for example Buildkite) as out of scope and reports only the details URL. Do NOT use for addressing PR review comments (use gh-address-comments) or general CI outside GitHub Actions.
Expert Mermaid diagram creation, validation, and rendering with dual-engine output (SVG/PNG/ASCII). Supports all 20+ diagram types including C4 architecture, AWS architecture-beta with service icons, flowcharts, sequence, ERD, state, class, mindmap, timeline, git graph, sankey, and more. Features code-to-diagram analysis, batch rendering, 15+ themes, and syntax validation.
Execute build, test, lint, serve, and other tasks in an Nx workspace using single runs, run-many, and affected commands.
Configure, explore, and optimize Nx monorepo workspaces.
Generate code using Nx generators — scaffold projects, libraries, features, or run workspace-specific generators with proper discovery, validation, and verification.