Export Plan

Export the current plan file to the clipboard via osascript.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/stitts-dev/dotfiles --skill export-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Export Plan
Source: https://github.com/stitts-dev/dotfiles/tree/main/.claude/skills/export-plan
Command: npx skills add https://github.com/stitts-dev/dotfiles --skill export-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of sharing or archiving your current plan by exporting it to your clipboard.

Core Features & Use Cases

  • Clipboard Export: Copies the plan file directly to your system clipboard for easy pasting.
  • Descriptive Naming: Generates a user-friendly filename based on the plan's content.
  • Optional Saving: Can also save a copy of the plan to the current directory.
  • Use Case: After finalizing a complex project plan, you can quickly export it to share with your team in a chat or document.

Quick Start

Export the current plan to your clipboard.

Frequently Asked Questions about Export Plan

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

FAQPage Schema
How do I export my current plan to the clipboard for sharing?

Export your plan to the clipboard by running the Skill, which identifies the plan file from conversation context or the most recent file in `~/.claude/plans/` and copies it using `osascript`.

Can I save a plan archive to my current directory?

Yes, you can save a plan archive to your current directory. The export supports optional saving alongside copying the plan content to your system clipboard.

How does the export tool find the correct plan file to share?

The export tool finds the correct plan file by checking the conversation context first. If no plan is identified there, it locates the most recent file in the `~/.claude/plans/` directory.

Does the clipboard export feature work on Linux or Windows?

The clipboard export feature uses `osascript` for clipboard operations, which is specific to macOS. It does not natively support Linux or Windows environments.

How is the exported plan file named when saving to a directory?

The exported plan file is given a descriptive filename. This name is generated automatically based on the specific content of the plan being exported.

What is the best way to share a finalized project plan instantly?

The best way to share a finalized project plan instantly is to export it directly to your clipboard, allowing you to immediately paste the content into a team chat or document.