Agent skill
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.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/artifact-publisher
SKILL.md
<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>
Didn't find tool you were looking for?