CtrlK
BlogDocsLog inGet started
Tessl Logo

dr-claw

github.com/OpenLAIR/dr-claw

SkillAddedReview
aris-auto-paper-improvement-loop

skills/aris-auto-paper-improvement-loop/SKILL.md

Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.

71

aris-analyze-results

skills/aris-analyze-results/SKILL.md

Analyze ML experiment results, compute statistics, generate comparison tables and insights. Use when user says "analyze results", "compare", or needs to interpret experimental data.

67

langchain

skills/agents/langchain/SKILL.md

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.

62

crewai-multi-agent

skills/agents/crewai/SKILL.md

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.

69

drclaw

agent-harness/SKILL.md

Dr. Claw workspace skill for project lookup, session inspection, TaskMaster progress, OpenClaw structured schema, and event-driven reporting

60

sentencepiece

skills/tokenization/sentencepiece/SKILL.md

Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.

63

huggingface-tokenizers

skills/tokenization/huggingface-tokenizers/SKILL.md

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.

62

prompt-guard

skills/safety-alignment/prompt-guard/SKILL.md

Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, <1% FPR. Fast (<2ms GPU). Multilingual (8 languages). Deploy with HuggingFace or batch processing for RAG security.

56

nemo-guardrails

skills/safety-alignment/nemo-guardrails/SKILL.md

NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.

53

llamaguard

skills/safety-alignment/llamaguard/SKILL.md

Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.

56

constitutional-ai

skills/safety-alignment/constitutional-ai/SKILL.md

Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.

58

sentence-transformers

skills/rag/sentence-transformers/SKILL.md

Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation.

64

pinecone

skills/rag/pinecone/SKILL.md

Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.

64

chroma

skills/rag/chroma/SKILL.md

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

68

outlines

skills/prompt-engineering/outlines/SKILL.md

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library

57

guidance

skills/prompt-engineering/guidance/SKILL.md

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

59

verl-rl-training

skills/post-training/verl/SKILL.md

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

54

fine-tuning-with-trl

skills/post-training/trl-fine-tuning/SKILL.md

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

70

simpo-training

skills/post-training/simpo/SKILL.md

Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.

65

openrlhf-training

skills/post-training/openrlhf/SKILL.md

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

62

grpo-rl-training

skills/post-training/grpo-rl-training/SKILL.md

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training

52

paper-image-extractor

skills/paper-image-extractor/SKILL.md

Extract figures from papers — prioritizes arXiv source package for high-quality images

57

paper-finder

skills/paper-finder/SKILL.md

Search existing paper notes by title, author, keyword, or research domain

59

paper-analyzer

skills/paper-analyzer/SKILL.md

Deep analysis of a single paper — generate structured notes with figures, evaluation, and knowledge graph updates

53

hqq-quantization

skills/optimization/hqq/SKILL.md

Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers.

63