🎯

vram-gpu-oom

🎯Skill

from lawless-m/claude-skills

VibeIndex|
What it does

vram-gpu-oom skill from lawless-m/claude-skills

vram-gpu-oom

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add lawless-m/claude-skills --skill vram-gpu-oom
1Installs
-
Last UpdatedJan 29, 2026

Skill Details

SKILL.md

Overview

# Claude Code Template

![Spellbook](spellbook.png)

A GitHub template repository containing reusable Claude Code skills and commands.

Usage

Creating a New Project

  1. Click "Use this template" on GitHub
  2. Create your new repository
  3. Your project automatically includes:

- Skills in .claude/skills/

- Commands in .claude/commands/

Available Commands

| Command | Description |

|---------|-------------|

| /commit | Create a well-crafted git commit with conventional format |

| /publish | Run dotnet publish -c release |

| /push | Commit pending changes and push to remote |

Available Skills

| Skill | Description |

|-------|-------------|

| BrowserBridge | Real-time browser debugging via WebSocket bridge |

| Creating Skills | Guide for creating new skill documents |

| CSharpener | C# static analysis for call graphs and unused code |

| Databases | RDBMS patterns for DuckDB, MySQL, PostgreSQL, SQL Server |

| Dotnet 8 to 9 | .NET migration guide |

| Elasticsearch | ES 5.2 operations - search, bulk, scroll, aliases |

| Email | Email handling patterns |

| Image Files | ImageMagick command-line operations |

| JSharpener | JavaScript/TypeScript static analysis |

| Logging | UTF-8 file logging with date-based filenames |

| Parquet Files | Creating Parquet files in C# |

| PythonJson | Python JSON I/O patterns |

| Rust | Rust development patterns and project setup |

| SharePoint | SharePoint integration |

| Web Frontend | React + Tailwind + shadcn/ui artifacts |

Structure

```

your-project/

β”œβ”€β”€ .claude/

β”‚ β”œβ”€β”€ commands/

β”‚ β”‚ β”œβ”€β”€ commit.md

β”‚ β”‚ β”œβ”€β”€ publish.md

β”‚ β”‚ └── push.md

β”‚ └── skills/

β”‚ β”œβ”€β”€ Databases/

β”‚ β”œβ”€β”€ Elasticsearch/

β”‚ └── ...

β”œβ”€β”€ README.md

└── spellbook.png

```

How Skills Work

Skills are markdown files that teach Claude domain-specific patterns. They're loaded automatically when relevant or can be explicitly invoked.

Source

This template is maintained at:

  • https://github.com/lawless-m/claude-skills