Build Extract-and-Evaluate (EaE) hierarchical monitoring pipelines that detect sabotage and misbehavior in LLM agent outputs. Uses information filtering to exploit the "less-is-more" effect where monitors perform better with curated excerpts than full…
Skills in this repository
ndpvt-web/arxiv-claude-skills - Page 11
SkillsMP has collected 651 skills from ndpvt-web/arxiv-claude-skills. Open a skill to review its source and details.
ndpvt-web/arxiv-claude-skillsShowing 40 of 651 collected skills.
Rational preference utilization for personalized LLM assistants. Implements RP-Reasoner's pragmatic reasoning to selectively integrate user memory/preferences, avoiding irrational personalization. Use when: 'build a personalized assistant with memory', 'add…
Build hierarchical causal knowledge graphs for RAG pipelines that suppress spurious correlations and enable cross-document causal reasoning. Use when: 'build a causal knowledge graph from my documents', 'add causal reasoning to my RAG pipeline', 'set up…
Enhance programming answers by classifying user feedback comments as actionable or non-actionable, then surgically incorporating valid concerns while preserving original intent. Based on the AUTOCOMBAT technique from Bappon et al. (2026). Trigger phrases:…
Analyze AI agent social network activity using topic taxonomy classification and multi-level toxicity scoring. Detects content flooding, topic concentration, temporal risk patterns, and manipulative rhetoric in agent-generated discourse. Use when: 'classify…
Autonomously explore databases and datasets to extract key insights without predefined queries, using investigatory intelligence (hypothesis-driven, goal-setting exploration) rather than executional intelligence (completing assigned tasks). Applies the Deep…
Build hybrid classifier-then-LLM pipelines to extract actionable suggestions from unstructured customer reviews. Use when the user says 'extract suggestions from reviews', 'mine actionable feedback', 'analyze customer complaints for improvements', 'build a…
Design and implement compiler-driven hierarchical memory offloading for LLM inference and training on multi-tier memory systems. Applies graph-level scheduling of data movement to hide memory transfer latency behind computation. Use when: 'optimize LLM memory…
Harden ICL classification prompts against zero-query black-box evasion attacks. Audit in-context learning pipelines for Fake Claim, Template, and Needle-in-a-Haystack vulnerabilities, then apply the joint defense recipe. Triggers: 'harden my ICL prompt',…
Apply IDE-Bench's structured agent workflow for tackling real-world software engineering tasks: systematic exploration before editing, intent-driven tool transitions, and iterative test validation. Use when asked to 'fix a bug across multiple files',…
Classify bug reports as concurrency-related using a four-level linguistic pattern taxonomy (word, phrase, sentence, report-level). Use when asked to 'triage concurrency bugs', 'find race condition reports', 'classify bug reports for threading issues', 'detect…
Audit and instrument agentic AI systems for system-level interpretability and accountability. Embeds traceability, causal analysis, and oversight mechanisms across the agent lifecycle—from goal formation through environmental interaction to outcome…
Learn and apply natural-language constitutions that map prompt edits to predictable model behavior changes. Use atomic concept edits (ACEs) to systematically probe, interpret, and steer LLM or text-to-image model outputs. Trigger phrases: 'learn a…
Build and evaluate LLM-based Instructional Design agents using the ADDIE framework, Context Matrix scenario generation, and multi-judge evaluation. Triggers: 'design a course using ADDIE', 'build an instructional design agent', 'evaluate my ISD pipeline',…
Implement the Judge Agent Forest (JAF) pattern: evaluate and refine AI-generated outputs by judging cohorts of related query-response pairs together rather than in isolation, using peer exemplars to surface cross-instance patterns and inconsistencies. Use…
Build and evaluate multilingual machine reading comprehension systems for HR documents (resumes and job descriptions). Implements the JobResQA pipeline: tiered QA generation, cross-document reasoning, placeholder-based bias testing, TEaR translation, and…
Audit and defend LLM-powered applications against system prompt extraction attacks using the JustAsk framework's UCB-based probing strategy. Helps security engineers red-team their own AI deployments and harden prompt confidentiality. Trigger phrases: - "Test…
Implement JitRL-style continual learning for LLM agents: training-free policy optimization via experience memory, advantage estimation, and logit modulation. Use when asked to 'add experience memory to an agent', 'implement continual learning without…
Fact-check claims using knowledge graph-based contrastive reasoning. Constructs a KG from claims and evidence sources, generates contrastive questions ("Why X rather than Y?") grounded in the KG structure, distills evidence through targeted Q&A, and…
Iteratively optimize LLM prompts for information extraction tasks using self-evaluation feedback loops. Applies the KRPO framework: extract structured data, restore it to natural language, score semantic consistency via NLI, then generate textual gradients to…
Detect anomalies in application logs using KRONE's hierarchical decomposition: parse flat log sequences into Entity/Action/Status trees, build modular Krone Seqs, and apply two-stage detection (pattern matching + LLM reasoning). Use when: 'analyze these logs…
Extract and geocode location mentions from humanitarian and crisis texts using a two-step LLM pipeline: few-shot NER for toponym extraction followed by agent-based geocoding for coordinate resolution. Handles ambiguous place names, distinguishes literal from…
LLM-assisted translation annotation: build parallel corpus annotation pipelines with template-based prompt management, structured JSON output constraints, stand-off annotation architecture, and human-in-the-loop review for sentence alignment, word alignment,…
Selectively apply LoRA adapters to only the most important transformer layers using CKA similarity-based layer importance scoring. Cuts trainable parameters by 50% with negligible performance loss. Use when: 'fine-tune with fewer parameters', 'select which…
Generate cross-domain agentic workflows using decompose-recompose-decide composition over reusable capability bases. Use when asked to: 'design a multi-step agent workflow', 'create a pipeline that works across different task types', 'build a reusable agentic…
Multi-agent query reformulation and LLM reranking for retrieval over legal, regulatory, or domain-specific corpora. Use when building legal search systems, statute retrieval pipelines, or any RAG system where user queries are ambiguous, colloquial, or…
Orchestrate multi-agent workflows using the Lemon Agent orchestrator-worker pattern with hierarchical scheduling, progressive context compression, and self-evolving memory. Use when asked to 'break this into parallel subtasks', 'orchestrate agents for a…
Extract and normalize skills from job postings using a two-stage LLM pipeline: dynamic few-shot skill identification followed by embedding retrieval + LLM reranking against a standardized taxonomy (ESCO). Optimized for morphologically complex and low-resource…
Build multi-agent benchmarking systems with role-separated agents (simulator, interviewer, evaluator) for structured multi-turn dialogue evaluation. Inspired by the LingxiDiagBench psychiatric consultation framework. Trigger phrases: 'build a multi-agent…
Implement online self-evolving memory for LLM agents using dual-bank architecture (Experience Bank + Meta-Guideline Bank) with reinforcement-weighted retrieval. Use when asked to: 'build an agent that learns from past mistakes', 'add evolving memory to my…
Build omnimodal benchmarks and evaluation pipelines for interactive video understanding (livestreams, real-time comments, multi-speaker audio). Applies LiViBench's multi-agent annotation workflow, seed-question-driven QA generation, and Video-to-Comment…
Generate correct RTL (Verilog/SystemVerilog) implementations of finite-state machines from natural-language specifications using a structured YAML intermediate representation. Use when the user asks to: 'generate Verilog for this state machine', 'convert this…
Systematically design, evaluate, and rank LLM prompts for educational applications using tournament-style Glicko-2 comparison and pedagogical alignment criteria. Use when the user says 'evaluate my prompts', 'compare prompt templates', 'which prompt is better…
Build constraint-compliant multi-objective recommendation systems using a dual-agent architecture coordinated by an LLM. Implements the DualAgent-Rec framework: an Exploitation Agent that optimizes accuracy under hard business constraints and an Exploration…
Apply context management strategies from LOCA-bench to prevent context rot in long-running agent tasks. Implements programmatic tool calling, tool-result clearing, thinking-block clearing, context awareness, and memory tools to maintain agent accuracy as…
Build and evaluate cognitive memory systems for LLM dialogue agents that retain implicit user constraints (state, goals, values, causal context) across long conversations -- not just explicit facts. Use when: 'design a memory system for my chatbot', 'evaluate…
Evaluate the logical integrity of LLM-generated multi-hop answers using Horn Rule backward chaining. Scores Completeness (gap-free reasoning), Conciseness (no redundant steps), and Determinateness (answer entailment). Use when: 'evaluate my QA pipeline…
Reduce verbose CI/CD build logs before LLM analysis using RCA-aware semantic filtering. Removes boilerplate lines (dependency downloads, progress bars, timestamps, env setup) while preserving diagnostic content (error traces, test failures, compiler errors).…
Evolve compiler optimization heuristics by coupling LLM code generation with evolutionary search and autotuning. Synthesizes executable C++ decision logic that integrates directly into LLVM or other compilers, replacing hand-crafted rules with empirically…
Design and orchestrate multi-agent companion systems where each agent maintains a distinct persona and contributes diverse, non-redundant dialogue. Uses MASCOT's bi-level optimization: persona-level behavioral alignment + group-level collaborative dialogue…