Gallery Publisher — Insight Sharing Skill

Publish a flower insight as a structured gallery item with full lineage.

Updated Jul 5, 2025
One-click install
npx skills add https://github.com/nsuberi/ai-prototype-hub --skill gallery-publisher-insight-sharing-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Gallery Publisher — Insight Sharing Skill
Source: https://github.com/nsuberi/ai-prototype-hub/tree/main/prototypes/research-workspace/vault-seed/.claude/skills/gallery-publisher
Command: npx skills add https://github.com/nsuberi/ai-prototype-hub --skill gallery-publisher-insight-sharing-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns a single discovered insight into a shareable gallery entry that preserves the full learning journey, making it easier for others to understand both what was learned and how it was reached.

Core Features & Use Cases

  • Captures complete journey lineage: root background, branch exploration, leaf artifact, and the resulting flower insight.
  • Creates a gallery-ready item payload: generates title, rich description, tags, author attribution, and publication timestamps.
  • Publishes and confirms: marks the flower as published in .tree.json and posts the crafted item to POST /api/gallery/items.

Use cases: sharing an insight from an interactive learning flow, preserving context for community learning, and publishing consistently structured artifacts for gallery browsing.

Quick Start

Ask the assistant to publish the insight for the currently selected flower by saying: share this.

Frequently Asked Questions about Gallery Publisher — Insight Sharing Skill

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

FAQPage Schema
How do I publish a learning insight while preserving its full context and lineage?

To publish a learning insight with context preservation, you load the flower and its lineage from the data tree, generate a structured JSON payload with metadata, and post it to the gallery API. This process captures the complete journey from root to insight.

What is the best way to structure a discovered insight for gallery browsing?

Structuring a discovered insight for gallery browsing involves crafting a JSON item payload that includes a derived title, rich description, tags, author identity, and publication timestamps, ensuring the artifact is consistently formatted for community access.

How does context preservation work when sharing a learning journey?

Context preservation works by capturing the complete journey lineage, including the root background, branch exploration, leaf artifact, and the resulting flower insight, allowing others to understand exactly how an insight was reached.

Can I post content to the gallery API using a share command?

Yes, you can post content to the gallery API by issuing share or publish commands from a flower context. This triggers the loading of the flower and lineage, crafts the JSON payload, and sends it to the /api/gallery/items endpoint.

Do I need to manually update the tree file after publishing an insight?

No, you do not need to manually update the tree file. The publishing process automatically marks the flower as published in the .tree.json file with a published state and timestamp when confirming the API post.