Skip to main content

Skills dans ce dépôt

ndpvt-web/arxiv-claude-skills - Page 4

SkillsMP a collecté 651 skills depuis ndpvt-web/arxiv-claude-skills. Ouvrez un skill pour examiner sa source et ses détails.

ndpvt-web/arxiv-claude-skills

Affichage de 40 skills collectés sur 651.

métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Ingénieurs en santé et sécurité (sauf mines)
description

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Sociologues
description

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en gestion
description

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

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Écrivains et auteurs
description

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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

Langue du texte source : anglais

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

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…

Langue du texte source : anglais

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

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

Langue du texte source : anglais

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