itsmostafa

37 mods across 5 repositories, 1.3k stars between them.

agents

27

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Patterns and architectures for building AI agents and workflows with LLMs. Use when designing systems that involve tool use, multi-step reasoning, autonomous decision-making, or orchestration of LLM-driven tasks.

23 3mo ago A 42 tokens original MIT

context-engineering

28

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Strategies for managing LLM context windows effectively in AI agents. Use when building agents that handle long conversations, multi-step tasks, tool orchestration, or need to maintain coherence across extended interactions.

23 3mo ago A 42 tokens original MIT

lora

29

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Parameter-efficient fine-tuning with Low-Rank Adaptation (LoRA). Use when fine-tuning large language models with limited GPU memory, creating task-specific adapters, or when you need to train multiple specialized models from a single base.

23 3mo ago A 50 tokens original MIT

mlx

30

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Running and fine-tuning LLMs on Apple Silicon with MLX. Use when working with models locally on Mac, converting Hugging Face models to MLX format, fine-tuning with LoRA/QLoRA on Apple Silicon, or serving models via HTTP API.

23 3mo ago A 57 tokens original MIT

prompt-engineering

31

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Crafting effective prompts for LLMs. Use when designing prompts, improving output quality, structuring complex instructions, or debugging poor model responses.

23 3mo ago B 33 tokens original MIT

pytorch

32

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Building and training neural networks with PyTorch. Use when implementing deep learning models, training loops, data pipelines, model optimization with torch.compile, distributed training, or deploying PyTorch models.

23 3mo ago A 40 tokens original MIT

qlora

33

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Memory-efficient fine-tuning with 4-bit quantization and LoRA adapters. Use when fine-tuning large models (7B+) on consumer GPUs, when VRAM is limited, or when standard LoRA still exceeds memory. Builds on the lora skill.

23 3mo ago A 56 tokens original MIT

rlhf

34

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Understanding Reinforcement Learning from Human Feedback (RLHF) for aligning language models. Use when learning about preference data, reward modeling, policy optimization, or direct alignment algorithms like DPO.

23 3mo ago A 40 tokens original MIT

transformers

35

itsmostafa/llm-engineering-skills

Skill Claude CodeCodex

Loading and using pretrained models with Hugging Face Transformers. Use when working with pretrained models from the Hub, running inference with Pipeline API, fine-tuning models with Trainer, or handling text, vision, audio, and multimodal tasks.

23 3mo ago A 50 tokens original MIT

hivemind AGENTS.md

36

itsmostafa/hivemind

Instructions file CodexOpenCode

Instructions for itsmostafa/hivemind: This repository's agent instructions live in CLAUDE.md.

19 4mo ago A 52 tokens original MIT

hivemind CLAUDE.md

37

itsmostafa/hivemind

Instructions file

Instructions for itsmostafa/hivemind, covering claude.md, commands, individual tasks, run a single test and architecture.

19 4mo ago A 1,001 tokens original MIT