Skip to main content

Skills neste repositório

ndpvt-web/arxiv-claude-skills - Página 4

O SkillsMP coletou 651 skills de ndpvt-web/arxiv-claude-skills. Abra uma skill para revisar a origem e os detalhes.

ndpvt-web/arxiv-claude-skills

Mostrando 40 de 651 skills coletadas.

ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Engenheiros de saúde e segurança (exceto mineração)
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em recursos humanos
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Sociólogos
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de gestão
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Escritores e autores
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

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

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

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…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

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

Idioma do texto original: inglês

atualizado
Mostrando 40 de 651 skills coletadas.