Coding

Page 5 of 17

Browse skills in this category.

1210 skills · Showing 289-360
Sort by:

by davila7

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.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

15.7K
Jan 12, 2026, 05:31 AM

sglang

Coding

by davila7

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

15.7K
Jan 12, 2026, 05:31 AM

shap

Coding

by davila7

Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

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.

15.7K
Jan 12, 2026, 05:31 AM

simpy

Coding

by davila7

Process-based discrete-event simulation framework in Python. Use this skill when building simulations of systems with processes, queues, resources, and time-based events such as manufacturing systems, service operations, network traffic, logistics, or any system where entities interact with shared resources over time.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

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.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Use this skill for reinforcement learning tasks including training RL agents (PPO, SAC, DQN, TD3, DDPG, A2C, etc.), creating custom Gym environments, implementing callbacks for monitoring and control, using vectorized environments for parallel training, and integrating with deep RL workflows. This skill should be used when users request RL algorithm implementation, agent training, environment design, or RL experimentation.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

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.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Query STRING API for protein-protein interactions (59M proteins, 20B interactions). Network analysis, GO/KEGG enrichment, interaction discovery, 5000+ species, for systems biology.

15.7K
Jan 12, 2026, 05:31 AM

sympy

Coding

by davila7

Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

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

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

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.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (unified interface to 40+ services). Use this for direct HTTP/REST work or UniProt-specific control.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform

15.7K
Jan 12, 2026, 05:31 AM

whisper

Coding

by davila7

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.

15.7K
Jan 12, 2026, 05:31 AM

by davila7

Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.

15.7K
Jan 12, 2026, 05:31 AM

by code-yeongyu

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with sisyphus_task(category='quick', skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.

14.5K
Jan 12, 2026, 05:40 AM

by shareAI-lab

13.9K
Jan 7, 2026, 05:02 PM

by shareAI-lab

Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

13.9K
Jan 7, 2026, 05:02 PM

by shareAI-lab

Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.

13.9K
Jan 7, 2026, 05:02 PM

ai-sdk-5

Coding

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

nextjs-15

Coding

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

prowler

Coding

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

react-19

Coding

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

zod-4

Coding

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

zustand-5

Coding

by prowler-cloud

>

12.5K
Jan 10, 2026, 09:54 AM

by bitwarden

Modernizes Angular code such as components and directives to follow best practices using both automatic CLI migrations and Bitwarden-specific patterns. YOU must use this skill when someone requests modernizing Angular code. DO NOT invoke for general Angular discussions unrelated to modernization.

11.8K
Jan 12, 2026, 04:40 AM

by ruvnet

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Comprehensive GitHub code review with AI-powered swarm coordination

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

AI-assisted pair programming with multiple modes (driver/navigator/switch), real-time verification, quality monitoring, and comprehensive testing. Supports TDD, debugging, refactoring, and learning sessions. Features automatic role switching, continuous code review, security scanning, and performance optimization with truth-score verification.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Implement adaptive learning with ReasoningBank for pattern recognition, strategy optimization, and continuous improvement. Use when building self-learning agents, optimizing workflows, or implementing meta-cognitive systems.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows

11.4K
Jan 9, 2026, 04:40 PM

by ruvnet

Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.

11.4K
Jan 9, 2026, 04:40 PM

by woocommerce

Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.

10.1K
Jan 12, 2026, 05:24 AM

by woocommerce

Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.

10.1K
Jan 12, 2026, 05:24 AM

changelog

Coding

by JetBrains

Maintains IdeaVim changelog (CHANGES.md) and build.gradle.kts changeNotes. Use when updating changelog, documenting releases, or reviewing commits/PRs for changelog entries.

10.1K
Jan 11, 2026, 09:00 AM

by ryoppippi

Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.

9.8K
Jan 11, 2026, 01:50 PM

by longbridge

Generate a comprehensive story for a new component for as example.

9.7K
Jan 12, 2026, 03:34 AM

by diet103

Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.

8.3K
Oct 31, 2025, 01:41 AM

by diet103

Add Sentry v8 error tracking and performance monitoring to your project services. Use this skill when adding error handling, creating new controllers, instrumenting cron jobs, or tracking database performance. ALL ERRORS MUST BE CAPTURED TO SENTRY - no exceptions.

8.3K
Oct 31, 2025, 01:41 AM

by diet103

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.

8.3K
Oct 31, 2025, 01:41 AM

by bitwarden

Android-specific code review workflow additions for Bitwarden Android. Provides change type refinements, checklist loading, and reference material organization. Complements bitwarden-code-reviewer agent's base review standards.

8.3K
Jan 11, 2026, 12:31 AM

by langchain-ai

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

8.1K
Jan 12, 2026, 05:03 AM