Skip to main content

Skills en este repositorio

ndpvt-web/arxiv-claude-skills - Página 10

SkillsMP ha recopilado 651 skills de ndpvt-web/arxiv-claude-skills. Abre una skill para revisar su origen y sus detalles.

ndpvt-web/arxiv-claude-skills

Mostrando 40 de 651 skills recopiladas.

ocupación
Desarrolladores de software
descripción

Build TabRAG-style pipelines that retrieve relevant tables from large image collections and answer natural language queries over them using multimodal LLMs. Implements a three-stage retrieve-rerank-reason architecture for table question answering at scale.…

Idioma del texto original: inglés

actualizado
ocupación
Terapeutas matrimoniales y familiares
descripción

Build multi-agent emotion-focused therapy (EFT) reasoning pipelines for empathetic mental health Q&A systems. Uses a bottom-up three-stage chain-of-thought: Embodied Perception, Cognitive Exploration, and Narrative Intervention with eight specialized agents.…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Apply Entropy-Guided Stepwise Scaling (EGSS) to complex software engineering tasks like bug fixing, code generation, and refactoring. Uses entropy-based uncertainty detection to selectively branch exploration at high-uncertainty decision points, then…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

Detect phishing URLs using Least-to-Most iterative decomposition with answer sensitivity scoring. Triggers: 'analyze this URL for phishing', 'is this URL safe', 'check URL for phishing indicators', 'phishing detection', 'classify this URL as phishing or…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Applies Empirical-MCTS dual-loop reasoning: structured tree search with persistent memory that accumulates experience across problems. Use when asked to 'solve this step by step with learning', 'use MCTS reasoning', 'try multiple approaches and remember what…

Idioma del texto original: inglés

actualizado
ocupación
Matemáticos
descripción

Solve mathematical problems using IIPC (Iteratively Improved Program Construction) -- a dual-branch approach that combines iterative code execution with independent chain-of-thought reasoning, then merges both for a verified answer. Trigger phrases: "solve…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Build verifiable enterprise GUI agent benchmarks using schema-grounded task generation and SQL-based deterministic verification. Use when: 'generate enterprise test tasks from a database schema', 'build SQL verification for GUI agent tasks', 'create benchmark…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Perform code migrations (dependency upgrades, API changes, framework transitions) with integrated environment verification. Instead of migrating code then hoping it builds, this skill builds and tests inside a real environment at every step, using feedback…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Optimize LLM prompts by systematically collecting errors, building a taxonomy of failure modes, and augmenting prompts with targeted guidance for the most frequent error categories. Based on ETGPO (Singh et al., 2026). Trigger phrases: "optimize this prompt",…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Instruction-guided code completion that follows user constraints on algorithm choice, data structures, control flow, and code scope. Use when: 'complete this function using a deque-based BFS', 'finish this code with exactly 3 lines', 'implement the sort using…

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

Evaluate and mitigate social bias in RAG pipelines. Use when: 'audit my RAG system for bias', 'check if retrieval introduces stereotypes', 'measure fairness in my QA pipeline', 'reduce bias in LLM outputs with retrieval', 'evaluate social bias across…

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

Build and evaluate cross-dataset entity matching pipelines for recommender systems. Implements the Reddit-Amazon-EM methodology: rule-based, lexical, embedding-based, graph neural, and LLM-based entity matching with systematic evaluation. Use when: 'match…

Idioma del texto original: inglés

actualizado
ocupación
Auxiliares judicialesParalegales y asistentes legales
descripción

Build evaluation pipelines for LLMs in legal tasks using a three-dimensional framework: outcome correctness, reasoning reliability, and trustworthiness. Use when asked to 'evaluate LLM legal performance', 'build a legal benchmark', 'test legal reasoning…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build event-driven video stream processing pipelines that detect meaningful state transitions instead of processing every frame. Use when asked to: 'build a real-time video understanding system', 'detect events in a video stream', 'process long video with…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Self-evolving code generation with iterative reflection and revision. Applies a feedback-driven loop where code is submitted, judged, analyzed for failures, and rewritten up to 3 times — tracking correctness, runtime, memory, and algorithmic improvement at…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Transform Claude from a static tool user into a dynamic tool creator using the UCT (User-to-Creator Transformation) framework. Harvests reasoning traces from problem-solving sessions and distills them into reusable utility functions, scripts, and helpers that…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Implement Multi-head Explicit Attention (MEA) with inter-head interaction for Transformer models. Adds Head-level Linear Composition (HLC) modules and head-level Group Normalization to standard multi-head attention, enabling cross-head communication, faster…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Implement biologically-inspired forgetting mechanisms for LLM agent memory systems. Build dual-layer memory hierarchies with adaptive exponential decay, semantic relevance scoring, and LLM-guided conflict resolution to keep agent context lean and…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build multi-agent systems for end-to-end ontology curation from scientific literature. Applies FlyAOC's agent architecture patterns—memorization, pipeline, single-agent, and multi-agent—to extract structured, ontology-grounded annotations from document…

Idioma del texto original: inglés

actualizado
ocupación
Editores
descripción

Adaptive Markdown output formatting that balances semantic fidelity with structural correctness. Applies the FMBench methodology to detect and fix broken lists, malformed tables, inconsistent headings, and invalid code blocks in LLM-generated Markdown. Use…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la informaciónDesarrolladores de software
descripción

Extract security-relevant signals from code review comments and translate them into fuzzer-guiding annotations using the EyeQ pipeline. Use when the user says 'guide fuzzing from code reviews', 'find dragons in review comments', 'annotate code for fuzzing',…

Idioma del texto original: inglés

actualizado
ocupación
Profesores de ciencias de la computación, postsecundario
descripción

Generate LLM-assisted coding labs that teach concepts through 'Vibe Coding' — producing working code paired with mandatory conceptual reflection, prompt logging, and critical thinking assessments. Use when: 'create a vibe coding lab for transformers', 'design…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de seguridad de la información
descripción

Proactively identify security-critical code regions and generate prevention-oriented explanations before vulnerabilities are introduced. Use when: 'review this code for security-critical areas', 'explain security risks in my methods', 'find security-sensitive…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Diagnose and explain failures in agentic AI systems using trace-based rubric evaluation, bridging static feature attribution (SHAP/LIME) with trajectory-level diagnostics. Use when: 'debug why my agent failed', 'explain agent behavior', 'evaluate agent…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build systems that use LLM uncertainty as an active control signal -- routing computation, triggering tool calls, enabling self-correction, and governing agent decisions. Use when asked to: 'add uncertainty-aware routing to my LLM pipeline', 'make my agent…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build content moderation and safety classification systems using multi-attribute trajectory reasoning instead of binary labels. Decomposes monolithic safe/unsafe decisions into structured reasoning chains (evidence grounding, modality assessment, risk…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build LLM agent workflows that stay robust under partial observability, noisy signals, shifting environments, and internal state drift. Applies the four-stressor robustness framework from Pezeshkpour & Hruschka (2026) to real automation pipelines. Use when:…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Generate high-quality code by decomposing solutions into modular functions (Chain-of-Function style), then self-evaluating each function as a discrete reasoning step to select the best candidate. Triggers: 'solve this coding problem', 'generate modular code',…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Agentic game development with visual feedback loops for Godot Engine projects. Applies the GameDevBench methodology: navigating scene hierarchies, editing multimodal assets (sprites, shaders, animations), and using screenshot/video feedback to verify changes…

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

Detect sarcasm and semantic incongruity in multimodal (image+text) content using the GDCNet three-channel discrepancy comparison approach. Generates objective image descriptions as semantic anchors, then computes semantic, sentiment, and fidelity…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Constrain LLM generation with executable Pydantic schemas and multi-agent pipelines to produce structurally valid, domain-rich artifacts. Uses ontology-as-grammar to eliminate hallucinated structures while preserving creative output. Trigger phrases:…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Optimize LLM prompts using GFlowPO's iterative generate-evaluate-refine loop with diversity-preserving exploration and dynamic memory. Use when: 'optimize this prompt', 'find a better prompt for this task', 'prompt engineering with examples', 'auto-tune my…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build structured information-seeking agents that decompose complex queries into multi-turn search-and-browse workflows, aggregate results from multiple web sources, and return answers in typed structured formats (items, sets, lists, tables). Applies the GISA…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Design and implement graph-based memory systems for LLM agents following the extraction-storage-retrieval-evolution lifecycle. Use when: 'build agent memory system', 'add long-term memory to my agent', 'implement knowledge graph memory', 'design memory for…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build multi-agent pipelines that use knowledge graphs to guide LLM reasoning across domains. Agents specialize in problem decomposition, evidence retrieval, parameter extraction, graph traversal, and hypothesis synthesis. Use when: 'build a knowledge graph…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build LLM-powered graph analytics systems using the GraphSeek two-plane architecture: a Semantic Catalog for planning over graph schemas and operations, separated from deterministic database-grade query execution. Use when: 'query a property graph with…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build neuro-symbolic safety verification pipelines using the VIRF (Verifiable Iterative Refinement Framework) pattern: a Logic Tutor provides formal, causal feedback to an LLM planner, enabling intelligent plan repair instead of mere rejection. Use this skill…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Build multi-user personalization pipelines with per-user profile tracking, multimodal perception, and LLM-driven contextual response generation following the HARMONI architecture. Use when: 'build a multi-user chatbot with memory', 'personalize responses per…

Idioma del texto original: inglés

actualizado
ocupación
Científicos de datos
descripción

LLM-driven precision querying of structured tabular data via Python/Pandas code generation and retrieval-augmented extraction from unstructured clinical text. Use when: 'query this table in natural language', 'extract information from clinical notes', 'build…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Structure-aware binary decompilation using hierarchical control-flow graph abstraction for LLMs. Converts binary programs into compilable, semantically faithful C code by encoding CFG structure (basic blocks, successors, loops, conditionals) as a hierarchical…

Idioma del texto original: inglés

actualizado
Mostrando 40 de 651 skills recopiladas.