Use ONLY when user explicitly mentions saving plan to ".ai-reference" or "ai-reference" or "for reference". Phrases like "save this plan to ai-reference", "save plan for reference", "archive this plan". Do NOT use for generic "save this plan" requests.
From agentic-coding-toolsnpx claudepluginhub thesylvester/agentic-coding-tools --plugin read-transcriptThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Save the current session's plan file to the project's .ai-reference/plans/ folder for editing and reuse.
Find the current plan file - Look in the conversation context for references to a plan file path (typically /home/silver/.claude/plans/<plan-name>.md)
Ask for a name if not provided in arguments:
Create the plans directory (force create):
mkdir -p .ai-reference/plans
Copy the plan with ✨ prefix:
cp "<plan-file-path>" ".ai-reference/plans/✨-<name>.md"
Report the result - Tell the user the file location so they can edit it
Optional: The descriptive name for the plan (kebab-case, no extension)
Example: /save-plan fix-fork-conversation