Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.91 KB

File metadata and controls

72 lines (50 loc) · 2.91 KB

Nx Logo

Polygraph Skills

AI agent skills and subagents for Polygraph multi-repo coordination. Published as a Claude Code plugin.

Claude Code Cursor GitHub Copilot Gemini OpenCode
License

What is Polygraph?

Polygraph coordinates changes across multiple repositories using Nx Cloud. It lets AI agents delegate work to child agents in other repos, monitor CI across repos, and manage multi-repo sessions.

Skills

  • polygraph — Comprehensive guidance for multi-repo coordination: session init, delegation, branch pushing, PR creation, and session management
  • await-polygraph-ci — Wait for CI pipelines to settle across all repos in a session, investigate failures, and present fix options
  • get-latest-ci — One-shot fetch of the latest CI pipeline execution for the current branch

Agents

  • polygraph-init-subagent — Discovers candidate repositories and initializes a Polygraph session
  • polygraph-delegate-subagent — Delegates work to a child agent in another repository, polls for completion

Installation

Claude Code

claude plugin add @nrwl/polygraph-skills

Other agents

Platform-specific outputs are generated at build time for Cursor, GitHub Copilot, Gemini, OpenCode, and Codex. Distribution for non-Claude agents is coming soon.

Development

# Install dependencies
npm install

# Generate platform-specific outputs from source/
npm run sync-artifacts

# Build dist/ for publishing
npm run setup-publish

Learn More

License

MIT