pfCloudLink

Link a local directory to a PlanFlow cloud project by ID or selection.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill pfcloudlink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pfCloudLink
Source: https://github.com/BekaChkhiro/claude-plan-plugin/tree/main/commands/pfCloudLink
Command: npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill pfcloudlink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers and operators to bind a local project directory to a PlanFlow cloud project, enabling seamless plan synchronization and configuration sharing across environments.

Core Features & Use Cases

  • Interactive linking: use /pfCloudLink to select a cloud project or link by ID.
  • Local config persistence: stores the bound project in a local file named .plan-config.json in the project directory for automatic subsequent sync via /pfSyncPull and /pfSyncPush.
  • Error handling: informs if the project is not found or if a link already exists, guiding the user to switch projects safely.
  • Use Case: When starting a new workflow, bind your local workspace to your PlanFlow project to unify plan data.

Quick Start

Run /pfCloudLink to start the interactive project selection. Or run /pfCloudLink <project-id> to link directly to a specific cloud project. On success, the local config is updated and you can run /pfSyncPull or /pfSyncPush to sync plans.

Frequently Asked Questions about pfCloudLink

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I link a local directory to a cloud project for plan synchronization?

To link a local directory to a cloud project for plan synchronization, run the interactive CLI command or specify a project ID directly to bind your workspace and store the configuration locally. This enables subsequent sync operations.

Do I need authentication to connect local dirs to PlanFlow cloud projects?

Yes, you need authentication to connect local dirs to PlanFlow cloud projects. The linking process validates your authentication credentials before persisting the bound project in the local plan-config for subsequent sync operations.

Can I switch cloud projects if a local directory link already exists?

You can switch cloud projects if a local directory link already exists, but the tool will inform you of the existing link and guide you to switch projects safely to avoid overwriting your current configuration without confirmation.

How do I start syncing plans after linking a local workspace to a cloud project?

To start syncing plans after linking a local workspace to a cloud project, run the sync push or sync pull commands. The local config file persists the bound project, enabling automatic subsequent sync operations across environments.

Does interactive project selection work for initial team onboarding to cloud sync?

Interactive project selection works for initial team onboarding to cloud sync by allowing users to select a cloud project from a list or link directly by project ID, making it suitable for initial setup and team onboarding workflows.