Skip to main content

Skills dans ce dépôt

merceralex397-collab/meta-skill-engineering - Page 3

SkillsMP a collecté 606 skills depuis merceralex397-collab/meta-skill-engineering. Ouvrez un skill pour examiner sa source et ses détails.

merceralex397-collab/meta-skill-engineering

Affichage de 40 skills collectés sur 606.

métier
Développeurs de logiciels
description

Map a repository's directory roles so the agent can distinguish canonical source, generated output, operational scripts, tests, archives, and user-owned areas before making changes. Use when the repo is large, layered, scaffolded, or has multiple output…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Delegate read-only evidence gathering to scoped sub-agents with explicit output contracts, then synthesize findings into persistent artifacts. Use when the user says "research task", "investigate codebase", "gather evidence", "read-only exploration",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Synthesize research from multiple sources into structured summaries — extract key findings, compare methodologies, identify gaps, organize by theme, and produce literature reviews with proper citations. Use when reviewing academic papers, comparing technical…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Orchestrates a team of specialist agents to deliver a milestone through work breakdown, assignment, and progress tracking. Trigger — "coordinate the agents", "break down this milestone", "assign work to specialists", "lead the team on this feature",…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Execute a test scenario against a team, observing coordination pattern behaviors, evaluating acceptance criteria, and generating a structured RESULT.md. Use when validating that a team's coordination pattern produces the expected behaviors during a realistic…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design and implement LLM tool-use and agent workflows — register tool schemas, build agent control loops, parse observations, handle multi-step reasoning chains, and manage tool errors and retries. Use when building agents that call external tools/APIs,…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Trigger — "verify before moving on", "add a gate check", "require proof before next step", "evidence checklist", "quality gate", "don't proceed until tests pass". Skip — task is exploratory with no defined stages; user explicitly says "skip checks"; the…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Validate deliverables and build evidence trails when work passes between agents. Covers expected outcome specification before execution, structured evidence generation during execution, deliverable validation against external anchors after execution, fidelity…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Trigger — "save workflow state", "persist progress between sessions", "checkpoint the current run", "resume where we left off", "state file", "serialize workflow progress". Skip — task completes in a single session with no resumption needed; state is already…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Guides full and parameter-efficient fine-tuning (LoRA, QLoRA) of LLMs using PEFT, TRL SFTTrainer, and BitsAndBytes. Covers adapter config, hyperparameter selection, data formatting, and evaluation. Use when adapting a pretrained model to a specific task or…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Compile and run llama.cpp for local inference — GGUF quantization, context sizing, and GPU offloading. Use when building llama.cpp from source, converting models to GGUF, configuring n_gpu_layers for partial offload, or tuning context size and batch…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Plans and executes end-to-end LLM creation from architecture design through pretraining, instruction tuning, and alignment. Covers scaling laws, compute budgets, tokenizer training, distributed training infrastructure, and evaluation checkpoints. Use when…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Creates task-specific evaluations for model quality, latency, reliability, and regressions. Use this when the work involves models, inference, training, evaluation, or LLM system design or a task in the "AI / LLM Runtime and Integration Skills" family needs…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Covers local model runtime selection, deployment, constraints, and practical tradeoffs. Use this when the work involves models, inference, training, evaluation, or LLM system design or a task in the "AI / LLM Runtime and Integration Skills" family needs…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Design and implement transformer model architectures including attention variants (MHA, GQA, MQA), positional encodings (RoPE, ALiBi), normalization strategies (Pre-LN, RMSNorm), and FFN activations (SwiGLU, GELU). Use when defining or modifying LlamaConfig,…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Merge multiple fine-tuned LLM checkpoints using mergekit with methods like linear interpolation, SLERP, TIES, DARE, task arithmetic, and frankenmerging. Use when combining specialized model capabilities without retraining — e.g., merging a code model with a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Route LLM requests to different models based on complexity, cost, and latency requirements. Use when implementing a model router that dispatches to small/large models, designing fallback chains, or optimizing cost by routing simple queries to cheaper models.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Choose the right LLM for a task based on capability, cost, latency, and context window. Use when evaluating models for a new project, comparing model benchmarks, deciding between API and self-hosted, or sizing context window requirements. Do not use for…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design Mixture-of-Experts transformer architectures including router/gating design (top-k softmax), expert FFN configuration, load balancing loss, capacity factors, and expert parallelism. Use when implementing MixtralConfig, Switch Transformer, or custom MoE…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Integrate vision, audio, and multimodal LLM capabilities into applications. Use when sending images to vision models, processing audio with Whisper, combining text+image inputs, or building multimodal pipelines. Do not use for text-only LLM tasks or…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Optimize LLM inference for CPU-only environments — quantization, threading, and memory mapping. Use when running models without GPU, optimizing llama.cpp for CPU, choosing quantization for RAM-constrained systems, or deploying inference on commodity hardware.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure, serve, and manage local LLMs with Ollama — write Modelfiles, pull/push models, set GPU layers and context windows, call chat/generate/embeddings API endpoints, and troubleshoot serving issues. Use when a task involves ollama serve, ollama run,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Applies post-training quantization (GPTQ, AWQ, GGUF) and quantization-aware training to reduce LLM memory footprint and inference cost. Use when the task involves bit-width selection, calibration, weight quantization, or evaluating perplexity degradation from…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Select and apply model quantization formats (GGUF, GPTQ, AWQ, bitsandbytes) with appropriate bit widths, calibration data, and quality-latency tradeoffs. Use when choosing quantization format for deployment, converting models between formats, tuning…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Evaluate and improve retrieval system quality using NDCG, MRR, recall@k, precision@k, and hit-rate metrics with relevance-annotated query sets. Use when measuring retrieval pipeline accuracy, comparing retrieval configurations, building evaluation datasets,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Trains and evaluates reward models that score LLM outputs for RLHF pipelines using Bradley-Terry preference modeling and TRL's RewardTrainer. Use when building a scalar reward signal from pairwise human preferences, diagnosing reward hacking, or choosing…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implements red teaming, refusal training, Constitutional AI, and safety RLHF to align LLMs against harmful outputs while preserving helpfulness. Use when designing safety data pipelines, evaluating jailbreak robustness with benchmarks like…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implement input and output guardrails for LLM applications — add prompt injection detection, PII scrubbing, toxicity filtering, content classification, output validation, and refusal handling. Use when hardening an LLM-powered feature against adversarial…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Designs and deploys LLM inference infrastructure using vLLM, TGI, or TensorRT-LLM with continuous batching, PagedAttention KV cache management, and speculative decoding. Use when configuring serving frameworks, optimizing throughput/latency, setting up…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Design, train, and evaluate tokenizers (BPE, SentencePiece unigram) for LLMs. Use when selecting vocabulary size, defining special tokens, training a tokenizer on a corpus, analyzing fertility/compression, or handling multilingual coverage. Covers the…

Langue du texte source : anglais

mis à jour
métier
Commis de bureau généraux
description

Transcribe audio files to text with optional diarization and known-speaker hints. Use when a user asks to transcribe speech from audio/video, extract text from recordings, or label speakers in interviews or meetings.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Handles vLLM-based serving, batching, throughput, and API integration where GPU or server setups justify it. Use this when the work involves models, inference, training, evaluation, or LLM system design or a task in the "AI / LLM Runtime and Integration…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Orchestrate end-to-end machine learning pipelines using Prefect or Airflow with DAG construction, task dependencies, retry logic, scheduling, monitoring, and integration with MLflow, DVC, and feature stores for production ML workflows. Use when automating…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

A broader external seed for Python-centric LLM and ML repository work. Use this when the work involves models, inference, training, evaluation, or LLM system design or a task in the "AI / LLM Runtime and Integration Skills" family needs repeatable procedure…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generates synthetic instruction-response training data using Self-Instruct, Evol-Instruct, and distillation from strong models via OpenAI/Anthropic APIs or vLLM batch inference. Use when creating instruction-tuning datasets, evolving seed tasks for…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure distributed LLM training infrastructure—DDP, FSDP, DeepSpeed ZeRO, multi-node orchestration, checkpointing, fault tolerance, and mixed precision. Use when setting up torchrun/accelerate/deepspeed jobs, writing SLURM scripts, tuning NCCL, or…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Review a data analysis for quality, correctness, and reproducibility. Covers data quality assessment, assumption checking, model validation, data leakage detection, and reproducibility verification. Use when reviewing a colleague's analysis before…

Langue du texte source : anglais

mis à jour
métier
Biochimistes et biophysiciens
description

Conduct a peer review of research methodology, experimental design, and manuscript quality. Covers methodology evaluation, statistical appropriateness, reproducibility assessment, bias identification, and constructive feedback. Use when reviewing a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build a custom MCP (Model Context Protocol) server that exposes domain-specific tools to AI assistants. Covers server implementation in Node.js or R, tool definitions, transport configuration, and testing with Claude Code. Use when you need to expose custom…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure the putior MCP server to expose 16 workflow visualization tools to AI assistants. Covers Claude Code and Claude Desktop setup, dependency installation (mcptools, ellmer), tool verification, and optional ACP server configuration for agent-to-agent…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 606.