send-to-folder

Route Pixie artefacts to named folders registered in pixie.db export destinations.

6|1|Updated May 17, 2026
One-click install
npx skills add https://github.com/AlexKapadia/Pixie --skill send-to-folder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-to-folder
Source: https://github.com/AlexKapadia/Pixie/tree/main/.claude/skills/send-to-folder
Command: npx skills add https://github.com/AlexKapadia/Pixie --skill send-to-folder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill streamlines distributing Pixie artefacts by routing them into named, reusable folders defined in the pixie.db settings.export_destinations map.

Core Features & Use Cases

  • List current destinations stored in the export_destinations map.
  • Set / remove a named destination to reuse across sessions.
  • Send a specific artefact to a chosen destination folder, preserving the original file. Use case: organize outputs for notes, shareables, or archival storage without manual copying.

Quick Start

Send the latest artefact to a named destination folder.

Frequently Asked Questions about send-to-folder

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

FAQPage Schema
How do I send Pixie artefacts to a specific destination folder?

You can send a Pixie artefact to a destination folder by routing it to a named path registered in the pixie.db settings.export_destinations map, which preserves the original file during the transfer.

How do I organize and reuse export destinations for Pixie outputs?

Organize and reuse export destinations for Pixie outputs by setting or removing named destination folders in the pixie.db database, allowing you to persist these paths across multiple sessions.

Can I list all configured destination folders for my Pixie artefacts?

Yes, you can list all configured destination folders for your Pixie artefacts by operating the skill in list mode, which reads and displays the current destinations stored in the export_destinations map.

Does the send-to-folder skill validate destination paths before exporting?

Yes, path validation is performed before exporting to ensure destination names map to absolute paths, preventing unsafe file copies and avoiding silent overwrites of existing files.

What is the best way to distribute Pixie outputs into archival storage?

The best way to distribute Pixie outputs into archival storage is registering reusable named folders in pixie.db and routing artefacts there, which avoids manual copying and streamlines file organization.