save-artifact

Save and organize target artifacts (documents, presentations, markdown, images, SVGs) to ~/projects/artifacts-viewer. Use when user wants to save or organize docs, PDFs, PPTs, markdown files, images (PNG, JPG, SVG), or any visual/document artifacts to a central viewer location. Also use to initialize git repo for artifacts-viewer and push to GitHub.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "save-artifact" with this command: npx skills add dennywu2966/artifacts-viewer/dennywu2966-artifacts-viewer-save-artifact

save-artifact

Save target artifacts to ~/projects/artifacts-viewer for easy viewing and organization.

Quick Usage

  1. Ensure target directory exists: ~/projects/artifacts-viewer (auto-created if missing)
  2. Save artifact: Copy or move the file to artifacts-viewer with appropriate naming
  3. Git operations: Initialize git repo and push to GitHub when needed

Supported File Types

  • Documents: .pdf, .doc, .docx
  • Presentations: .ppt, .pptx
  • Markdown: .md, .mdx
  • Images: .png, .jpg, .jpeg, .gif, .svg
  • Other: .txt, .json

Workflow

Save Artifact

# Ensure directory exists
mkdir -p ~/projects/artifacts-viewer/artifacts/<category-subdir>

# Copy artifact to viewer subdirectory (use descriptive name)
cp <source-file> ~/projects/artifacts-viewer/artifacts/<category-subdir>/<descriptive-name>

# REQUIRED: Regenerate manifest so web viewer picks up new files immediately
python3 ~/projects/artifacts-viewer/artifacts/scan_manifest.py

Git Operations

cd ~/projects/artifacts-viewer
git init
git add .
git commit -m "Add artifacts"
git remote add origin https://github.com/<username>/artifacts-viewer.git
git push -u origin main

Script Usage

Use scripts/save_artifact.py for automated saving:

python3 scripts/save_artifact.py <source_path> [--name <custom_name>] [--category <category>]

Categories: docs, slides, markdown, images, diagrams, other

Notes

  • Always use descriptive, unique names for artifacts
  • Consider organizing by category subdirectories if needed
  • Commit and push to GitHub for version control and sharing

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Funnel Builder

Builds complete multi-channel revenue funnels adapted to any business model. Combines proven frameworks from elite operators: Yomi Denzel's viral top-of-funn...

Registry SourceRecently Updated
Coding

Decode

Decode - command-line tool for everyday use

Registry SourceRecently Updated
Coding

Wip Release

One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.

Registry SourceRecently Updated
Coding

Wip Ai Devops Toolbox Private

Complete DevOps toolkit for AI-assisted software development. Release pipeline, license compliance, copyright enforcement, repo visibility guard, identity fi...

Registry SourceRecently Updated