Skip to main content
mybigday
ملف منشئ GitHub

mybigday

عرض على مستوى المستودعات لـ ٢٧ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٢٧
مستودعات
٥
محدث
٢٨ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

bricks-telemetry
غير مصنف

Analyse what real BRICKS devices and their users actually did, from `bricks device metrics` (uptime heartbeat, memory, disk) and `bricks activity-log` (every runtime event, plus screenshot history when enabled). Use for fault diagnosis (freeze, restart, wrong…

٢٨ أغسطس ٢٠٢٦
template-creator
مطوّرو البرمجيات

Use when the user wants to extract a reusable template (prompt) from an existing BRICKS application. Analyzes the project's design, data flow, and key features, then produces a concise 5-10 item requirement list that can be used as a prompt to recreate a…

٣ أغسطس ٢٠٢٦
ai-generators
مطوّرو البرمجيات

Use before adding any AI feature to a BRICKS app — chat, Q&A, voice interface, transcription, semantic search / RAG, or AI-generated media. Picks the right generator for the feature and target platform from the built-in catalog - local LLMs (llm/GGML, mlxLlm,…

٢٧ يوليو ٢٠٢٦
ai-model-selection
مطوّرو البرمجيات

Use when choosing or changing the actual model for an AI feature in a BRICKS app — which GGUF, which quantization, which size — and when checking whether target devices can run it. Encodes hardware sizing rules - RAM budgets (the llm/GGML generator requires…

٢٧ يوليو ٢٠٢٦
ai-recipes
مطوّرو البرمجيات

Use when implementing a complete AI feature in a BRICKS app end-to-end, after generator and model choice. Proven wiring patterns with events, actions, and Property Bank state - voice kiosk (VAD → STT → LLM → TTS, or the assistant generator with MCP tools and…

٢٧ يوليو ٢٠٢٦
docx
مطوّرو البرمجيات

Use when the user brings a Word document (.docx) into their BRICKS project and wants its content in the app — menus, price lists, policies, product sheets, event programs, manuals, service guides. Extracts headings, paragraphs, lists, tables, and embedded…

٢٧ يوليو ٢٠٢٦
pdf
مطوّرو البرمجيات

Use when the user brings a PDF into their BRICKS project and wants its content in the app — menus, price lists, schedules, catalogs, brochures, reports, or scanned documents. Extracts text on the design machine with a bundled script, routes the results into…

٢٧ يوليو ٢٠٢٦
pptx
مطوّرو البرمجيات

Use when the user brings a presentation (.pptx) into their BRICKS project — company decks, menus designed as slides, event programs — and wants it on screen. Extracts per-slide text, titles, speaker notes, and embedded images on the design machine with a…

٢٧ يوليو ٢٠٢٦
عرض 8 من أصل ١٢ skills مجمعة.
rocm-strix-halo
مطوّرو البرمجيات

Set up training and inference on AMD Ryzen AI Max+ 395 / Strix Halo (gfx1151, RDNA 3.5) with TheRock nightly ROCm wheels. Triggered when the host has gfx1151, when `rocminfo` shows Strix Halo, or when the user mentions Strix Halo / Ryzen AI Max / gfx1151 /…

٢٨ أبريل ٢٠٢٦
env-bootstrap
مديرو الشبكات وأنظمة الحاسوب

Recreate the ml-intern-kit Python environment on a new machine (laptop, rented GPU box, Docker, fresh checkout). Triggered when the user is on a new host, sees ImportError on a core dep (torch/transformers/trl/peft/accelerate), or wants to install flash-attn…

٢٨ أبريل ٢٠٢٦
eval-model
مطوّرو البرمجيات

Evaluate a trained or downloaded language model with `lm-eval-harness` standard tasks (arc, hellaswag, gsm8k, mmlu, truthfulqa, ifeval, ...). Triggered when the user wants to benchmark, eval, or compare a model — pre- or post-training.

٢٨ أبريل ٢٠٢٦
inspect-dataset
مطوّرو البرمجيات

Audit a Hugging Face dataset before training to confirm splits, columns, format, sample rows, distributions, and duplicates. Triggered before any training/fine-tuning script runs, when a user mentions a new dataset, or when you hit a KeyError / format…

٢٨ أبريل ٢٠٢٦
launch-hf-job
مطوّرو البرمجيات

Submit a training/inference script to Hugging Face Jobs (`hf jobs run`). Triggered when the user wants to run training in the cloud, scale beyond local hardware, or kick off a multi-hour fine-tune. Enforces pre-flight: hub_model_id required, ≥2h timeout for…

٢٨ أبريل ٢٠٢٦
research-recipe
علماء البيانات

Run a literature-first crawl before writing ANY ML training/fine-tuning/inference code. Spawns an Explore sub-agent that mines papers, citation graphs, methodology sections, and matched HF datasets to produce a ranked list of training recipes attributed to…

٢٨ أبريل ٢٠٢٦
train-dpo
مطوّرو البرمجيات

Direct Preference Optimization (DPO) fine-tune with TRL `DPOTrainer`. Triggered when the user wants to align a model on preferences / pairwise comparisons / chosen-vs-rejected data, or improve an existing SFT checkpoint with a preference dataset.

٢٨ أبريل ٢٠٢٦
train-mlx
مطوّرو البرمجيات

LoRA fine-tune a causal LM natively on Apple Silicon (M1/M2/M3/M4) via `mlx-lm`. Triggered when the user is on macOS arm64, mentions MLX, or wants better throughput than torch-MPS. Use this instead of `train-sft` when the host is a Mac with no NVIDIA GPU.

٢٨ أبريل ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات