mahmoud20138

Deepfreeze — Development skill for Claude Code

Development community

Load agent skills from the internet temporarily without permanent installation.

How to install Deepfreeze

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mahmoud20138/Deepfreeze and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Deepfreeze does

Load agent skills from the internet temporarily without permanent installation. Works with Kilo, Claude Code, Cursor, Copilot, and any agent.

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Internet Court Skill — The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 4.9k ★

README

Deepfreeze Logo

deepfreeze

npm version License: MIT

Load agent skills from the internet **temporarily** without permanent installation. Works with Kilo, Claude Code, Cursor, Copilot, Windsurf, Gemini, and any agent that supports skills.

Why?

  • Try before you install — test any skill for the current session
  • No clutter — skills are cached in a temp directory, cleaned up on demand
  • No npm install — fetches SKILL.md files directly from GitHub or any URL
  • 50 skill limit — prevents context bloat per session
  • 100 curated skills — built-in library of top coding & development skills

Install

npm (global CLI)

npm install -g deepfreeze-cli

Then use the `deepfreeze` command:

deepfreeze load https://github.com/vercel-labs/agent-skills
deepfreeze list
deepfreeze clear

npx (no install)

npx deepfreeze-cli load https://github.com/vercel-labs/agent-skills

Kilo / Claude Code / Cursor / Copilot

Copy the `deepfreeze/` directory to your agent's skills folder:

# Kilo
cp -r deepfreeze/ ~/.config/kilo/skills/deepfreeze/

# Claude Code
cp -r deepfreeze/ ~/.claude/skills/deepfreeze/

# Cursor
cp -r deepfreeze/ ~/.cursor/skills/deepfreeze/

# Copilot
cp -r deepfreeze/ ~/.copilot/skills/deepfreeze/

Then say: `load temp skill from https://github.com/user/repo`

CLI Usage

deepfreeze load      # Load a skill from URL
deepfreeze list           # List loaded temp skills
deepfreeze freeze   # Pin a temp skill (persists across sessions)
deepfreeze unfreeze