artifact-publisher

Publish and share Claude Artifacts with Projects, Cursor, and downstream agents. Use when a user wants to "save", "share", or "finalize" a generated artifact.

allowed_tools: create_artifact, share_artifact

$ Installer

git clone https://github.com/majiayu000/claude-skill-registry /tmp/claude-skill-registry && cp -r /tmp/claude-skill-registry/skills/development/artifact-publisher ~/.claude/skills/claude-skill-registry

// tip: Run this command in your terminal to install the skill


name: artifact-publisher description: Publish and share Claude Artifacts with Projects, Cursor, and downstream agents. Use when a user wants to "save", "share", or "finalize" a generated artifact. allowed-tools: create_artifact, share_artifact

<workflow_integration>

  • Post-Tool Trigger: This skill is often invoked automatically after a PostToolUse hook to snapshot the results of a tool execution.
  • Factory Droid: Published artifacts are the primary way Factory Droids consume instructions from Claude. </workflow_integration>
create_artifact --title "System Architecture" --type "markdown" --content "..."
share_artifact --id <artifact_id> --target "project_feed"

</usage_example>