🤖

數據與 AI

機器學習、數據科學和人工智慧開發技能

22656 skills in this category

ccs-delegation

Auto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]" patterns, typo/test/refactor keywords. Excludes complex architecture, security-critical code, performance optimization, breaking changes.

kaitranntt/ccs
488
53
更新於 1w ago

ctf-crypto

Marketplace

Solve CTF cryptography challenges by identifying, analyzing, and exploiting weak crypto implementations in binaries to extract keys or decrypt data. Use for custom ciphers, weak crypto, key extraction, or algorithm identification.

cyberkaida/reverse-engineering-assistant
486
50
更新於 1w ago

deep-analysis

Marketplace

Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior.

cyberkaida/reverse-engineering-assistant
486
50
更新於 1w ago

skypilot-multi-cloud-orchestration

Marketplace

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

modal-serverless-gpu

Marketplace

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

transformer-lens-interpretability

Marketplace

Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

stable-diffusion-image-generation

Marketplace

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

audiocraft-audio-generation

Marketplace

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

moe-training

Marketplace

Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

tensorboard

Marketplace

Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

dspy

Marketplace

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

awq-quantization

Marketplace

Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper Award winner.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

guidance

Marketplace

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

autogpt-agents

Marketplace

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

lambda-labs-gpu-cloud

Marketplace

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

evaluating-code-models

Marketplace

Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

knowledge-distillation

Marketplace

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and MiniLLM training strategies.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

nnsight-remote-interpretability

Marketplace

Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

segment-anything-model

Marketplace

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago

speculative-decoding

Marketplace

Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.

zechenzhangAGI/AI-research-SKILLs
481
36
更新於 1w ago