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
SKILL.md
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
PostToolUsehook 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>
Repository

majiayu000
Author
majiayu000/claude-skill-registry/skills/development/artifact-publisher
0
Stars
0
Forks
Updated2d ago
Added1w ago