ibragimov-oasis/vibe-coder

2Stars on the repository
196Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

obliteratus

121

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Remove refusal behaviors from open-weight LLMs using OBLITERATUS — mechanistic interpretability techniques (diff-in-means, SVD, whitened SVD, LEACE, SAE decomposition, etc.) to excise guardrails while preserving reasoning. 9 CLI methods, 28 analysis modules, 116 model presets across 5 compute tiers, tournament…

not rated 2 2mo ago A 103 tokens

outlines

122

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.

not rated 2 2mo ago B 50 tokens

serving-llms-vllm

123

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

not rated 2 2mo ago A 75 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

not rated 2 2mo ago A 54 tokens

clip

125

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

not rated 2 2mo ago A 60 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

not rated 2 2mo ago A 45 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

not rated 2 2mo ago A 50 tokens

whisper

128

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual…

not rated 2 2mo ago B 67 tokens

dspy

129

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming.

not rated 2 2mo ago A 35 tokens

axolotl

130

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support.

not rated 2 2mo ago A 47 tokens

grpo-rl-training

131

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training.

not rated 2 2mo ago A 26 tokens

peft-fine-tuning

132

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

not rated 2 2mo ago A 82 tokens

pytorch-fsdp

133

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2.

not rated 2 2mo ago B 37 tokens

fine-tuning-with-trl

134

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

not rated 2 2mo ago A 69 tokens

unsloth

135

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization.

not rated 2 2mo ago A 39 tokens

google-workspace

137

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration via Python. Uses OAuth2 with automatic token refresh. No external binaries needed — runs entirely with Google's Python client libraries in the Hermes venv.

not rated 2 2mo ago A 47 tokens

linear

138

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.

not rated 2 2mo ago A 43 tokens

nano-pdf

139

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.

not rated 2 2mo ago A 38 tokens

notion

140

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.

not rated 2 2mo ago A 36 tokens

ocr-and-documents

141

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Extract text from PDFs and scanned documents. Use webextract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

not rated 2 2mo ago A 54 tokens

powerpoint

142

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

not rated 2 2mo ago A 152 tokens

godmode

143

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex ⚠ unsafe

Jailbreak API-served LLMs using G0DM0D3 techniques — Parseltongue input obfuscation (33 techniques), GODMODE CLASSIC system prompt templates, ULTRAPLINIAN multi-model racing, encoding escalation, and Hermes-native prefill/system prompt integration. Use when a user wants to bypass safety filters, jailbreak a model, or…

not rated 2 2mo ago E ⚑ AI: unsafe 82 tokens

arxiv

144

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Search and retrieve academic papers from arXiv using their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with webextract or the ocr-and-documents skill to read full paper content.

not rated 2 2mo ago C 52 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: