Evaluation-driven prompt iteration using the Define-Test-Diagnose-Fix loop and Minimum Viable Evaluation Suite (MVES). Prevents regressions when changing LLM prompts by building structured test suites before iterating. Use when: 'evaluate my prompts', 'my…
Skills in this repository
ndpvt-web/arxiv-claude-skills - Page 17
SkillsMP has collected 651 skills from ndpvt-web/arxiv-claude-skills. Open a skill to review its source and details.
ndpvt-web/arxiv-claude-skillsShowing 11 of 651 collected skills.
Deploy and optimize small language models (SLMs) as autonomous agents using the effGen framework. Implements prompt compression (70-80% context reduction), five-factor complexity routing, intelligent task decomposition, and unified memory for local SLM-based…
Proactive Interactive Reasoning (PIR) — instead of guessing when requirements are ambiguous or premises are missing, Claude pauses reasoning to ask the user targeted clarifying questions, then resumes with the new information. Produces more accurate code,…
Audit LLM-based recommendation systems for predictive uncertainty and demographic fairness bias. Implements the SNSR/SNSV fairness metrics, entropy-based uncertainty quantification, and personality-aware fairness scoring from Sah et al. (2026). Triggers:…
Build production-grade full-stack web applications using a three-agent pipeline (Planning, Backend, Frontend) with development-oriented testing and structured debugging. Triggers: 'build a full-stack app', 'create a web app with backend and database',…
Build production-grade natural language to SQL/API pipelines using RAG variant selection (Standard RAG, Self-RAG, CoRAG). Implements iterative query decomposition, hybrid documentation retrieval, and dynamic task classification for enterprise NL interfaces.…
Build and run graph-based multi-agent adversarial simulations using the GAMMS framework. Covers agent creation, graph environments (including OpenStreetMap road networks), sensor configuration, adversarial rules, potential-field strategies, recording/replay,…
Implements a reflective dual-agent (Annotator + Reviewer) workflow for automated linguistic annotation tasks such as metaphor identification, sentiment labeling, named entity recognition, and other sequence-labeling problems. The Annotator marks spans in text…
Build competitive game-arena evaluation frameworks for LLM-generated code using ProxyWar's multi-layer pipeline: agent generation, hierarchical testing, iterative repair, and TrueSkill tournaments. Triggers: 'evaluate code generation in game arenas', 'build a…
Multi-agent table question answering using MATA's three-path reasoning strategy (Chain-of-Thought, Program-of-Thought, Text-to-SQL) with confidence-based answer selection and scheduler-driven efficiency. Use when: 'answer questions about this table', 'analyze…
Generates secure, vulnerability-free code by applying the SecCoderX reasoning framework — systematically analyzing code for CWE-classified vulnerabilities while preserving full functionality. Combines vulnerability-aware task decomposition with a…