star-run

Star a Pixie run by run_id to pin it to favourites and protect artefacts from auto-pruning.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Star a specific Pixie run to pin it to favourites and protect its artefacts from auto-pruning.

Core Features & Use Cases

  • Pin runs to favourites so they appear at the top of the library UI.
  • Protect artefacts attached to the starred run from automatic pruning.
  • Use Case: preserve an important run for later analysis or sharing.

Quick Start

Provide the run_id of the run you want to star, and Pixie will pin it to favourites and protect its artefacts from auto-pruning.

Frequently Asked Questions about star-run

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

FAQPage Schema
How do I pin a Pixie run to favourites?

To pin a Pixie run to favourites, provide the specific run_id to star it. This marks the run as starred, pins it to the top of the library UI, and protects its artefacts from auto-pruning for easy retrieval.

How does star-run protect artefacts from auto-pruning?

Star-run protects artefacts by issuing idempotent star API calls that mark the run as a favourite. This starred state prevents automatic pruning of the artefacts attached to that specific Pixie run.

What do I need to star a run and protect its artefacts?

You need the specific run_id of the Pixie run you want to preserve. The Skill resolves this run_id, validates the current state, and issues idempotent star or unstar API calls to update the run.

Can I unstar a Pixie run after pinning it to favourites?

Yes, you can unstar a Pixie run. The Skill issues idempotent star and unstar API calls, allowing you to reverse the pinning action and remove the run from favourites if you no longer need to preserve it.

When should I star a Pixie run?

You should star a Pixie run when you want to preserve an important run for later analysis or sharing. This highlights the run, pins it to the top of the library UI, and protects its attached artefacts from automatic deletion.