Skip to main content

이 저장소의 skills

ndpvt-web/arxiv-claude-skills - 10페이지

SkillsMP는 ndpvt-web/arxiv-claude-skills에서 651개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

ndpvt-web/arxiv-claude-skills

수집된 skill 651개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

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.…

원문 언어: 영어

업데이트
직업 분류
결혼·가족 치료사
설명

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.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
수학자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

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…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

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…

원문 언어: 영어

업데이트
직업 분류
사법 보조 사무원법률 보조사
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
편집자
설명

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…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가소프트웨어 개발자
설명

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',…

원문 언어: 영어

업데이트
직업 분류
고등교육 컴퓨터공학 교원
설명

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…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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:…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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',…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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:…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

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…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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…

원문 언어: 영어

업데이트
수집된 skill 651개 중 40개를 표시합니다.