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.mdsource content
Create Artifact
This project does not support artifact creation. If the user asks to create an artifact, inform them that:
- This project does not support creating artifacts.
- They can use this feature by creating a new project.
- Link: https://docs.replit.com/replspace/artifacts
Do NOT attempt to call
createArtifact() in this project.