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

fastmcp

49

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment.

not rated 2 2mo ago A 62 tokens

openclaw-migration

50

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Migrate a user's OpenClaw customization footprint into Hermes Agent. Imports Hermes-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from /.openclaw, then reports exactly what could not be migrated and why.

not rated 2 2mo ago A 56 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

not rated 2 2mo ago A 69 tokens

chroma

52

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source…

not rated 2 2mo ago A 63 tokens

faiss

53

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance…

not rated 2 2mo ago A 66 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…

not rated 2 2mo ago A 78 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Build, test, and debug Hermes Agent RL environments for Atropos training. Covers the HermesAgentBaseEnv interface, reward functions, agent loop integration, evaluation with tools, wandb logging, and the three CLI modes (serve/process/evaluate). Use when creating, reviewing, or fixing RL environments in the…

not rated 2 2mo ago A 75 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance…

not rated 2 2mo ago A 75 tokens

instructor

57

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library.

not rated 2 2mo ago A 41 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

not rated 2 2mo ago C 47 tokens

llava

59

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best…

not rated 2 2mo ago A 64 tokens

nemo-curator

60

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or…

not rated 2 2mo ago A 83 tokens

pinecone

61

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

not rated 2 2mo ago A 63 tokens

pytorch-lightning

62

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

not rated 2 2mo ago A 59 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

not rated 2 2mo ago A 46 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.

not rated 2 2mo ago A 58 tokens

simpo-training

65

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.

not rated 2 2mo ago A 62 tokens

slime-rl-training

66

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.

not rated 2 2mo ago A 52 tokens

tensorrt-llm

67

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.

not rated 2 2mo ago A 75 tokens

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

not rated 2 2mo ago A 83 tokens

canvas

69

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Canvas LMS integration — fetch enrolled courses and assignments using API token authentication.

not rated 2 2mo ago A 16 tokens

memento-flashcards

70

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Spaced-repetition flashcard system. Create cards from facts or text, chat with flashcards using free-text answers graded by the agent, generate quizzes from YouTube transcripts, review due cards with adaptive scheduling, and export/import decks as CSV.

not rated 2 2mo ago A 55 tokens

siyuan

71

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl.

not rated 2 2mo ago A 31 tokens

telephony

72

ibragimov-oasis/vibe-coder

Skill Claude CodeCodex

Give Hermes phone capabilities without core tool changes. Provision and persist a Twilio number, send and receive SMS/MMS, make direct calls, and place AI-driven outbound calls through Bland.ai or Vapi.

not rated 2 2mo ago A 44 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: