Skip to main content

Skills in this repository

ndpvt-web/arxiv-claude-skills - Page 6

SkillsMP has collected 651 skills from ndpvt-web/arxiv-claude-skills. Open a skill to review its source and details.

ndpvt-web/arxiv-claude-skills

Showing 40 of 651 collected skills.

occupation
Software Developers
description

Analyze AI coding agent activity on GitHub repositories using the AIDev methodology. Identify agentic PRs, measure agent adoption metrics, evaluate PR quality, assess review dynamics, and benchmark human-AI collaboration patterns. Use when: 'analyze AI agent…

updated
occupation
Information Security Analysts
description

Detect phishing URLs using LLM zero-shot and few-shot prompting with structured classification prompts. Use when: 'classify this URL as phishing or legitimate', 'analyze URLs for phishing', 'build a phishing detection prompt', 'detect suspicious URLs with…

updated
occupation
Software Developers
description

Optimize LLM system prompts iteratively using boundary-aware contrastive sampling and momentum-guided clustering from the C-MOP framework. Use when: 'optimize this prompt', 'improve my system prompt', 'evolve prompt for better accuracy', 'automatic prompt…

updated
occupation
Art Directors
description

Apply introspective visual thinking by iteratively 'chatting with images' — using language-guided re-examination of visual content to reason over fine-grained details, spatial relationships, and multi-image comparisons. Use when: 'analyze this image in…

updated
occupation
Data Scientists
description

Disentangled structure-content reasoning for table images and structured data. Separates table skeleton (layout/structure) from flesh (cell content) to answer questions accurately. Use when: 'analyze this table image', 'answer questions about this spreadsheet…

updated
occupation
Software Developers
description

Rerank retrieved passages for RAG pipelines using step-by-step logical reasoning to filter out semantically similar but logically irrelevant (SSLI) documents. Use when: 'rerank these search results', 'filter irrelevant passages from retrieval', 'build a…

updated
occupation
Software Developers
description

Optimize LLM context length for post-editing and refinement pipelines. Applies research showing that naively adding document-level context often fails to improve LLM output quality while dramatically increasing cost and latency. Use when: 'optimize my…

updated
occupation
Software Developers
description

Implement the Fat-Cat document-driven metacognitive agent architecture for complex multi-step reasoning tasks. Uses Markdown documents as global state instead of JSON, a four-stage reasoning pipeline (metacognitive analysis, strategy selection, step…

updated
occupation
Software Developers
description

Generate optimized GPU kernels in Triton from PyTorch reference code using the Makora RL-based iterative refinement workflow. Applies tool-augmented kernel generation with correctness validation and performance benchmarking. Use when: 'write a Triton kernel…

updated
occupation
Software Developers
description

Design production-grade agentic AI architectures with separated cognition/execution layers, typed tool interfaces, multi-agent topologies, and enterprise hardening. Use when: 'design an agent system', 'build a multi-agent architecture', 'add governance to my…

updated
occupation
Writers & Authors
description

Fine-grained multi-concept text control that avoids the compositionality trap where LLMs degrade when asked to be e.g. funny AND persuasive simultaneously. Use when: 'write a funny persuasive email', 'make this formal but warm', 'generate humorous and…

updated
occupation
Instructional CoordinatorsElementary School Teachers, Except Special Education
description

Adaptive learning content generator that dynamically adjusts complexity, tone, pacing, and modality based on learner state signals. Applies GuideAI's cognitive-load-aware interventions to produce personalized educational material. Use when: 'create an…

updated
occupation
Computer & Information Systems Managers
description

Apply the HAIF protocol to organize hybrid human-AI team workflows with tiered autonomy, delegation governance, and validation checklists. Use when: 'set up HAIF for our team', 'classify this task for AI delegation', 'generate a delegation registry', 'create…

updated
occupation
Information Security Analysts
description

Generate reliable incident response and security recovery plans using a generate-check-refine loop with consistency-based abstention. Reduces hallucinated security actions by validating LLM outputs against system constraints and lookahead predictions before…

updated
occupation
Software Developers
description

Detect license incompatibilities across LLM supply chains (OSS repos, models, datasets) using the LiAgent multi-agent extraction and compatibility analysis framework. Use when: 'check my project for license conflicts', 'are my HuggingFace model dependencies…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Build multi-turn LLM safety evaluation harnesses using the Intent-Context Coupling framework from ICON. Generates structured red-team test suites that probe whether safety guardrails hold when adversarial intent is paired with semantically congruent context…

updated
occupation
Data Scientists
description

Apply FaithRL's step-level faithfulness verification to multi-step reasoning tasks. Decomposes reasoning into individually verified steps, penalizes unsupported claims, and preserves valid partial derivations. Use when: 'verify each reasoning step', 'reduce…

updated
occupation
Information Security Analysts
description

Apply Foundation-Sec-8B-Reasoning cybersecurity reasoning patterns: structured <think> chain-of-thought for CVE-to-CWE mapping, MITRE ATT&CK classification, CVSS scoring, threat intelligence analysis, and multi-hop vulnerability reasoning. Use when the user…

updated
occupation
Software Developers
description

Build robust multi-tool agentic pipelines with noise-aware execution, parallel reasoning, and environment scaling patterns from the LongCat-Flash-Thinking architecture. Use when: 'build a multi-tool agent pipeline', 'make my agent robust to API failures',…

updated
occupation
Software Developers
description

Generate and optimize AGENTS.md / CLAUDE.md repository instruction files to reduce AI coding agent runtime and token consumption. Use when: 'create an AGENTS.md', 'write a CLAUDE.md', 'optimize agent instructions', 'reduce agent token usage', 'set up…

updated
occupation
Data Scientists
description

Design and evaluate subword tokenizers for Turkish and other morphologically rich languages (MRLs) using the vocabulary-corpus-success triad framework. Covers tokenizer family selection (BPE, WordPiece, Unigram, morphology-level, character-level), vocabulary…

updated
occupation
Software Developers
description

Decouple visual perception from reasoning when building VLM pipelines, image analysis agents, or multi-modal workflows. Implements the SPARC two-stage pattern: first localize question-relevant regions via visual search, then condition reasoning only on those…

updated
occupation
Information Security Analysts
description

Implement event-driven, hierarchical security screening for LLM agent systems using Intrinsic Risk Sensing. Adds latent vigilance with adaptive defense escalation to agent pipelines. Use when: 'add security to my agent', 'defend agent against prompt…

updated
occupation
Network & Computer Systems Administrators
description

Systematic root cause analysis for cloud/distributed system failures using a 16-category reasoning failure taxonomy and multi-hop fault propagation tracing. Use when: 'diagnose this production incident', 'find the root cause of this outage', 'trace this…

updated
occupation
Software Developers
description

Apply defensive programming and agent-architecture patterns from SWE-Bench Mobile to tackle production iOS/mobile development tasks. Optimizes how Claude navigates large mixed-language codebases, interprets multi-modal inputs (PRDs + Figma designs), and…

updated
occupation
Pediatricians, General
description

Build multi-agent pipelines that generate realistic synthetic patient profiles by integrating epidemiological data, medical claims, literature evidence, and personality models. Use when asked to 'simulate patients', 'generate synthetic medical data', 'build a…

updated
occupation
Software Developers
description

Prevents the "introverted agent" problem where extended reasoning causes agents to give shorter, less informative responses in interactive/user-engaged tasks. Applies information disclosure (InfoDis) prompting to ensure agents proactively share state,…

updated
occupation
Software Developers
description

Implement self-reconfiguring agent workflows where configuration (sub-goals, strategy, toolbox, context) is a mutable tool the agent calls at runtime. Use when: 'build an adaptive agent', 'self-reconfiguring pipeline', 'agent that adjusts its own strategy',…

updated
occupation
Software Developers
description

Implement RAPS (Reputation-Aware Publish-Subscribe) multi-agent coordination using intent-based pub/sub messaging, reactive subscription refinement, and Bayesian reputation scoring. Use when: 'coordinate multiple LLM agents', 'build a robust multi-agent…

updated
occupation
Software Developers
description

Solve math problems from images by decomposing them into interleaved natural-language rationales and executable Python code, closing the image-text modality gap. Use when: 'solve this math image', 'extract and compute from this screenshot', 'OCR this equation…

updated
occupation
Market Research Analysts & Marketing Specialists
description

Hierarchical multi-agent deep research framework with dynamic context management and supervisor-based error recovery. Implements Yunque DeepResearch's orchestration pattern: decompose complex research questions into subtasks, route them to specialized…

updated
occupation
Software Developers
description

Implement AlienLM-style API-boundary privacy layers that protect sensitive text sent to black-box LLM APIs using vocabulary-scale bijective token remapping. Use when: 'add privacy layer to LLM API calls', 'protect prompts sent to external API', 'alienize text…

updated
occupation
Software Developers
description

Dynamically create specialized sub-agents for complex multi-step tasks using the AOrchestra pattern: decompose goals, then spawn tailored (Instruction, Context, Tools, Model) executors on-the-fly. Use when: 'break this task into sub-agents', 'orchestrate…

updated
occupation
Software Developers
description

Build robust web automation agents using Mixture of Grounding Experts, experience-imitation planning, and task-tracking checklists. Use when: 'build a web agent', 'automate browser tasks with grounding', 'create a web scraping agent with memory', 'implement…

updated
occupation
Data Scientists
description

Implement uncertainty quantification and calibration assessment for LLM-generated long-form answers. Apply answer-frequency consistency, verbalized confidence elicitation, token-level analysis, and multi-metric calibration benchmarking based on the UQ…

updated
occupation
English Language & Literature Teachers, Postsecondary
description

Build trait-based essay scoring systems that evaluate argumentative writing across multiple rubric dimensions (Content, Organization, Word Choice, Sentence Fluency, Conventions) using structured in-context learning prompts and ordinal regression. Trigger…

updated
occupation
Data Scientists
description

Automatically discover and test for hidden biases in LLM-as-a-Judge evaluation pipelines using the BiasScope framework. Generates bias hypotheses, perturbs test cases, and validates whether judge models are susceptible. Use when: 'audit my LLM judge for…

updated
occupation
Computer Hardware Engineers
description

Evaluate and improve LLM-generated hardware designs using ChipBench methodology: structured Verilog generation with hierarchical decomposition, systematic RTL debugging across four bug categories, and cross-language reference model generation. Use when:…

updated
occupation
Software Developers
description

Render source code as images for vision LLM processing to reduce token cost while preserving understanding. Use when: 'render code as image for LLM', 'compress code tokens with images', 'use vision model for code understanding', 'reduce token cost for large…

updated
occupation
Software Developers
description

Multi-agent iterative code optimization using context compression. Decomposes optimization into three agents (Summarizer, Navigator, Sampler) that mirror RL state/policy/replay to evolve better code across iterations. Trigger phrases: 'optimize this algorithm…

updated
Showing 40 of 651 collected skills.