Skip to main content

このリポジトリの skills

ndpvt-web/arxiv-claude-skills - 3ページ

SkillsMP は ndpvt-web/arxiv-claude-skills から 651 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

ndpvt-web/arxiv-claude-skills

収集済み skill 651 件中 40 件を表示しています。

職業分類
ネットワーク・コンピュータシステム管理者
説明

Profile and diagnose LLM inference engines (llama.cpp and similar GGML-based runtimes) using eBPF uprobes for non-intrusive, operator-level performance analysis. Trigger phrases: 'profile llama.cpp inference', 'eBPF LLM profiling', 'diagnose inference…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Orchestrate prompt-driven development of large multi-module systems through structured, iterative natural-language workflows. Uses a phased development methodology with prompt taxonomies (feature requests, bug fixes, information sharing, architectural…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build privacy-preserving personalized AI systems using Puda's multi-granularity user data architecture. Implements client-side data aggregation with three privacy levels (raw browsing history, extracted keywords, predefined category subsets) and scoped access…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implements the AGEA framework for budget-constrained extraction of knowledge graphs from GraphRAG systems using novelty-guided adaptive querying, external graph memory, and a two-stage discovery-then-filter pipeline. Use this skill when the user says:…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Build retrieval-augmented in-context learning (RAICL) pipelines that convert time-series or signal data into images and classify them with vision-language models using dynamically retrieved few-shot examples. Trigger phrases: 'classify EEG with a VLM',…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Detect AI-generated images using NLM noise entropy analysis and build robust forensic detection pipelines. Use when: 'detect if an image is AI-generated', 'build an AI image detector', 'classify real vs fake images', 'image forensics pipeline', 'noise entropy…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Generate realistic synthetic household datasets with bidirectional persona-environment coupling for embodied AI training. Use when asked to 'generate synthetic household data', 'create home activity datasets', 'build training data for home robots', 'simulate…

原文の言語: 英語

更新
職業分類
ニュースアナリスト・記者・ジャーナリスト
説明

Detect and interpret figurative language (sarcasm, humor, offense, metaphor) in multimodal image-text content using a structured five-step reasoning chain. Triggers: 'detect sarcasm in this meme', 'is this image sarcastic', 'analyze figurative meaning',…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate formally verified Rust code with Verus specifications and proofs using the VeruSyn methodology. Applies self-synthesis, tutorial-based synthesis, and chain-of-thought debugging to produce correct-by-construction Rust systems code. Trigger phrases:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate optimized system and user prompts for coding agents using requirements engineering principles from the REprompt framework. Use when: 'generate a system prompt for my coding agent', 'optimize this prompt using RE principles', 'turn my vague feature…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Build multi-stage search pipelines that separate recall from precision for discovering datasets, documents, or resources from heterogeneous metadata catalogs. Uses intent classification, hybrid retrieval (BM25 + embeddings + abbreviation expansion), and LLM…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement boundary-aware evidence selection for RAG systems using the BAR-RAG technique. Replaces relevance-only reranking with difficulty-calibrated evidence selection that targets the generator's competence boundary -- passages that are challenging yet…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Optimize agent test-writing strategy for issue resolution by reallocating interaction budget from excessive test generation to direct implementation. Use when: 'fix this bug', 'resolve this issue', 'patch this repo-level problem', 'debug and fix this failing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Comment-augmented code translation (COMMENTRA) that uses targeted natural language comment injection to significantly improve LLM-based cross-language code translation. Use when: 'translate this Java to Python', 'convert C++ code to Go', 'port this Python…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Evaluate and improve AI coding assistant responses using RubberDuckBench's rubric-based methodology. Detects hallucinations, scores partial credit, and enforces truthful code reasoning. Use when: 'evaluate this code explanation', 'check my AI answer for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement predictive safety guardrails for computer-using agents and automated pipelines using world-model-based risk prediction. Catches long-term risks that reactive checks miss by simulating future states before executing actions. Use when: 'add safety…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Build anomaly detection pipelines for Advanced Persistent Threat (APT) detection by encoding system logs into semantic embeddings with sentence-transformer LLMs and training autoencoders on reconstruction error. Trigger phrases: "detect APT in system logs",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement pipeline-aware intermediate representation (IR) caching for agentic systems. Instead of caching final LLM responses, decompose multi-step pipelines into stages and cache structured reasoning artifacts at each checkpoint. Triggers: 'cache…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Diagnose and attribute faults in compound AI systems (multi-model pipelines) using SETA's modular robustness testing framework. Applies perturbations, traces execution through each component, computes per-component metamorphic relation scores, and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement ShardMemo-style tiered, sharded memory with masked Mixture-of-Experts routing for agentic LLM systems. Use when: 'build a sharded memory system for agents', 'add tiered memory with MoE routing', 'implement scope-based memory retrieval for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build self-improving agent systems that distill raw execution traces into a hierarchical skill library (SkillBank) and recursively evolve those skills based on failure analysis. Use when asked to: 'build an agent that learns from mistakes', 'create a skill…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build LLM-powered natural language interfaces for data visualization — NL2VIS pipelines, conversational chart analytics, multimodal chart explanation, and visualization recommendation systems. Use when: 'build a chat interface for my dashboard', 'let users…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Applies a state-transition reasoning framework that models multi-step reasoning as an evolving state, compressing historical reasoning into a compact state representation and correcting noisy intermediate steps via momentum-based smoothing. Improves…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Evaluate and improve the steerability of natural-language-profile-based recommender systems using the SteerEval framework. Build evaluation pipelines that measure whether recommendation engines actually respond to user steering commands (preference edits).…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build interactive diagnostic agents that systematically elicit evidence before concluding, using the REFINE (Reasoning-Enhanced Feedback for INformation Elicitation) loop from EID-Benchmark research. Prevents premature diagnosis by measuring Information…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Reuse prior coding experience across related repository tasks. Accumulate, summarize, retrieve, and inject compact experience from previously solved issues to boost accuracy and cut cost on downstream tasks. Use when: 'reuse context from prior fixes', 'apply…

原文の言語: 英語

更新
職業分類
コンピュータ・情報システムマネージャー
説明

Select and synthesize a golden proposal from multiple candidate fix strategies before writing code. Mirrors how technical managers deliberate on competing proposals by weighing scope, impact, risk, and each candidate's strengths and weaknesses. Use when:…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build multi-agent adversarial simulations to evaluate LLM sycophancy and policy compliance under social pressure. Use when asked to 'test LLM robustness against manipulation', 'evaluate sycophancy in AI systems', 'build adversarial red-team simulations',…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Parse unstructured person names and addresses into a structured 17-field schema using prompt-driven extraction with layered validation. Use when the user asks to 'parse addresses', 'extract name fields', 'structure address data', 'normalize mailing records',…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Structured table-completion framework for long-horizon information seeking. Converts complex research queries into database tables where rows are candidates and columns are constraints/attributes, then orchestrates deep and wide search agents to fill cells…

原文の言語: 英語

更新
職業分類
材料科学者
説明

Apply knowledge-augmented reasoning distillation for polymer design tasks. Builds structured Chain-of-Thought pipelines grounded in polymer property knowledge bases. Triggers: 'polymer property prediction', 'polymer design constraints', 'SMILES polymer…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Apply time-budget-aware reasoning to agentic tasks with tool calls. Dynamically adjust strategy depth, tool call frequency, and fallback heuristics based on wall-clock time constraints. Use when: 'optimize this under a time limit', 'run as many experiments as…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimize LLM-generated code for energy efficiency by detecting and suppressing babbling behavior (excess tokens like redundant test cases, alternative implementations, whitespace padding, and usage examples appended after functional code). Use when: 'reduce…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Diagnose whether an LLM is memorizing or reasoning by constructing distributional proximity tests. Classifies task inputs as within-distribution (WD), near-distribution (ND), or out-of-distribution (OOD) and measures the generalization gap. Use when: 'audit…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement TreeTensor-based nested data handling for AI systems using the DI-treetensor library. Replaces manual recursive traversal of hierarchical data (dicts-of-tensors, nested observations, multi-agent states) with tree-structured tensor operations that…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Apply the TriPlay-RL tri-role adversarial self-play framework to systematically red-team, harden, and evaluate LLM-powered applications for safety. Trigger phrases: 'red-team my LLM app', 'adversarial safety testing', 'tri-role safety audit', 'harden my…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Analyze and diagnose LLM reasoning through latent cognitive ability decomposition inspired by the UniCog framework. Decomposes reasoning traces into sparse cognitive dimensions to identify failure modes, rank candidate solutions, and improve multi-step…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Apply Theory-of-Mind (ToM) guided reasoning chains to multimodal emotion analysis tasks. Decomposes emotional reasoning into hierarchical cognitive levels—perception, understanding, and causal cognition—tracking mental states explicitly before reaching…

原文の言語: 英語

更新
職業分類
コンピュータ・情報システムマネージャー
説明

Optimize AI coding assistant interactions using empirical enterprise findings on usage patterns, productivity factors, and quality requirements. Use when: 'help me get more out of Copilot', 'review my AI-assisted workflow', 'improve AI code generation…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Detect and repair compilation errors hidden behind #ifdef/#ifndef/#if defined() preprocessor directives in configurable C/C++ systems. Analyzes all feature combinations to find errors that only manifest under specific configurations. Use when: 'check my C…

原文の言語: 英語

更新
収集済み skill 651 件中 40 件を表示しています。