Skip to main content

这个仓库中的 skills

ndpvt-web/arxiv-claude-skills - 第 4 页

SkillsMP 已收集 ndpvt-web/arxiv-claude-skills 中的 651 个 Skill。打开任一 Skill 可查看来源和详情。

ndpvt-web/arxiv-claude-skills

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

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

Assess visual quality of translated product images using Vectra's 14-dimension scoring framework. Use when: 'evaluate translated image quality', 'score e-commerce product rendering', 'assess in-image translation defects', 'build IIMT quality pipeline', 'rate…

原文语言:英语

更新
职业分类
健康与安全工程师(非矿山安全)
描述

Evaluate visual and cognitive demands of in-vehicle LLM interfaces using the Monk et al. (2026) dual-metric framework. Implements DRT-based cognitive load estimation, NHTSA-compliant glance analysis, and multi-tier demand benchmarking for voice and visual HMI…

原文语言:英语

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

Scale deep research tasks by issuing parallel tool calls (width) alongside sequential reasoning (depth), following the Wide & Deep agent pattern. Use when: 'research this topic thoroughly', 'find information about X from multiple sources', 'deep dive into…

原文语言:英语

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

Diagnose and fix bugs in LLM agent systems using a research-backed taxonomy of 11 bug types, 9 root causes, and 12 observable effects across agent core, tools, planning, and memory components. Use when: 'my LangChain agent is crashing', 'debug this CrewAI…

原文语言:英语

更新
职业分类
人力资源专员
描述

Rank and select candidates using LLM-scored profiles combined with Fuzzy TOPSIS multi-criteria decision-making. Use when the user says 'rank these candidates', 'score resumes against criteria', 'build a hiring decision matrix', 'fuzzy TOPSIS ranking',…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Red-team LLM-based agentic payment systems against prompt injection attacks targeting transaction integrity and credential isolation. Use when: 'red-team my payment agent', 'test agent payment security', 'prompt injection audit for shopping agent', 'secure my…

原文语言:英语

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

Detect whether source code was written by a human or generated by an AI (ChatGPT, Copilot, etc.) using whitespace, indentation, and stylometric feature analysis. Trigger phrases: 'is this code AI generated', 'detect machine generated code', 'check if code is…

原文语言:英语

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

Audit and diagnose hallucinations in multi-step AI research agent workflows using the PIES taxonomy (Planning/Summarization x Explicit/Implicit). Decomposes agent trajectories into atomic sub-queries, actions, and claims, then systematically detects…

原文语言:英语

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

Analyze the survival and maintenance fate of AI-generated code in repositories using survival analysis techniques from Rahman & Shihab (2026). Assess whether AI-authored code is durable or disposable, classify modification types, and predict which code units…

原文语言:英语

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

Extract and classify product attributes from images using Vision-Language Models with structured prompts and a three-tier evaluation framework. Handles conditional attributes (e.g., fabric type only when garment is visible) by separating applicability…

原文语言:英语

更新
职业分类
社会学家
描述

Implement the EXPERIGEN agentic framework for automated hypothesis generation and empirical validation on datasets. Uses a Bayesian-optimization-inspired Generator-Experimenter loop to discover statistically significant, novel hypotheses from data. Trigger…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Audit LLM agent systems for trust-boundary security vulnerabilities using the AgentFence taxonomy of 14 attack classes across planning, memory, retrieval, tool use, and delegation. Produces trace-auditable security reports with mean security break rates…

原文语言:英语

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

Reverse-engineer black-box agentic systems into editable, interpretable workflows using search-based reconstruction. Use when the user says 'reconstruct this agent workflow', 'reverse-engineer this pipeline', 'white-box this agentic system', 'explain what…

原文语言:英语

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

Analyze test suites for flaky tests using LLM-based classification with context-augmented reasoning. Applies findings from Berndt et al. (2026) showing that test code alone is insufficient — the skill teaches Claude to gather surrounding project context…

原文语言:英语

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

Build and configure ECHO-style research platforms for running reproducible user studies comparing chat-based AI and web search interactions. Use when: 'set up a user study platform', 'build a chat vs search experiment', 'log participant interactions with…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Design and optimize Kubernetes-native GenAI inference platforms using Kueue job queuing, Dynamic Accelerator Slicer (DAS) GPU partitioning, and Gateway API Inference Extension (GAIE) with llm-d for multi-stage AI pipelines. Use when: 'set up Kubernetes for AI…

原文语言:英语

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

Build statistically efficient LLM evaluation pipelines that combine direct accuracy with pairwise comparison signals as control variates. Use when the user asks to 'evaluate LLM accuracy on a benchmark', 'rank models with small sample sizes', 'reduce variance…

原文语言:英语

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

Audit LLM-generated product recommendations for gender and race bias using marked words analysis, SVM classification, and Jensen-Shannon Divergence. Use when: 'check recommendations for bias', 'audit LLM outputs for demographic fairness', 'detect stereotypes…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Scan text for leaked secrets using a two-stage pipeline: regex candidate extraction followed by contextual classification to eliminate false positives. Use when the user says 'scan for secrets', 'check for leaked credentials', 'find API keys in this text',…

原文语言:英语

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

Automated game balancing using multi-agent LLM self-play coupled with Bayesian optimization. Use when the user asks to 'balance a game', 'tune game parameters', 'optimize game rules', 'automate playtesting', 'build a game balancing pipeline', or 'use LLM…

原文语言:英语

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

Detect AI-generated answers in Q&A content using Siamese embedding comparison with reference-answer anchoring. Trigger phrases: 'detect AI-generated answers', 'check if this answer is ChatGPT', 'flag LLM-generated Stack Overflow posts', 'is this answer…

原文语言:英语

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

Perform repository-level code refactoring with semantics-preserving guarantees using the SWE-Refactor methodology. Supports atomic refactorings (Extract Method, Move Method, Inline Method) and compound refactorings (Extract+Move, Move+Rename, Move+Inline)…

原文语言:英语

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

Adversarial test generation using two competing LLM agents: a Test Agent that writes unit tests and a Mutant Agent that creates code mutations to expose blind spots. The agents co-evolve through iterative rounds, producing test suites with high coverage AND…

原文语言:英语

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

Build institutional LLM platforms that integrate with existing data systems (EHR, CRM, ERP) using the ChatEHR pattern: model-agnostic automations, interactive UI, hallucination monitoring, and value assessment frameworks. Use when asked to "build an LLM…

原文语言:英语

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

Agentic Text-to-SQL with semantic memory that captures and reuses structured execution traces. Use when: 'write SQL for this database', 'query this schema', 'generate SQL from natural language', 'text to SQL with complex schema', 'help me explore this…

原文语言:英语

更新
职业分类
管理分析师
描述

Design and execute long-horizon, cross-application agent workflows for professional knowledge work (finance, consulting, legal). Applies the APEX-Agents benchmark methodology to structure multi-step tasks that span files, spreadsheets, documents, email,…

原文语言:英语

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

Generate high-quality multi-step LLM workflows using Bayesian inference with parallel look-ahead rollouts and importance-weighted resampling. Use when: 'build a workflow for this task', 'generate an agent pipeline', 'create a multi-step LLM chain', 'optimize…

原文语言:英语

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

Build query-adaptive knowledge graph retrieval systems using CatRAG's context-aware traversal. Transforms static KG-based RAG pipelines into dynamic, query-sensitive retrieval that recovers complete multi-hop evidence chains. Use when: 'build a multi-hop RAG…

原文语言:英语

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

Diagnose and correct causal reasoning failures in LLM outputs using the CausalT5K framework. Detects rung collapse (answering causal questions with mere correlations), sycophantic drift (abandoning correct answers under pressure), and generates Wise Refusals…

原文语言:英语

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

Generate high-fidelity plotting code from chart images or descriptions using structured intermediate specifications. Decomposes charts into semantic topology (type, coordinates, domains, series) and runtime numerical facts before producing code, preventing…

原文语言:英语

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

Generate high-reliability test suites without ground-truth implementations using the ConVerTest pipeline: Self-Consistency voting, Chain-of-Verification refinement, and Dual Execution Agreement. Use when asked to 'generate tests for this spec', 'write tests…

原文语言:英语

更新
职业分类
作家与作者
描述

Generate and evaluate culturally-grounded LLM personas using World Values Survey variables, Inglehart-Welzel Cultural Map positioning, and Moral Foundations Theory profiling. Use this skill when the user asks to: - "create culturally diverse personas for user…

原文语言:英语

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

Write high-performance Triton GPU kernels using Dr. Kernel's multi-turn refinement strategy: profile-guided optimization, reward hacking prevention, and iterative kernel fusion. Use when asked to 'write a Triton kernel', 'optimize GPU code', 'fuse CUDA…

原文语言:英语

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

Apply Agent Reasoning Reward Model (Agent-RRM) structured critique to improve multi-step agent trajectories. Evaluates tool-use chains with explicit reasoning traces, focused critiques, and process scores. Use this skill when: - "Critique this agent's…

原文语言:英语

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

Build iterative RAG pipelines that construct evolving knowledge graphs to anchor retrieval across multiple hops. Use when user says 'multi-hop QA', 'graph-guided retrieval', 'iterative RAG', 'knowledge graph indexing', 'connect evidence across documents', or…

原文语言:英语

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

Build contamination-free LLM evaluation pipelines with multi-agent data curation and automated rubric-based scoring. Uses LiveMedBench's three-agent curation framework and bipolar rubric evaluation to assess LLM outputs against granular, case-specific…

原文语言:英语

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

Solve non-code tasks (math, science, long-context, formatting) by treating the terminal as a sandbox for exploration: writing scripts, installing tools, managing files, and fetching external resources. Triggers: 'solve this math problem using code', 'analyze…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Audit MCP-based agent workflows for planning-time safety risks using the LPS-Bench framework's 9 risk taxonomy (false assumptions, prompt injection, environment backdoors, race conditions, etc.). Applies safety-aware planning analysis to long-horizon,…

原文语言:英语

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

Build closed-loop discovery benchmarks where an agent iteratively proposes, evaluates, and refines candidates under a fixed oracle budget. Use when: 'build a materials discovery benchmark', 'create a closed-loop optimization pipeline', 'benchmark an iterative…

原文语言:英语

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

Decompose complex tables with multi-level headers, merged cells, and irregular layouts into orthogonal column/row trees for structure-aware question answering with LLMs. Use when: 'analyze this complex table', 'answer questions about this hierarchical table',…

原文语言:英语

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