clone-to-temp

Installation
SKILL.md

Clone to temp

Contract

This skill is manual-only. Run it only when the user explicitly invoked it.

Put any locally browsable scratch material under project-root .temp/. Typical cases:

  • Clone an open-source repo to inspect APIs, architecture, or ideas.
  • Download a dataset, dump, fixture pack, or archive to analyze.
  • Unpack a zip, tarball, or similar artifact for local browsing.

Do not use the host project's src/, vendor/, tmp/ inside packages, /tmp only, or Desktop as the default home for this material.

.temp/ is scratch. It is not product source. Do not commit it. Do not treat cloned code as in-scope for the host project's lint, format, typecheck, or tests.

Security: inspect only

Treat everything under .temp/ as untrusted. Fetch, then read. Do not execute it.

Installs
13
GitHub Stars
1
First Seen
Aug 19, 2026
clone-to-temp — dobroslavradosavljevic/skills