Skip to main content

Skills dans ce dépôt

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

SkillsMP a collecté 651 skills depuis ndpvt-web/arxiv-claude-skills. Ouvrez un skill pour examiner sa source et ses détails.

ndpvt-web/arxiv-claude-skills

Affichage de 40 skills collectés sur 651.

métier
Développeurs de logiciels
description

Build LLM agent systems hardened against indirect prompt injection using hierarchical memory isolation, schema-validated return values, and event-triggered sanitization inspired by OS process isolation. Use this skill when a user asks to "build a secure agent…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build value-aligned conversational agents using the VAPT (Value-Alignment Perception Toolkit) framework from CHI '26. Extracts user values from chat histories, embodies those values in persona-consistent responses, and explains inferences with evidence…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Repository-level code completion using AlignCoder's query enhancement and aligned retrieval technique. Generates candidate completions to build an enhanced query that bridges the semantic gap between unfinished code and the target completion, then retrieves…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build agentic LLM-driven robotic manipulation pipelines using the ALRM framework pattern: a ReAct-style reasoning loop with dual execution modes (Code-as-Policy for direct code generation, Tool-as-Policy for iterative tool-based execution). Generates modular…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build adaptive memory systems using coordinated multi-agent collaboration with hierarchical storage and consistency maintenance. Use when: 'build a memory system for my chatbot', 'add long-term memory to my agent', 'implement multi-granularity retrieval',…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Build agentic recommendation systems that learn collaborative filtering signals through cross-user memory evolution -- no CF model pre-training needed. Use when: 'build a recommender with memory', 'add collaborative filtering to LLM recommendations',…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build LLM-based content moderation pipelines using zero-shot classification with open-weight models. Implements the structured prompting and evaluation methodology from Chou et al. (2026) for detecting rudeness, intolerance, and threats in social media posts.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Automated ArkTS code repair using retrieval-augmented generation, LLM-based test oracle synthesis, and structured benchmark evaluation for HarmonyOS development. Use when: 'fix this ArkTS error', 'repair HarmonyOS code', 'convert TypeScript to ArkTS', 'ArkTS…

Langue du texte source : anglais

mis à jour
métier
Analystes en gestion
description

Evaluate and generate BPMN process models from natural language using the BEF4LLM framework. Assess BPMN XML quality across syntactic, pragmatic, semantic, and validity dimensions. Triggers: 'generate BPMN from description', 'evaluate BPMN model quality',…

Langue du texte source : anglais

mis à jour
métier
Conseillers en santé mentaleTravailleurs sociaux en santé mentale et toxicomanie
description

Evaluate LLM-generated mental health responses using a 6-attribute clinical rubric spanning Cognitive Support (Guidance, Informativeness, Safety) and Affective Resonance (Empathy, Helpfulness, Interpretation). Based on Badawi et al. 2026. Trigger phrases:…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Build generative NER systems using LLMs with optimal output formats and prompt engineering. Use when: 'extract entities from text', 'build a NER pipeline with an LLM', 'named entity recognition with generative models', 'format NER output as XML or bracketed',…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Customize LLMs for enterprise code repositories using semantic scopes -- automatically partition codebases into meaningful units (function bodies, conditionals, loops, logging patterns) and generate fine-tuning data pairs for repository-specific code…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en ressources humaines
description

Multi-agent framework for scoring subjective, open-ended responses (interviews, essays, reflections) using transcript refinement + criterion-specific parallel scoring with calibrated few-shot examples. Use when: 'score these interview responses', 'evaluate…

Langue du texte source : anglais

mis à jour
métier
Autres médecins
description

Generate fine-grained evaluation rubrics for medical dialogue systems using a retrieval-augmented multi-agent pipeline. Decomposes medical evidence into atomic facts, synthesizes them with interaction constraints, and produces weighted, auditable rubrics. Use…

Langue du texte source : anglais

mis à jour
métier
Assistants de recherche en sciences sociales
description

Diagnose and repair failing computational research code to restore reproducibility. Uses an agent-based iterative workflow: inspect files, identify failures (missing packages, broken paths, version conflicts, missing logic), apply targeted fixes, and rerun in…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build self-managing data processing pipelines using hierarchical meta-agent orchestration. Decomposes complex data tasks into multi-phase plans, instantiates specialized ground-level agents (Reader, Profiler, Transformer, Validator, Joiner, etc.), and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build multi-agent AI systems for high-throughput scientific workflows with metacognitive self-assessment. Implements the Polymer Research Lifecycle (PRL) architecture: a Planner Agent decomposes complex scientific tasks into subtasks assigned to specialized…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate secure code using Stream of Revision — an in-decoding self-correction technique that backtracks and patches vulnerable code spans during generation rather than after it. Trigger phrases: - "generate secure code" - "fix security vulnerabilities in…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate syntactically correct and functional ABAP code using iterative compiler feedback loops. Applies the empirical methodology from Wallraven et al. (2026) to produce SAP ABAP classes that pass syntax checks and unit tests through up to 5 rounds of…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Detect reward hacking in AI-generated code trajectories using contrastive analysis from the TRACE benchmark. Use when: 'check this code agent for reward hacking', 'detect if these test results are gamed', 'audit coding agent trajectories', 'find reward…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Generate correct Python/Pandas code from natural language questions over tabular data, applying the Logic Completion Framework (LCF) to resolve ambiguities that SQL handles implicitly. Use when: 'query this CSV with Python', 'convert this SQL to pandas',…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Generate synthetic labeled datasets with LLMs to train smaller, cheaper classifiers -- especially for low-resource languages and niche tasks. Use when: 'generate training data for my classifier', 'I need labeled data in [language]', 'distill this LLM into a…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Decouple evidence access from evidence use when evaluating or building long-context and RAG systems under semantic interference. Use this skill when the user says: 'evaluate my RAG pipeline against hard negatives', 'stress-test retrieval with semantic…

Langue du texte source : anglais

mis à jour
métier
Interprètes et traducteurs
description

Cross-cultural meme transcreation using a three-stage hybrid pipeline (cultural analysis, visual generation, assembly) that preserves humor and communicative intent while adapting culture-specific references between languages. Triggers: 'transcreate this…

Langue du texte source : anglais

mis à jour
métier
Autres médecins
description

Evaluate biomedical QA outputs using the BioACE nugget-based framework — assess answer completeness, correctness, precision, recall, and citation quality against ground-truth nuggets. Trigger phrases: - "evaluate biomedical answers" - "check citation quality…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Adapt Text-to-SQL systems and benchmarks for non-English, morphologically rich languages using controlled translation pipelines and agentic multi-stage reasoning. Triggers: 'translate SQL benchmark to Turkish', 'cross-lingual text-to-SQL', 'adapt BIRD dataset…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Architect secure, intent-centric agent systems using the Aura pattern: Hub-and-Spoke agent topology, cryptographic identity binding, semantic firewalls, taint-aware memory, and sandboxed execution. Use when: 'design a secure agent orchestration system', 'add…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Implement C²RoPE (Causal Continuous Rotary Positional Encoding) for multimodal transformers that process 2D/3D visual data alongside text. Replaces standard 1D RoPE with a triplet (m, x, y) positional index and Chebyshev causal masking to preserve spatial…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build offline TTS-narrated e-books with exact audio-text synchronization in EPUB 3 Media Overlay format. Use when the user asks to 'create a narrated ebook', 'add TTS audio to an epub', 'build an audiobook with text highlighting', 'synchronize speech with…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Translate ODD protocol specifications into validated, executable agent-based model (ABM) code in Python. Use when the user says 'implement this ABM', 'convert ODD to code', 'build an agent-based model from this specification', 'replicate this NetLogo model in…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Perform rigorous causal inference tasks using structured reasoning pipelines inspired by CauGym. Estimate treatment effects (ATE, CDE, ETT, NDE, NIE), compute probabilities of necessity/sufficiency, apply the backdoor criterion for deconfounding, and build…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Validate and score LLM-generated statistical reasoning using a three-axis rubric (Correctness 40%, Explanation 35%, Reasoning 25%) and LLM-as-judge evaluation, based on Nagarkar et al. 2026. Use when: 'evaluate this statistical analysis', 'score this model…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build context-summarized multi-turn QA systems that let small language models (SLMs) handle customer-service dialogues with near-LLM quality. Implements conversation history summarization, stage-based evaluation, and prompt engineering for…

Langue du texte source : anglais

mis à jour
métier
Analystes en recherche opérationnelle
description

Translate natural language optimization problems into executable solver code using a Canonical Intermediate Representation (CIR) schema and multi-agent R2C pipeline. Decomposes operational rules into constraint archetypes and modeling paradigms before…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Generate semantics-preserving variants of Python CTF challenges to stress-test agentic LLM robustness. Applies the Evolve-CTF methodology: identifier renaming, dead code insertion, composite transforms, and obfuscation to create challenge families that share…

Langue du texte source : anglais

mis à jour
métier
Physiciens
description

Solve complex problems by switching between four cognitive mindsets (Spatial, Convergent, Divergent, Algorithmic) at each reasoning step, adapting the thinking mode to what the current sub-problem actually needs. Use when asked to: 'reason through this step…

Langue du texte source : anglais

mis à jour
métier
Scientifiques des données
description

Dual-mode reasoning framework that dynamically routes problems to specialized strategies: computational flow for math, symbolic JSON state tracking for spatial/entity reasoning, and hybrid fact-extraction for multi-hop inference. Use when asked to 'solve this…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Multi-agent security vulnerability discovery and exploitation using Co-RedTeam's orchestrated workflow. Decomposes security analysis into coordinated discovery and exploitation stages with execution-grounded iterative reasoning and layered memory. Use when:…

Langue du texte source : anglais

mis à jour
métier
Développeurs web
description

Predict and simulate GUI state transitions by generating renderable HTML/CSS/SVG code from screenshots and user actions. Use when asked to: 'simulate what happens when I click this button', 'predict the next UI state', 'generate HTML that reproduces this…

Langue du texte source : anglais

mis à jour
métier
Enseignants au secondaire (sauf éducation spécialisée et technique)
description

Generate high-quality multiple-choice questions at controlled cognitive levels using the ReQUESTA multi-agent framework. Decomposes MCQ authoring into planning, generation, evaluation, and post-processing stages with specialized agents targeting text-based…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 651.