Skip to content

nrwl/polygraph-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

skills, subagents and the claude plugin for polygraph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors