Skip to main content

Skills in diesem Repository

ndpvt-web/arxiv-claude-skills - Seite 7

SkillsMP hat 651 Skills aus ndpvt-web/arxiv-claude-skills gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

ndpvt-web/arxiv-claude-skills

Es werden 40 von 651 gesammelten Skills angezeigt.

Beruf
Datenwissenschaftler
Beschreibung

Detect and prevent semantic collapse in LLM outputs — where models fabricate spurious relationships between unrelated concepts. Apply CORE-style ontological relation evaluation to audit code, data pipelines, knowledge graphs, and AI systems for unrelatedness…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Evolutionary multi-agent code optimization using genetic algorithms. Agents mutate each other's training/configuration code, benchmark results, and select survivors across generations. Use when: 'evolve my training config', 'optimize this code with genetic…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Synthesize formal programming specifications from natural-language API docs using grammar induction. Extracts rules from documentation, induces a domain-specific specification grammar (EBNF), and generates validated formal specs. Use when: 'formalize this API…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Evaluate and defend RAG-based code generation systems against energy-drain attacks that poison retrieval contexts to inflate LLM output length, latency, and GPU energy consumption. Use when: 'audit my RAG pipeline for energy attacks', 'test code retrieval…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

File-system-based dual-agent deep research framework that scales beyond context windows. Separates evidence gathering (Context Builder) from report writing (Report Writer) using a persistent hierarchical knowledge base on disk. Use this skill when the user…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Lightweight, index-free repository-level code retrieval using ripgrep for context-aware code completion. Uses LLM-generated ripgrep commands with identifier-weighted re-ranking and structure-aware deduplication. Trigger phrases: 'find relevant code across the…

Quellsprache: Englisch

Aktualisiert
Beruf
Datenwissenschaftler
Beschreibung

Detect and classify hallucinations in LLM outputs across languages using the HalluVerse-M3 fine-grained taxonomy (entity-level, relation-level, sentence-level). Trigger phrases: 'check for hallucinations', 'detect hallucinations in this output', 'verify…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Design prompt-based LLM safety defenses using optimal few-shot strategies. Applies the finding that few-shot demonstrations enhance Role-Oriented Prompts (RoP) but degrade Task-Oriented Prompts (ToP). Use when: 'harden my system prompt against jailbreaks',…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Build contamination-aware hybrid RAG evaluation pipelines that couple knowledge graphs with text retrieval for multi-hop reasoning benchmarks. Use when: 'build a RAG benchmark', 'evaluate multi-hop reasoning', 'create hybrid KG-text retrieval pipeline',…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Identify MITRE ATT&CK Tactics, Techniques, and Procedures (TTPs) in decompiled malware binaries using the TTPDetect methodology: hybrid retrieval for entry point narrowing, incremental context exploration along call graphs, and TTP-specific reasoning…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Design and implement incentive-compatible multi-agent coalition systems where heterogeneous AI agents dynamically form teams to execute workflows, using capability coverage, network locality, and Shapley-value-based fair payment allocation. Operates as a…

Quellsprache: Englisch

Aktualisiert
Beruf
Datenwissenschaftler
Beschreibung

Configure optimal learning rates for LoRA fine-tuning of LLMs. Generates hyperparameter search configs, training scripts, and analysis code that ensure vanilla LoRA matches or beats fancy variants. Triggers: 'fine-tune with LoRA', 'set up LoRA training',…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Audit and detect malicious agent skills in LLM skill registries using the taxonomy and analysis pipeline from Liu et al. (2026). Identifies Data Thieves (credential exfiltration via supply chain), Agent Hijackers (instruction manipulation), shadow features,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Multi-agent system for discovering and formalizing missing 'folklore' lemmas in Lean 4 / Mathlib. Identifies gaps in formal math libraries, generates Lean 4 statements, type-checks them, and iterates until verified. Trigger phrases: 'find missing lemmas in…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Detect and break conversational inertia in multi-turn agent interactions — where an LLM repeats its own prior actions as implicit few-shot examples instead of exploring alternatives. Apply Context Preference Learning and context management to improve agentic…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Design and run inductive agent benchmarks where LLMs must discover hidden rules through long-horizon interaction loops rather than following explicit instructions. Use when the user mentions 'inductive agent evaluation', 'long-horizon benchmarking', 'hidden…

Quellsprache: Englisch

Aktualisiert
Beruf
Datenwissenschaftler
Beschreibung

Build rubric-grounded reward models and preference evaluation pipelines for multimodal AI outputs. Use when asked to 'evaluate model outputs with rubrics', 'build a preference dataset', 'score multimodal responses', 'create a reward model pipeline', 'judge…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Apply entropy-based uncertainty analysis to multi-agent LLM systems. Diagnose when multi-agent setups hurt performance, select the best solution from multiple agent runs using the Entropy Judger technique, and design uncertainty-aware agent topologies.…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Apply the Clean-PR agentless repo-level code editing protocol: decompose issues into file localization, fine-grained navigation via AST, and minimal Search/Replace patch generation. Triggers: 'fix this issue across the repo', 'edit multiple files for this…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Design and optimize RAG pipelines for Turkish and other morphologically rich languages (Turkish, Finnish, Hungarian, Korean, etc.) using evidence-based stage configurations. Trigger phrases: 'build a Turkish RAG pipeline', 'optimize RAG for agglutinative…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Compress long contexts using the RAM (Read As Human) strategy: partition text into segments, score relevance against a query, fully retain high-relevance segments (close reading), and compress low-relevance segments into compact summaries (skimming). Use…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Evaluate and improve secure code generation using the RealSec-bench methodology: multi-stage vulnerability detection with CodeQL SAST scanning, inter-procedural data flow analysis, and composite security+correctness scoring via SecurePass@K. Applies lessons…

Quellsprache: Englisch

Aktualisiert
Beruf
Datenwissenschaftler
Beschreibung

Compress verbose chain-of-thought reasoning into compact latent state representations guided by rendered visual summaries, based on the ReGuLaR paper. Use when: 'compress my reasoning', 'latent reasoning over this problem', 'reduce CoT verbosity', 'efficient…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Generate test scenarios from requirements and retrieve/analyze software engineering documents using a supervisor-worker star topology of specialized agents. Use when: 'generate test cases from requirements', 'search project documents', 'summarize this…

Quellsprache: Englisch

Aktualisiert
Beruf
Datenwissenschaftler
Beschreibung

Structured time series question answering using the TSAQA six-task framework: anomaly detection, classification, characterization, comparison, data transformation, and temporal relationship analysis. Triggers: 'analyze this time series', 'detect anomalies in…

Quellsprache: Englisch

Aktualisiert
Beruf
DatenwissenschaftlerSoftwareentwickler
Beschreibung

Implement VisionTrim's training-free visual token compression for multimodal LLMs. Combines attention-based dominant token selection (DVTS) with text-guided token merging (TGVC) to reduce vision token counts by 75-90% with minimal accuracy loss. Use when:…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Build VLLM-driven autonomous navigation agents that interpret natural language instructions and ground them in visual observations to produce discrete action commands. Use when: 'build a vision-language navigation agent', 'drone navigation with natural…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Apply FLARE (Future-aware Lookahead with Reward Estimation) to long-horizon coding tasks. Replaces greedy step-by-step reasoning with explicit lookahead, value propagation, and limited commitment so early decisions account for downstream consequences. Use…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Build agentic RAG systems where the LLM autonomously decides retrieval strategy using hierarchical interfaces (keyword search, semantic search, chunk read) instead of fixed retrieval pipelines. Replaces single-shot retrieval and predefined workflows with a…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Multi-agent code generation using structured debate with adaptive confidence gating. Three specialized agents (User/Product, Technical, QA) debate before generating code, with a 95% confidence threshold to skip debate on simple tasks and a reviewer-guided…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Red-team and harden AI voice agents and LLM-powered service systems against adversarial misuse using the Aegis framework. Evaluates authentication bypass, privacy leakage, privilege escalation, data poisoning, and resource abuse risks. Use when: 'red-team my…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Apply the AERO dual-loop self-evolution framework to iteratively improve reasoning on complex tasks. Uses entropy-based difficulty calibration, counterfactual verification, and staggered role refinement to solve hard problems without external oracles.…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Design and orchestrate multi-agent systems using reusable Agent Primitives (Review, Voting/Selection, Planning/Execution) that compose into task-specific pipelines. Use when asked to: 'build a multi-agent workflow', 'create an agent pipeline for this task',…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Threat model multi-agent LLM systems using the AgentHeLLM framework -- formally separating asset identification from attack path analysis with graph-based poison/trigger path discovery. Use when: 'threat model my agent system', 'find attack paths in my A2A…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Implement diagnostic safety guardrails for AI agent systems using the AgentDoG three-dimensional taxonomy (risk source, failure mode, real-world harm). Monitors agent trajectories, diagnoses root causes of unsafe actions, and provides fine-grained risk labels…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Ärzte
Beschreibung

Design, evaluate, and improve LLM-based agentic systems for healthcare using a seven-dimensional taxonomy with 29 sub-dimensions. Triggers: 'build a healthcare AI agent', 'evaluate my medical agent', 'healthcare agent architecture review', 'audit agent…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Build agentic systems for understanding very long video streams (hours to weeks) using entity scene graphs, multi-tool planning agents, and hybrid cross-modal search. Use when: 'build a video understanding agent', 'analyze long egocentric video', 'entity…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Build multi-agent LLM negotiation systems where buyer and seller agents reach deals through natural language. Use when asked to 'build a negotiation system', 'create buyer-seller agents', 'implement price bargaining with LLMs', 'simulate a marketplace with AI…

Quellsprache: Englisch

Aktualisiert
Beruf
Richter und FriedensrichterRechtsanwälte
Beschreibung

Structured multi-agent courtroom debate for explainable high-stakes tabular decisions. Use when: 'set up a multi-agent debate for this prediction', 'use adversarial agents to classify this table row', 'build a courtroom-style reasoning pipeline', 'create…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Interactive debugging of LLM-powered software development agents using structured trajectory analysis, stepwise execution, and live editing of prompts/tool calls. Use when: 'debug my agent', 'why did the agent do that', 'trace agent execution', 'step through…

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 651 gesammelten Skills angezeigt.