Skip to main content

Skills in this repository

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

SkillsMP has collected 651 skills from ndpvt-web/arxiv-claude-skills. Open a skill to review its source and details.

ndpvt-web/arxiv-claude-skills

Showing 40 of 651 collected skills.

occupation
Software Quality Assurance Analysts & Testers
description

Detect and mitigate known LLM reasoning failures during code generation, review, and problem-solving. Applies the taxonomy from Song et al. (TMLR 2026) to catch compositional reasoning breakdowns, reversal curse errors, order bias, counting mistakes, and…

updated
occupation
Network & Computer Systems Administrators
description

Autonomous environment configuration using multi-agent diagnosis and self-evolving error repair. Use when: 'set up the dev environment for this repo', 'configure dependencies and get tests passing', 'debug why my environment build fails', 'create a Dockerfile…

updated
occupation
Database Architects
description

Generate accurate SQL from natural language using the SSEV pipeline: schema-linked prompting, execution-guided self-refinement, and weighted majority voting across multiple candidate queries. Use when the user says 'write SQL for this question', 'query this…

updated
occupation
Data ScientistsSoftware Developers
description

Build cost-aware multimodal LLM routing systems that select the best model per query based on input signals, budget constraints, and task type. Use when the user says 'route queries to different models', 'select the cheapest model that works', 'build a model…

updated
occupation
Software Developers
description

Build and evaluate long-term memory systems for conversational agents using the ES-MemEval five-capability framework (information extraction, temporal reasoning, conflict detection, abstention, user modeling). Use when: 'evaluate my chatbot memory', 'build…

updated
occupation
Information Security Analysts
description

Audit LLM-based automatic short answer grading (ASAG) systems for adversarial vulnerabilities using token-level and prompt-level attack strategies from the GradingAttack framework. Triggers: 'test grading robustness', 'adversarial attack on grading', 'audit…

updated
occupation
Data Scientists
description

Build rigorous, multi-task evaluation benchmarks for domain-specific LLMs using the LingLanMiDian methodology: synonym-tolerant matching, difficulty-ranked hard subsets, character-level F1, and decision recognition reframing. Trigger phrases: 'evaluate LLM on…

updated
occupation
Data Scientists
description

Build and evaluate reasoning-focused QA systems for low-resource languages using the PARSE methodology: structured prompting strategies (CoT for Boolean/multiple-choice, few-shot for factoid), multi-stage quality filtering, and language-native prompt design.…

updated
occupation
Software Developers
description

Implement available-but-invisible privacy protection for mobile GUI agents using PII-aware anonymization with deterministic, type-preserving placeholders. Use when: 'anonymize PII in UI automation', 'build privacy layer for mobile agent', 'protect sensitive…

updated
occupation
Data Scientists
description

Implement multi-agent RAG systems with coordinated sequential-parallel scaling and shared context management for complex multi-hop question answering. Use when: 'build a multi-hop RAG pipeline', 'implement adaptive retrieval with parallel branching', 'create…

updated
occupation
Software Developers
description

Orchestrate multi-agent teams for autonomous software engineering using the Agyn methodology: coordinator, researcher, implementer, and reviewer agents with structured communication, isolated sandboxes, and iterative review loops. Use when: 'set up a…

updated
occupation
Data Scientists
description

Diversity-enhanced RAG for open-ended queries with multiple valid answers. Uses reflection-guided generation and memory-augmented iterative refinement to produce diverse, high-quality responses instead of collapsing to a single dominant answer. Triggers:…

updated
occupation
Software Developers
description

Memory-enhanced multi-agent retrieval and reasoning for veracity assessment and fact-checking. Use when: 'verify this claim', 'fact-check these statements', 'check if this is true', 'assess the veracity of', 'cross-reference these claims', 'build a…

updated
occupation
Software Developers
description

Systematic dependency migration for Python projects. Diagnose and fix test failures caused by dependency updates using a minimal-edit, test-driven agent loop. Triggers: 'migrate dependencies', 'fix breaking changes from package update', 'upgrade library…

updated
occupation
Data Scientists
description

Build hybrid demand forecasting systems that fuse LLM-extracted event knowledge with time-series models using a dual-tower architecture. Use when asked to: 'forecast demand for flash sales', 'build a demand prediction pipeline with event awareness',…

updated
occupation
Software Developers
description

Guide fine-grained LLVM compiler phase ordering using the Protean framework's agile optimization approach — clustering passes into subsequences, searching with simulated annealing, and extracting static IR features for ML-driven pass selection. Use when:…

updated
occupation
Civil Engineers
description

Generate physics-consistent, simulation-executable structural engineering code using constraint-oriented alignment and verification-driven evaluation. Use when: 'generate an OpenSees model', 'create a structural analysis script', 'build a seismic-resistant…

updated
occupation
Software Developers
description

Apply the PRISM (Propose-Review-Integrate Synthesis) multi-agent reasoning framework to decompose hard problems into parallel proposals with diverse roles, execution-grounded review, and iterative synthesis. Use when asked to: "solve this with multiple…

updated
occupation
Software Developers
description

Build multi-level RAG pipelines for academic citation prediction and literature discovery. Use when the user asks to 'find relevant papers to cite', 'build a citation recommendation system', 'create a literature retrieval pipeline', 'predict references for a…

updated
occupation
Data ScientistsSoftware Developers
description

Decouple reasoning from verbalization using PLaT-inspired latent planning. Maintains a broad solution space through parallel latent trajectories before committing to a single answer. Use when: 'explore multiple solution paths', 'latent reasoning', 'plan…

updated
occupation
Software Developers
description

Structure-aware document reasoning that converts PDFs/long documents into hierarchically indexed paragraphs with coordinate metadata, then uses a dual-tool "locate then read" strategy (Retrieve + ReadSection) to answer complex questions requiring evidence…

updated
occupation
Software Developers
description

Build uncertainty-aware planners for multi-agent systems using the PCE (Planner-Composer-Evaluator) decision tree framework. Converts implicit LLM reasoning assumptions into scored decision trees that select actions under uncertainty without heavy inter-agent…

updated
occupation
Software Developers
description

Apply the SAGE self-hinting technique to improve LLM problem-solving by generating graduated hints that boost solution diversity and prevent reasoning collapse. Use when: 'help me solve this hard math problem step by step', 'generate hints for this coding…

updated
occupation
Software Developers
description

Build Knowledge Graph-guided LLM reasoning pipelines for operational telemetry analysis. Combines a Literature KG (extracted from domain papers) with a Data KG (materialized from telemetry) to ground LLM outputs in structured evidence. Triggers: 'build a…

updated
occupation
Software Developers
description

Optimize deep multi-step AI pipelines using Textual Equilibrium Propagation (TEP) — a two-phase local-then-nudge strategy that avoids gradient explosion/vanishing in long prompt chains. Use when: "optimize my multi-agent pipeline", "fix my prompt chain that…

updated
occupation
Software Developers
description

Generate and evaluate complete multi-file application repositories with both functional correctness and non-functional quality (maintainability, security, robustness, efficiency, resource usage). Use when: 'generate a complete application from requirements',…

updated
occupation
Information Security Analysts
description

Perform DAG-structured vulnerability reasoning on code, modeling causal dependencies between code facts instead of linear chain-of-thought. Use when asked to: 'analyze this code for vulnerabilities', 'explain why this code is vulnerable', 'trace the root…

updated
occupation
Software Developers
description

Convert natural language questions into SQL queries using MCTS-based modular reasoning inspired by the IESR framework. Decomposes complex Text-to-SQL into information extraction, schema linking, multi-path tree search, and trajectory verification. Use when:…

updated
occupation
Physicians, All Other
description

Evaluate and defend clinical LLM systems against prompt injection attacks using the MPIB benchmark methodology. Implements Clinical Harm Event Rate (CHER) scoring, adversarial test generation, and defense configuration for medical RAG pipelines. Use when:…

updated
occupation
Software Developers
description

Evolutionary search framework for LLM-driven Verilog/RTL generation and PPA optimization. Uses MCTS for functional correctness and Idea-Guided Refinement for optimization, with structured testbench generation for rapid feedback. Triggers: 'generate Verilog…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Extract feature-level coding tasks from repositories using test-driven dependency graph tracing. Use when the user says 'create a feature benchmark', 'extract coding tasks from tests', 'build a test-driven benchmark', 'evaluate agent coding ability', 'isolate…

updated
occupation
Software Developers
description

Ontology-guided multi-agent reasoning for culturally aligned LLM outputs. Use when building systems that must respect cultural values, when designing multi-agent pipelines with demographic grounding, or when implementing value-aware decision making. Triggers:…

updated
occupation
Software Developers
description

Implement structured, multi-surface observability logging for LLM agent systems using the AgentTrace pattern: operational, cognitive, and contextual trace surfaces with unified envelopes, span hierarchies, and dual-path storage. Use when asked to: 'add…

updated
occupation
Software Developers
description

Applies the SWE-Master agentic software engineering methodology to solve complex, multi-file bugs and feature requests. Uses structured trajectory planning, LSP-based semantic code navigation, context-aware budget management, and iterative verification to…

updated
occupation
Information Security Analysts
description

Analyze, detect, and defend against prompt injection attacks targeting agentic coding assistants (Claude Code, Copilot, Cursor, Codex). Applies a three-dimensional taxonomy of delivery vectors, attack modalities, and propagation behaviors from a 78-study…

updated
occupation
Information Security Analysts
description

Multi-agent vulnerability detection using coarse-to-fine routing, contrastive retrieval, and cross-model prompt evolution. Use when: 'scan this code for vulnerabilities', 'detect CWE weaknesses in this function', 'security audit this C/C++ code', 'find buffer…

updated
occupation
Software Developers
description

Apply Cobalt-style contextual bandit learning to multi-turn code generation tasks. Decomposes iterative coding into partial trajectory completions, treating each debugging turn as a single-step bandit problem rather than a full RL rollout. Use when: 'help me…

updated
occupation
Information Security Analysts
description

Security audit and hardening for personalized LLM-based agents against prompt injection, tool poisoning, and memory attacks. Use when: 'audit my agent for security vulnerabilities', 'test my AI assistant against prompt injection', 'harden my agent toolchain',…

updated
occupation
Data Scientists
description

Build sequential LLM pipelines for scientometric question answering over academic databases. Decomposes meta-scientific queries into entity recognition, multi-step planning, parallel data retrieval, and analytical synthesis. Use when: 'build a scientometric…

updated
occupation
Software Developers
description

Build and optimize two-stage RAG pipelines with bi-encoder retrieval, cross-encoder re-ranking, and empirically-validated chunking strategies. Use when: 'build a RAG pipeline', 'add re-ranking to retrieval', 'optimize chunking for documents', 'set up document…

updated
Showing 40 of 651 collected skills.