Skip to main content

Skills neste repositório

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

O SkillsMP coletou 651 skills de ndpvt-web/arxiv-claude-skills. Abra uma skill para revisar a origem e os detalhes.

ndpvt-web/arxiv-claude-skills

Mostrando 40 de 651 skills coletadas.

ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Detect and mitigate known LLM reasoning failures during code generation, review, and problem-solving. Applies the taxonomy from Song et al. (TMLR 2026) to catch compositional reasoning breakdowns, reversal curse errors, order bias, counting mistakes, and…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Autonomous environment configuration using multi-agent diagnosis and self-evolving error repair. Use when: 'set up the dev environment for this repo', 'configure dependencies and get tests passing', 'debug why my environment build fails', 'create a Dockerfile…

Idioma do texto original: inglês

atualizado
ocupação
Arquitetos de banco de dados
descrição

Generate accurate SQL from natural language using the SSEV pipeline: schema-linked prompting, execution-guided self-refinement, and weighted majority voting across multiple candidate queries. Use when the user says 'write SQL for this question', 'query this…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dadosDesenvolvedores de software
descrição

Build cost-aware multimodal LLM routing systems that select the best model per query based on input signals, budget constraints, and task type. Use when the user says 'route queries to different models', 'select the cheapest model that works', 'build a model…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build and evaluate long-term memory systems for conversational agents using the ES-MemEval five-capability framework (information extraction, temporal reasoning, conflict detection, abstention, user modeling). Use when: 'evaluate my chatbot memory', 'build…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Audit LLM-based automatic short answer grading (ASAG) systems for adversarial vulnerabilities using token-level and prompt-level attack strategies from the GradingAttack framework. Triggers: 'test grading robustness', 'adversarial attack on grading', 'audit…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Build rigorous, multi-task evaluation benchmarks for domain-specific LLMs using the LingLanMiDian methodology: synonym-tolerant matching, difficulty-ranked hard subsets, character-level F1, and decision recognition reframing. Trigger phrases: 'evaluate LLM on…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Build and evaluate reasoning-focused QA systems for low-resource languages using the PARSE methodology: structured prompting strategies (CoT for Boolean/multiple-choice, few-shot for factoid), multi-stage quality filtering, and language-native prompt design.…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Implement available-but-invisible privacy protection for mobile GUI agents using PII-aware anonymization with deterministic, type-preserving placeholders. Use when: 'anonymize PII in UI automation', 'build privacy layer for mobile agent', 'protect sensitive…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Implement multi-agent RAG systems with coordinated sequential-parallel scaling and shared context management for complex multi-hop question answering. Use when: 'build a multi-hop RAG pipeline', 'implement adaptive retrieval with parallel branching', 'create…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Orchestrate multi-agent teams for autonomous software engineering using the Agyn methodology: coordinator, researcher, implementer, and reviewer agents with structured communication, isolated sandboxes, and iterative review loops. Use when: 'set up a…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Diversity-enhanced RAG for open-ended queries with multiple valid answers. Uses reflection-guided generation and memory-augmented iterative refinement to produce diverse, high-quality responses instead of collapsing to a single dominant answer. Triggers:…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Memory-enhanced multi-agent retrieval and reasoning for veracity assessment and fact-checking. Use when: 'verify this claim', 'fact-check these statements', 'check if this is true', 'assess the veracity of', 'cross-reference these claims', 'build a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Systematic dependency migration for Python projects. Diagnose and fix test failures caused by dependency updates using a minimal-edit, test-driven agent loop. Triggers: 'migrate dependencies', 'fix breaking changes from package update', 'upgrade library…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Build hybrid demand forecasting systems that fuse LLM-extracted event knowledge with time-series models using a dual-tower architecture. Use when asked to: 'forecast demand for flash sales', 'build a demand prediction pipeline with event awareness',…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Guide fine-grained LLVM compiler phase ordering using the Protean framework's agile optimization approach — clustering passes into subsequences, searching with simulated annealing, and extracting static IR features for ML-driven pass selection. Use when:…

Idioma do texto original: inglês

atualizado
ocupação
Engenheiros civis
descrição

Generate physics-consistent, simulation-executable structural engineering code using constraint-oriented alignment and verification-driven evaluation. Use when: 'generate an OpenSees model', 'create a structural analysis script', 'build a seismic-resistant…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Apply the PRISM (Propose-Review-Integrate Synthesis) multi-agent reasoning framework to decompose hard problems into parallel proposals with diverse roles, execution-grounded review, and iterative synthesis. Use when asked to: "solve this with multiple…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build multi-level RAG pipelines for academic citation prediction and literature discovery. Use when the user asks to 'find relevant papers to cite', 'build a citation recommendation system', 'create a literature retrieval pipeline', 'predict references for a…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dadosDesenvolvedores de software
descrição

Decouple reasoning from verbalization using PLaT-inspired latent planning. Maintains a broad solution space through parallel latent trajectories before committing to a single answer. Use when: 'explore multiple solution paths', 'latent reasoning', 'plan…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Structure-aware document reasoning that converts PDFs/long documents into hierarchically indexed paragraphs with coordinate metadata, then uses a dual-tool "locate then read" strategy (Retrieve + ReadSection) to answer complex questions requiring evidence…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build uncertainty-aware planners for multi-agent systems using the PCE (Planner-Composer-Evaluator) decision tree framework. Converts implicit LLM reasoning assumptions into scored decision trees that select actions under uncertainty without heavy inter-agent…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Apply the SAGE self-hinting technique to improve LLM problem-solving by generating graduated hints that boost solution diversity and prevent reasoning collapse. Use when: 'help me solve this hard math problem step by step', 'generate hints for this coding…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build Knowledge Graph-guided LLM reasoning pipelines for operational telemetry analysis. Combines a Literature KG (extracted from domain papers) with a Data KG (materialized from telemetry) to ground LLM outputs in structured evidence. Triggers: 'build a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Optimize deep multi-step AI pipelines using Textual Equilibrium Propagation (TEP) — a two-phase local-then-nudge strategy that avoids gradient explosion/vanishing in long prompt chains. Use when: "optimize my multi-agent pipeline", "fix my prompt chain that…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate and evaluate complete multi-file application repositories with both functional correctness and non-functional quality (maintainability, security, robustness, efficiency, resource usage). Use when: 'generate a complete application from requirements',…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Perform DAG-structured vulnerability reasoning on code, modeling causal dependencies between code facts instead of linear chain-of-thought. Use when asked to: 'analyze this code for vulnerabilities', 'explain why this code is vulnerable', 'trace the root…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Convert natural language questions into SQL queries using MCTS-based modular reasoning inspired by the IESR framework. Decomposes complex Text-to-SQL into information extraction, schema linking, multi-path tree search, and trajectory verification. Use when:…

Idioma do texto original: inglês

atualizado
ocupação
Outros médicos
descrição

Evaluate and defend clinical LLM systems against prompt injection attacks using the MPIB benchmark methodology. Implements Clinical Harm Event Rate (CHER) scoring, adversarial test generation, and defense configuration for medical RAG pipelines. Use when:…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Evolutionary search framework for LLM-driven Verilog/RTL generation and PPA optimization. Uses MCTS for functional correctness and Idea-Guided Refinement for optimization, with structured testbench generation for rapid feedback. Triggers: 'generate Verilog…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Extract feature-level coding tasks from repositories using test-driven dependency graph tracing. Use when the user says 'create a feature benchmark', 'extract coding tasks from tests', 'build a test-driven benchmark', 'evaluate agent coding ability', 'isolate…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Ontology-guided multi-agent reasoning for culturally aligned LLM outputs. Use when building systems that must respect cultural values, when designing multi-agent pipelines with demographic grounding, or when implementing value-aware decision making. Triggers:…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Implement structured, multi-surface observability logging for LLM agent systems using the AgentTrace pattern: operational, cognitive, and contextual trace surfaces with unified envelopes, span hierarchies, and dual-path storage. Use when asked to: 'add…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Applies the SWE-Master agentic software engineering methodology to solve complex, multi-file bugs and feature requests. Uses structured trajectory planning, LSP-based semantic code navigation, context-aware budget management, and iterative verification to…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Analyze, detect, and defend against prompt injection attacks targeting agentic coding assistants (Claude Code, Copilot, Cursor, Codex). Applies a three-dimensional taxonomy of delivery vectors, attack modalities, and propagation behaviors from a 78-study…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Multi-agent vulnerability detection using coarse-to-fine routing, contrastive retrieval, and cross-model prompt evolution. Use when: 'scan this code for vulnerabilities', 'detect CWE weaknesses in this function', 'security audit this C/C++ code', 'find buffer…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Apply Cobalt-style contextual bandit learning to multi-turn code generation tasks. Decomposes iterative coding into partial trajectory completions, treating each debugging turn as a single-step bandit problem rather than a full RL rollout. Use when: 'help me…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de segurança da informação
descrição

Security audit and hardening for personalized LLM-based agents against prompt injection, tool poisoning, and memory attacks. Use when: 'audit my agent for security vulnerabilities', 'test my AI assistant against prompt injection', 'harden my agent toolchain',…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Build sequential LLM pipelines for scientometric question answering over academic databases. Decomposes meta-scientific queries into entity recognition, multi-step planning, parallel data retrieval, and analytical synthesis. Use when: 'build a scientometric…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build and optimize two-stage RAG pipelines with bi-encoder retrieval, cross-encoder re-ranking, and empirically-validated chunking strategies. Use when: 'build a RAG pipeline', 'add re-ranking to retrieval', 'optimize chunking for documents', 'set up document…

Idioma do texto original: inglês

atualizado
Mostrando 40 de 651 skills coletadas.