antigravity
Antigravity skills are grouped around the Antigravity agent workflow and the tasks that ecosystem tends to automate. This page is most useful for developers looking for prompts and helpers that fit code changes, reviews, repo exploration, and day-to-day engineering operations.
Skills compatible with antigravity
clinical-decision-support
by davila7/claude-code-templates
Generate professional clinical decision support (CDS) documents for pharmaceutical companies, clinical researchers, and medical decision-makers. This skill specializes in analytical, evidence-based documents that inform treatment strategies and drug development:
optimizing-attention-flash
by davila7/claude-code-templates
Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation.
transformer-lens-interpretability
by davila7/claude-code-templates
TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation.
example-skill
by anthropics/claude-plugins-official
This skill demonstrates the structure and format for Claude Code plugin skills.
mcp-management
by mrgoonie/claudekit-skills
Skill for managing and interacting with Model Context Protocol (MCP) servers.
web-frameworks
by mrgoonie/claudekit-skills
Comprehensive guide for building modern full-stack web applications using Next.js, Turborepo, and RemixIcon.
lambda-labs-gpu-cloud
by davila7/claude-code-templates
Comprehensive guide to running ML workloads on Lambda Labs GPU cloud with on-demand instances and 1-Click Clusters.
nemo-guardrails
by davila7/claude-code-templates
NeMo Guardrails adds programmable safety rails to LLM applications at runtime.
sparse-autoencoder-training
by davila7/claude-code-templates
SAELens is the primary library for training and analyzing Sparse Autoencoders (SAEs) - a technique for decomposing polysemantic neural network activations into sparse, interpretable features. Based on Anthropic's groundbreaking research on monosemanticity.
implementing-llms-litgpt
by davila7/claude-code-templates
LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows.
write-e2e-tests
by tldraw/tldraw
E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com).
clinicaltrials-database
by davila7/claude-code-templates
ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required)...
treatment-plans
by davila7/claude-code-templates
Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides comprehensive LaTeX templates and validation tools for creating concise, focused...
flutter-control-and-screenshot
by rodydavis/skills
This skill outlines the process of adding flutter_driver support to a Flutter application, launching it via the Dart MCP server, controlling it (tapping, finding widgets), and capturing screenshots (handling Web/Desktop specific constraints).
pyhealth
by davila7/claude-code-templates
PyHealth is a comprehensive Python library for healthcare AI that provides specialized tools, models, and datasets for clinical machine learning. Use this skill when developing healthcare prediction models, processing clinical data, working with medical coding systems, or deploying AI solutions in healthcare settings.
pymc-bayesian-modeling
by davila7/claude-code-templates
PyMC is a Python library for Bayesian modeling and probabilistic programming. Build, fit, validate, and compare Bayesian models using PyMC's modern API (version 5.x+), including hierarchical models, MCMC sampling (NUTS), variational inference, and model comparison (LOO, WAIC).
pyvene-interventions
by davila7/claude-code-templates
pyvene is Stanford NLP's library for performing causal interventions on PyTorch models. It provides a declarative, dict-based framework for activation patching, causal tracing, and interchange intervention training - making intervention experiments reproducible and shareable.
geopandas
by davila7/claude-code-templates
GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial data analysis.
grpo-rl-training
by davila7/claude-code-templates
Expert-level guidance for implementing Group Relative Policy Optimization (GRPO) using the Transformer Reinforcement Learning (TRL) library. This skill provides battle-tested patterns, critical insights, and production-ready workflows for fine-tuning language models with custom reward functions.
here-be-git
by intellectronica/agent-skills
Initialise a git repository with optional configuration for agent workflows.
mamba-architecture
by davila7/claude-code-templates
Mamba is a state-space model architecture achieving O(n) linear complexity for sequence modeling.
phoenix-observability
by davila7/claude-code-templates
Open-source AI observability and evaluation platform for LLM applications with tracing, evaluation, datasets, experiments, and real-time monitoring.
railway-database
by davila7/claude-code-templates
Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables.
scikit-survival
by davila7/claude-code-templates
scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known.