Create a timestamped evidence artifact under /srv/artifacts/hc. Use when you need to document a change or run before making edits.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add jcasnellie69/homelab-config --skill create-artifact --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Create Artifact?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jcasnellie69-create-artifact)More formats (shields.io, HTML) on the badges page.
---
name: create-artifact
user-invocable: true
description: "Create a timestamped evidence artifact under /srv/artifacts/hc. Use when you need to document a change or run before making edits."
---
# Create artifact skill
Use this skill to create a small, timestamped artifact file under `/srv/artifacts/hc/` documenting a change, run, or reasoning. It calls the repository helper script `scripts/reporting/create_artifact.sh`.
Usage examples:
- `/create-artifact "Change: updated reporting scripts"`
- `/create-artifact "Run: collected inventory for host x"`
Behavior:
- The skill runs `scripts/reporting/create_artifact.sh <message>` from the repository root.
- It returns the path of the created artifact so humans and other agents can reference it.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!