Apply ProAct-style lookahead reasoning to multi-step coding and planning tasks. Compresses search-tree exploration into concise causal reasoning chains so the agent considers future consequences before committing to actions. Use when: "plan ahead before…
Skills in this repository
ndpvt-web/arxiv-claude-skills - Page 13
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.
Translate natural-language power system operational requirements into executable Optimal Power Flow (OPF) optimization code using differential modification of a canonical formulation. Use when the user asks to 'generate OPF code from a description', 'model…
Build and maintain compact reasoning graphs for retrieval-augmented generation (RAG) that persist across queries, prune low-value structure, and minimize token usage. Based on the AutoPrunedRetriever architecture. Use this skill when the user says: "build a…
Autonomous vulnerability discovery using the QRS (Query, Review, Sanitize) neuro-symbolic triad. Generates CodeQL queries from CWE schemas, validates findings through semantic reasoning, and confirms exploitability via PoC synthesis. Use when: 'scan this…
Build autonomous multi-scale scientific simulation pipelines using the QUASAR architecture: a Strategist-Operator-Evaluator agent trio with adaptive planning, hierarchical knowledge retrieval, and context-efficient memory. Triggers: 'build an autonomous…
Decouple reasoning from embedding compression in multimodal retrieval pipelines by enriching queries and corpus entries with explicit semantic context before encoding. Use when: 'build a multimodal search system', 'improve image-text retrieval accuracy', 'fix…
Build collaborative multi-agent systems that use alternating reasoning-reflection cycles with specialized agent roles, coarse-to-fine selection, dynamic focus layouts, and chain-of-reflection verification. Use when asked to: 'build a multi-agent pipeline with…
Apply the REFLECT constitutional alignment framework to enforce user-defined principles on LLM outputs through a multi-stage pipeline: constitution-conditioned generation, self-evaluation with Likert scoring, self-critique, and principled revision. Use this…
Automated feature engineering for prediction tasks on relational databases using a multi-agent LLM pipeline. Generates, filters, and validates SQL/pandas features from multi-table schemas. Use when: 'generate features from my database for prediction',…
Audit and harden AI/ML systems for reliability and responsibility using an 8-dimension framework covering bias, security, privacy, hallucination, uncertainty, explainability, distribution shift, alignment, and AIGC detection. Use this skill when users say…
Apply AI techniques from the NSF AI-for-EDA workshop to hardware design tasks: RTL code generation from natural language, HLS pragma optimization via GNNs, logic synthesis optimization with RL, LLM-assisted hardware verification, and ML-augmented SAT solving.…
Solve hard scientific and technical reasoning problems using the ReThinker Solver-Critic-Selector loop with confidence-gated rethinking. Use when the user says 'reason through this carefully', 'solve this hard problem', 'think step by step and verify',…
Evaluate robustness of LLM-generated recommendation explanations under realistic user behavior noise. Use when: 'test explanation robustness', 'evaluate recommender explanation stability', 'perturb user history and measure explanation drift', 'benchmark LLM…
Decompose long-horizon, multi-step tasks using ROMA's recursive meta-agent pattern: Atomizer decides if a task needs splitting, Planner builds a dependency-aware subtask DAG, Executors run leaf tasks in parallel, and Aggregator compresses results bottom-up.…
Optimize Pandas code by discovering per-program improvements, generalizing them into reusable rewrite rules, and applying those rules as a lightweight compiler pass. Use when the user says 'optimize this Pandas code', 'speed up my DataFrame operations',…
Harden code and AI guardrails through iterative Red Team vs Blue Team adversarial games. Use when the user says 'harden this code', 'find and fix vulnerabilities', 'red team blue team', 'iterative security hardening', 'guardrail optimization', or 'adversarial…
Apply dual-cognitive reasoning (System 1 fast / System 2 slow) to compress verbose chain-of-thought into succinct, efficient reasoning traces while preserving accuracy. Use when: 'make this reasoning shorter', 'compress chain of thought', 'fast thinking…
Build image retrieval-augmented generation (ImageRAG) pipelines for visual recognition tasks. Combines vision embeddings, vector databases, and multimodal LLMs to classify or describe images by retrieving similar labeled exemplars before generation. Use this…
Build agentic pipelines that ingest heterogeneous raw scientific data, parse research intent, and produce analysis-ready unified datasets. Use when user says 'prepare scientific data', 'build a data ingestion pipeline', 'normalize heterogeneous datasets',…
Build training-free composed image retrieval systems that combine a reference image with modification text to find target images, using semantic debiasing to suppress reference-image noise. Use when: 'build a composed image retrieval system', 'find similar…
Step-level security scoring for code generation and vulnerability detection using process reward model techniques. Use when asked to: 'review this code for vulnerabilities', 'generate secure code for [task]', 'score security of each code block', 'find the…
Deploy SERE (Similarity-based Expert Re-routing) to accelerate MoE model batch decoding in vLLM by dynamically skipping redundant experts. Use when: 'speed up MoE inference', 'optimize Qwen MoE serving', 'reduce MoE expert activation overhead', 'SERE expert…
Build efficient log parsing systems that extract structured templates from raw log messages using a dual-cache architecture with LLM-powered correction -- optimized for small/local models. Use when the user says 'parse logs', 'extract log templates', 'build a…
Agentic differential oracle for triaging cross-implementation discrepancies. Decomposes bug triage into specialized sub-agents (discrepancy finder, spec checker, false-positive critic, duplicate checker) that independently gather evidence and synthesize a…
Design and audit multi-agent LLM systems for genuine cooperation vs. surface compliance. Implements Anchoring Agent injection, cognitive decomposition (belief error + strategic deviation), and transfer testing from the "Social Catalysts, Not Moral Agents"…
Efficiently evaluate LLMs on benchmarks by selecting a small subset of anchor items via sparse optimization, reproducing full-benchmark rankings at a fraction of the cost. Use when: 'reduce evaluation cost for my LLM benchmark', 'select representative test…
Automate library migrations by synthesizing reusable code transformation scripts. Uses LLM-generated migration examples distilled into structured, testable rewrite rules (PolyglotPiranha / comby / semgrep patterns). Triggers: 'migrate from X to Y library',…
Iterative multi-turn Text-to-SQL generation using reason-execute-observe loops with execution feedback. Instead of writing SQL in one shot, explores the schema, executes intermediate queries, reads error messages and result previews, and refines until…
Agentic system for answering questions about semi-structured tables using tree-based structural modeling and multi-step agent reasoning. Use when: 'analyze this spreadsheet and answer questions', 'parse this complex table with merged cells', 'extract data…
Build LLM-based pipelines that automatically detect and classify longitudinal (temporal) changes in radiology reports. Use when the user mentions 'radiology report annotation', 'longitudinal report evaluation', 'temporal change detection in medical text',…
Detect, audit, and defend against implicit memory channels in LLM-powered systems where models encode hidden state in outputs that persists across interactions. Use when: 'audit my LLM pipeline for hidden channels', 'check if my agent can leak state between…
Detect and mitigate status hierarchy bias in multi-agent LLM systems. Applies expectation states theory to audit deference patterns, prevent authority-driven conformity, and build robust agent collaboration. Use when: 'audit my multi-agent system for…
Implement temporal safety monitoring for AI agent trajectories using StepShield's cascaded HybridGuard pattern. Detects rogue agent behavior early enough to intervene, not just report. Triggers: 'monitor agent steps for safety', 'add early intervention…
Diagnose LLM safety defenses using the Four-Checkpoint Framework. Instead of asking "does this jailbreak work?", systematically identify WHERE and WHY safety mechanisms fail across four sequential defensive layers (input-literal, input-intent, output-literal,…
Structure database schemas and structured data as file-native context for LLM agent operations. Applies evidence-based format selection, domain-partitioned file layouts, and architecture-aware context engineering to maximize accuracy when agents generate SQL,…
Fix bugs using structured visual reasoning -- converts screenshots, control-flow graphs, and UI artifacts into semantic scene graphs for precise fault localization and patch generation. Use when: 'fix this UI bug from the screenshot', 'the layout is broken,…
Efficient test-time scaling for software engineering agents using trajectory recycling and explore-exploit branching (SWE-Replay). Use when: 'scale up my agent to solve this hard bug', 'retry this task more efficiently', 'run multiple attempts on this SWE…
Orchestrate heterogeneous multi-agent MCTS planning for complex reasoning and search tasks. Uses a pool of diverse LLM-based agents with distinct roles (planner, executor, verifier, reflector) to generate diverse solution branches via Monte Carlo Tree Search,…
Build tree-structured, agent-assisted thought-to-video authoring systems where each generation step is a node binding intent, prompts, parameters, and outputs. Four collaborating agents (Master, Knowledge, Workflow, Prompt) translate user intent into editable…
Evaluate and optimize agentic coding tool configurations using Scylla's tiered ablation framework and Cost-of-Pass (CoP) metric. Helps decide what level of agent complexity (prompts, skills, tools, multi-agent) a task actually needs, avoiding overengineering.…