# Literal Copy

> Copies a folder/package tree as-is, then wires imports/paths only. Use when the user says copy, duplicate, vendor, or lift — not redesign.

- Skill: `spencer1o1/literal-copy` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spencer1o1/literal-copy`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spencer1o1/literal-copy/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Spencer1O1 (https://skillmd.com/u/spencer1o1)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/spencer1o1/literal-copy

---


# Literal copy

1. Confirm source and destination.
2. Filesystem copy preserving structure, comments, tests, names.
3. Fix only location requirements (package name, imports, workspace/tsconfig refs).
4. Verify build/tests. If it needs a redesign to work, say so and stop.

