By artygracie
Save agent work product — documents, research, plans, specs, decisions — as durable artifacts in Artyfacts. Bundles the Artyfacts MCP connector with the proactive-use skill.
An agent skill that teaches an LLM to proactively save agent work product — documents, research, plans, specs, decisions — as artifacts in Artyfacts, instead of burying them in the chat log.
Install this alongside the Artyfacts MCP connector to turn "I produced a deliverable" into "the deliverable is filed."
The Artyfacts MCP connector gives your agent the ability to save artifacts. This skill gives it the habit. Without the skill, the agent knows the tools exist; with it, the agent knows when to reach for them — whenever a response would otherwise produce a multi-paragraph document inline.
Ship both together:
Skills don't sync across agent surfaces. Install on each surface where you want proactive saving.
This package ships as a Claude Code plugin that bundles the MCP connector and the skill in a single install. From inside Claude Code:
/plugin marketplace add artygracie/artyfacts-ai
/plugin install artyfacts@artyfacts
/mcp # find artyfacts, press Enter to authenticate
The first two commands wire up the remote MCP connector (https://artyfacts.ai/mcp) and this skill. The third opens the MCP panel where you complete WorkOS sign-in for the connector — Claude Code doesn't auto-trigger OAuth on plugin install, so you do it once here. After that, the connector and skill are loaded for every session.
mkdir -p ~/.claude/skills
cp -r skills/artyfacts ~/.claude/skills/
Or for a single project, copy skills/artyfacts/ into .claude/skills/ at the project root. For non-Claude CLI agents, use the equivalent skills directory.
You'll also need to register the MCP connector separately on these surfaces — see the Artyfacts docs.
skills/artyfacts/ folder (the one containing SKILL.md).Upload via your provider's workspace console — the skill becomes available to every agent run in that workspace.
After installing on any surface, try:
"Draft a one-pager on our Q3 pricing experiment."
The agent should call save_document_as_artifact, add sections via start_section + update_section, and tell you where the artifact lives — without being asked to save.
If the agent produces the document inline instead, the skill isn't loaded. Re-check the install path for your surface.
SKILL.md format (with frontmatter name / description and markdown body). If your runtime uses a different skill format, the body is portable — port the frontmatter to match.This skill is versioned independently of the Artyfacts MCP server. Tool names it references:
search_artifactssave_document_as_artifactstart_section, update_section, edit_sectionlist_artifacts, get_artifact, list_sections, get_sectioncreate_folder, move_artifactattach_image_from_url, attach_imagecreate_share_link, revoke_share_linkshare_artifact_with_user, share_folder_with_userlist_team_members, list_artifact_accessupdate_collaborator_permission, remove_artifact_collaboratorset_artifact_visibilityIf these tool names change on the server, update SKILL.md in lockstep.
MIT.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub artygracie/artyfacts-ai --plugin artyfactsPermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.