Dungeon-Crawler-Quest create-artifact

This project does not support artifact creation. To use artifacts, create a new project.

install
source · Clone the upstream repo
git clone https://github.com/MolochDaGod/Dungeon-Crawler-Quest
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MolochDaGod/Dungeon-Crawler-Quest "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.local/skills/create-artifact" ~/.claude/skills/molochdagod-dungeon-crawler-quest-create-artifact && rm -rf "$T"
manifest: .local/skills/create-artifact/SKILL.md
source content

Create Artifact

This project does not support artifact creation. If the user asks to create an artifact, inform them that:

Do NOT attempt to call

createArtifact()
in this project.