Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

skillXiv

skillXiv contiene 1,228 skills recopiladas de ADu2021, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
1,228
Stars
6
actualizado
2026-03-26
Forks
0
Cobertura ocupacional
15 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

meaningful-kebab-case-name
Desarrolladores de software

Convert arXiv papers into ready-to-use agent skills using category-aware extraction. First classifies the paper into one or more of 11 research categories, then applies a specialized extraction pipeline for each category — because different types of papers produce different types of usable knowledge. A single paper can yield multiple skills if it spans categories. Use this skill whenever the user wants to turn a paper into a skill, extract practical techniques from research, build a skill library from papers, convert arXiv papers into reusable agent instructions, or batch-process multiple papers into skills. Also trigger when someone asks about extracting actionable knowledge from papers, making research practical for LLM agents, or systematically converting academic contributions into structured agent capabilities.

2026-03-26
action-quantization-behavior-cloning
Científicos de datos

Establish regret bounds for behavior cloning with discretized actions combining statistical error and quantization error terms. Prove smoothness requirements for safe quantizer design, show that learning-based quantizers fail these requirements, and propose model-based augmentation to reduce error dependence from H² to H.

2026-03-26
adaptive-lora-personalized-ranks
Científicos de datos

Dynamically allocate LoRA ranks per-layer during fine-tuning instead of using fixed uniform ranks. Learn optimal rank for each layer and subject via variational framework with discretized exponential distribution, reducing memory footprint while maintaining fidelity and text-alignment.

2026-03-26
additivellm2-domain-adaptation
Científicos de datos

Adapt general LLMs to specialized manufacturing domains via domain-adaptive pretraining on open-access journals and visual instruction tuning. Extract 50M tokens and 24K images from peer-reviewed papers, achieve >90% accuracy on domain knowledge tasks, and enable real-time defect identification from manufacturing images.

2026-03-26
agentic-ai-intelligence-explosion
Científicos en investigación informática y de información

Future intelligence explosions will be plural, social, and entangled with humanity through distributed collaborative systems rather than singular superintelligence. Intelligence is inherently social, demanding infrastructure matching agent development; integrate governance, institutional frameworks, and constitutional checks across hierarchies of autonomous agents and human-AI centaurs in shifting configurations.

2026-03-26
animalclap-taxonomy-aware-pretraining
Científicos de datos

Build taxonomy-aware audio-text pretraining systems for species recognition from animal vocalizations. Train contrastive models that augment text prompts with hierarchical taxonomic structure (scientific/common names, phylogenetic sequences), evaluate on unseen species via rare-species test sets, and predict ecological traits directly from audio.

2026-03-26
bubblerag-evidence-driven-graphs
Científicos de datos

Address hallucinations in LLM QA over black-box knowledge graphs using evidence-driven retrieval. Formalize Optimal Informative Subgraph Retrieval and employ bubble expansion to discover candidate evidence graphs, achieving state-of-the-art multi-hop QA performance.

2026-03-26
caid-asynchronous-software-agents
Desarrolladores de software

Coordinate multiple LLM agents via CAID framework: centralized task delegation, asynchronous execution in isolated git worktrees, structured integration through git merges. Branch-and-merge with worktree isolation yields +26.7% absolute improvement on PaperBench; ranked strategies show structured JSON communication and dependency-aware delegation outperform soft isolation.

2026-03-26
camouflage-attacks-vehicle-detection
Científicos de datos

Craft stealthy vehicle appearances that fool detectors by formulating attacks as conditional image editing. Apply image-level stylization (match surroundings) and scene-level strategies (match semantic concepts), achieve 38% AP50 reduction with 85%+ human perceptual success, and transfer to black-box detectors.

2026-03-26
demystifying-rl-tool-agents
Científicos de datos

Comprehensive recipe for RL-training tool-using agents spanning reward design, data synthesis, model scaling, and algorithm selection. Seven ranked findings: scale-dependent rewards (curriculum for 1.5B–3B; dense for 7B), semi-sparse 'Macro' rewards balance specialization/transfer, 1K-sample sweet spot with 4:3:3 difficulty mix. Achieves SOTA on TravelPlanner with smaller models than leading proprietary systems.

2026-03-26
f4splat-feed-forward-densification
Científicos en investigación informática y de información

Enable spatially adaptive Gaussian allocation in 3D Gaussian Splatting without iterative optimization. Reduces primitive count by 70-90% while maintaining reconstruction quality through learned densification score prediction.

2026-03-26
fibonacci-quasicryth-compression
Programadores informáticos

Introduce Quasicryth, a text compressor using Fibonacci quasicrystal tilings for phrase-level compression. Prove that aperiodic structures never structurally collapse at depth, enabling compression at arbitrary hierarchy levels. Bridge quasicrystal mathematics with practical compression, achieving 22.59% ratio on enwik9 with unbounded scaling advantages.

2026-03-26
fluidworld-reaction-diffusion-models
Científicos de datos

Replace self-attention world models with reaction-diffusion PDEs as the predictive substrate. Demonstrate that aperiodic PDE dynamics achieve superior multi-step rollout stability and inherent error correction through Laplacian diffusion smoothing, while maintaining O(N) complexity and enabling autonomous corruption recovery.

2026-03-26
generalized-discrete-diffusion-snapshots
Científicos de datos

Unify discrete diffusion for language by replacing token-wise uniform masking with generalized noising via rate matrices and snapshot latents, enabling semantic-aware forward processes. Demonstrates 1.16 BPC on Text8 and 7.65 perplexity on OpenWebText, beating autoregressive baselines; enables generalized noising processes over arbitrary vocabularies with efficient training aligned to standard architectures.

2026-03-26
geometric-foundation-multiview
Científicos de datos

Replace traditional VAE latent spaces with frozen geometric foundation model encoders (e.g., Depth Anything 3) as diffusion latent space. Leverage strong cross-view geometric correspondences for multi-view consistency. Use cascaded generation up to optimal boundary layer, then deterministically derive deeper features from frozen encoder, resulting in 4.4× faster convergence with superior geometric consistency compared to VAE-based approaches.

2026-03-26
group3d-semantic-grouping-detection
Científicos de datos

Enforce semantic compatibility constraints directly into instance construction for 3D object detection. Uses MLLM-driven semantic grouping to partition object vocabulary into plausible cross-view category equivalence clusters, preventing geometry-driven over-merging.

2026-03-26
insight-v-plus-plus-visual-reasoning
Científicos de datos

Extend visual reasoning to spatial-temporal sequences via two-agent reasoning+summary pipeline with ST-GRPO (temporal alignment) and J-GRPO (evaluative robustness) algorithms. Achieves +8.1% on image and +6.9% on video benchmarks through autonomous data generation and self-evolving rewards; enables continuous improvement loops for visual reasoning without human annotation.

2026-03-26
longcat-flash-prover
Científicos de datos

Integrate agentic tool interaction (Lean4 compiler, syntax checkers) with curriculum-based RL for formal reasoning. Replace standard importance sampling with Hierarchical Importance Sampling Policy Optimization (HisPO): sequence-level masking removes train-inference discrepancies, token-level masking filters inconsistent tokens, staleness control manages policy drift. Achieves 97.1% auto-formalization (vs 83% baseline), 95.5% MiniF2F-Test (72 attempts vs 1,024+), 70.8% ProverBench.

2026-03-26
look-where-it-matters
Desarrolladores de software

Add tool-calling interface for on-demand high-resolution crop retrieval, enabling VLMs to first observe low-resolution global view then selectively request detailed crops. Achieves 80.3% of full-res performance (vs 80.46%) with only 36% of visual tokens, reducing wall-clock latency 4.4× (from 2.71s to 0.61s) through KV-cache reuse without architectural changes.

2026-03-26
manifold-aware-rl-video
Científicos de datos

Constrain video GRPO policy updates to stay within pre-trained model's data manifold using dual-control exploration. Implement precise manifold-aware SDE with logarithmic noise variance correction (captures geometric signal decay standard methods miss). Apply gradient norm equalizer to balance learning across diffusion timesteps (mitigate vanishing/exploding gradients). Use dual trust region combining position control (anchored exploration) and velocity control (KL constraints) for stability-plasticity balance.

2026-03-26
memdlm-parametric-memory
Científicos de datos

Enhance diffusion language model performance on long-context tasks by embedding simulated denoising into training via bi-level optimization. Fast weights capture local trajectory experience; base model optimized with accumulated parametric memory. Achieves +17.0% on RULER Variable Tracking (8K) and +9.6% on BABILong with gains primarily from training-stage improvements.

2026-03-26
msft-mixture-overfitting
Científicos de datos

Identify three ranked findings on multi-task SFT: (1) heterogeneous overfitting—sub-datasets peak at different training points (contradicts uniform duration practice); (2) parameter divergence—excluding 1/10 of data shifts optimal points 0.91 epochs for remaining tasks; (3) SFT compute negligible (0.01% of training). Implement mSFT: iterative roll-out/roll-back search per-dataset. Robust across 0.5B-8B models, 9K-27K samples, 5-15 tasks, achieving +3.4% improvement with reduced FLOPs.

2026-03-26
omni-world-bench
Científicos de datos

Evaluate world models on faithful interactive response capability through three hierarchical interaction levels (single object, localized, multi-object effects) and four complementary metrics measuring video quality, controllability, and physical plausibility. Identifies the gap between visual fidelity and true interactive state transition modeling.

2026-03-26
open-researcher
Desarrolladores de software

Replace live web API-dependent research with offline corpus-based trajectory synthesis. Decouples answer-guided document retrieval (10K gold + 15M FineWeb) from synthesis via local search engine, eliminating $5,760 Serper costs while enabling reproducible, analyzable reasoning chains through three primitives: Search (ranked retrieval), Open (full document fetch), Find (intra-document verification).

2026-03-26
perceptio-spatial-token-vlm
Científicos en investigación informática y de información

Enhance VLM spatial grounding by enforcing explicit intermediate spatial reasoning before text generation. Generate segmentation and depth tokens as perception pathways, anchoring responses in 2D and 3D geometric reasoning for improved referring expressions and spatial tasks.

2026-03-26
pivotrl-efficient-agentic-training
Científicos de datos

Achieve high-accuracy agentic post-training with 4x fewer rollout turns and 5.5x less wall-clock time than end-to-end RL. Identify informative intermediate turns via pivot filtering and use verifier-based functional rewards for precise credit assignment.

2026-03-26
progressive-citation-grounded-dialogue
Científicos de datos

Eliminate hallucination via four-stage progressive training: multilingual adaptation → English dialogue SFT → bilingual SFT → GRPO alignment. Achieve 0.0% hallucination rate for encoder-decoder models using structured citation markers and knowledge-source attribution, with automatic transfer of citation format across languages.

2026-03-26
revere-reflective-research-agent
Científicos en investigación informática y de información

Enable LLM agents to autonomously improve on research-code tasks through reflective learning from execution trajectories. Distill recurring failure patterns into actionable heuristics applied via targeted prompt edits, improving performance 3.51%-4.89% while maintaining 10x better cost-efficiency.

2026-03-26
rlvr-update-direction-analysis
Científicos de datos

Analyze reinforcement learning with verifiable rewards using signed log-probability differences to identify reasoning-critical tokens. Reveals that RLVR updates concentrate on low-probability tokens, enabling test-time amplification and training-time reweighting techniques.

2026-03-26
roboalign-language-action-reasoning
Desarrolladores de software

Bridge the modality gap between language reasoning and low-level robot actions through two-stage alignment training. Use RL with action-accuracy rewards to ground linguistic reasoning in precise motor control, achieving 17.5%-106.6% improvements over SFT baselines.

2026-03-26
safe-flow-q-learning
Desarrolladores de software

Train offline safe RL agents using Hamilton-Jacobi reachability principles to learn feasibility-gated policies. Combine reward and safety critics with flow-matching teacher policies, distill to one-step actors, and calibrate safety thresholds via conformal prediction—achieving near-zero constraint violations with 2.5× inference speedup.

2026-03-26
scalable-prompt-routing-moe
Científicos de datos

Route queries across frontier models using two-stage system: graph-based task discovery identifies ~332 latent task types via semantic similarity + preference patterns; MoE with task-specific adapters estimates quality for candidate models. Achieves <50% inference cost of strongest single model while exceeding its performance; applies when managing pools of frontier models with narrow capability gaps.

2026-03-26
scaling-dora-factored-norms
Científicos de datos

Optimize adapter parameter efficiency at scale by decomposing row-wise norm computation into base/cross/BA components (15× memory reduction) and fusing kernel operations. Achieves 1.5–2.0× inference speedup with 77 GB peak VRAM reduction across 8–32B vision-language models; applies when training adapter-based models with strict memory budgets across hundreds of modules.

2026-03-26
sem-sparse-debiasing-vlm
Científicos de datos

Achieve post-hoc debiasing of frozen vision-language models by operating in sparse autoencoder latent space. Identify and modulate bias-relevant neurons with neuron-level precision while preserving task-relevant features, requiring no task-specific fine-tuning.

2026-03-26
semantic-audio-visual-navigation
Científicos de datos

Enable agents to navigate toward sound-emitting objects in continuous 3D spaces with dynamic audio (intermittent sounds, silent periods). Integrate memory-augmented goal descriptors with binaural audio processing and self-motion cues to maintain goal representations even after auditory signals cease.

2026-03-26
snap-speaker-nulling-deepfake-detection
Científicos de datos

Detect speech deepfakes by decomposing features into speaker, artifact, and context subspaces—nulling speaker information via PCA projection to isolate artifact patterns. Train minimal logistic regression classifier on orthogonally-projected representations, achieving 56% error reduction while maintaining cross-speaker and cross-TTS generalization.

2026-03-26
spatial-boost
Científicos de datos

Inject spatial understanding into VLMs via language-guided multi-turn Chain-of-Thought reasoning over hierarchical spatial knowledge (pixel→object→scene). Implement dual-channel attention mechanism preserving pre-trained vision features while progressively incorporating dense 3D spatial information. Frozen original parameters prevent catastrophic forgetting; only new channel and mixture weights update. Maintains visual fidelity while enabling precise spatial reasoning (depth, relative positions, distances).

2026-03-26
speed-by-simplicity
Científicos de datos

Replace multi-stream modality-specific pathways with a unified Transformer backbone processing text, video, and audio tokens in shared sequence via self-attention. Achieves superior visual quality (4.80 vs 4.76), 75% better speech clarity (14.6% WER vs 19.23%), and 80% human preference wins—particularly strong for human-centric scenarios with expressive facial performance and audio-video sync.

2026-03-26
toolrosetta-tool-standardization
Desarrolladores de software

Automate conversion of 630M+ heterogeneous GitHub repositories into standardized Model Context Protocol (MCP) services via hierarchical multi-agent system. Achieves 68.4% success rate after three repair cycles, 210s per repository versus 1589s manual; increases agent performance by 10.6–13.4% when integrated into existing systems. Use when scaling tool availability beyond manually curated sets.

2026-03-26
universal-normal-embedding-gaussian-space
Científicos de datos

Discover that generative models and vision encoders share an underlying approximately Gaussian latent space (UNE). Enable controllable image editing by operating on linear directions in diffusion noise space, revealing that semantic information is present without explicit supervision.

2026-03-26
Mostrando las 40 principales de 1,228 skills recopiladas en este repositorio.