artifact

Copy non-text files into a person's artifacts folder in Claude memory.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill artifact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/artifact
Command: npx skills add https://github.com/claudeaceae/samara-main --skill artifact

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables saving non-text files to a person's artifacts folder within Claude memory, providing a centralized, contextual repository for images, documents, and other meaningful files.

Core Features & Use Cases

  • Parse the input to extract the target person name and the file path.
  • Verify the person exists in memory and create an artifacts directory if needed.
  • Copy the file into ~/.claude-mind/memory/people/{name}/artifacts, preserving the original filename unless there is a conflict.
  • Optionally attach a contextual note describing what the file is and why it matters.

Quick Start

Use the artifact command to save a file to a person's artifacts folder, e.g., /artifact cal ~/Downloads/photo.png

Frequently Asked Questions about artifact

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

FAQPage Schema
How do I save non-text files like images and PDFs to a person's memory artifacts?

To save non-text files to a person's memory artifacts, you parse the target person's name and file path, verify the person exists, then copy the file into their designated artifacts directory with optional contextual notes.

What is the best way to store documents and images in a centralized personal memory repository?

A centralized personal memory repository stores documents and images by creating an artifacts directory for a specific person and copying non-text files there, preserving original filenames unless a conflict exists.

Can I attach contextual notes when copying files into someone's artifacts folder?

Yes, you can attach contextual notes when copying files into someone's artifacts folder to describe what the file is and why it matters, adding meaningful context to the stored non-text files.

Does the artifact skill work with multiple file types like PDFs and images?

The artifact skill works with multiple non-text file types including images, PDFs, and documents by applying a copy operation to the designated artifacts directory within Claude memory.

What happens if there is a filename conflict when saving files to a person's artifacts?

When saving files to a person's artifacts, the system preserves the original filename unless there is a conflict, ensuring files are safely copied to the designated artifacts directory without overwriting existing files.