Skip to main content

이 저장소의 skills

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

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

ndpvt-web/arxiv-claude-skills

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

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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

원문 언어: 영어

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

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

원문 언어: 영어

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

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

원문 언어: 영어

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

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…

원문 언어: 영어

업데이트
직업 분류
경영 분석가
설명

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

원문 언어: 영어

업데이트
직업 분류
정신 건강 상담사정신 건강·약물 남용 사회복지사
설명

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

원문 언어: 영어

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

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

원문 언어: 영어

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

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…

원문 언어: 영어

업데이트
직업 분류
인사 전문가
설명

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…

원문 언어: 영어

업데이트
직업 분류
기타 의사
설명

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…

원문 언어: 영어

업데이트
직업 분류
사회 과학 연구 보조원
설명

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

업데이트
직업 분류
통역사·번역가
설명

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…

원문 언어: 영어

업데이트
직업 분류
기타 의사
설명

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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…

원문 언어: 영어

업데이트
직업 분류
운용 연구 분석가
설명

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…

원문 언어: 영어

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

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…

원문 언어: 영어

업데이트
직업 분류
물리학자
설명

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…

원문 언어: 영어

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

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…

원문 언어: 영어

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

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

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

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…

원문 언어: 영어

업데이트
직업 분류
중·고교 교사(특수·직업교육 제외)
설명

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…

원문 언어: 영어

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