Prerequisites: Install pflow before continuing.
Option 1: CLI access (recommended)
Since Claude Code has terminal access, the simplest approach is to tell it to use pflow directly. Add to your project’sCLAUDE.md or system instructions:
Option 2: MCP server
You can also add pflow as an MCP server for structured tool access.Which to choose
CLI access is simpler and recommended for most users. Claude Code can run any pflow command directly. MCP server is useful if you want Claude Code to have structured tools for workflow operations, or if you’re using pflow with other MCP servers. Both approaches give Claude Code the same capabilities - discovering workflows, running them, and building new ones.Publishing workflows as skills
You can publish saved workflows as Claude Code skills, making them discoverable without explicit instructions:.claude/skills/my-workflow/SKILL.md pointing to your workflow. Claude Code automatically discovers skills in this directory.
For personal skills available across all projects:

