Skip to main content

这个仓库中的 skills

merceralex397-collab/meta-skill-engineering - 第 3 页

SkillsMP 已收集 merceralex397-collab/meta-skill-engineering 中的 606 个 Skill。打开任一 Skill 可查看来源和详情。

merceralex397-collab/meta-skill-engineering

已展示 40 / 606 个已收集 Skill。

职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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",…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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",…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
其他计算机职业
描述

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…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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…

原文语言:英语

更新
职业分类
其他计算机职业
描述

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…

原文语言:英语

更新
职业分类
数据科学家
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
数据科学家
描述

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…

原文语言:英语

更新
职业分类
数据科学家
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
数据科学家
描述

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,…

原文语言:英语

更新
职业分类
数据科学家
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
综合办公文员
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
数据科学家
描述

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…

原文语言:英语

更新
职业分类
生物化学家和生物物理学家
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
已展示 40 / 606 个已收集 Skill。