claude-code
Claude Code skills are designed for Anthropic's terminal-first coding agent workflow. Developers usually browse this page for repo-aware prompts, debugging helpers, refactoring guidance, setup automations, and other skills that fit command-line software work.
Skills compatible with claude-code
grepai-embeddings-openai
by yoanbernabeu/grepai-skills
This skill covers using OpenAI's embedding API with GrepAI for high-quality, cloud-based embeddings.
social-graphics
by sanky369/vibe-building-skills
Social Graphics creates platform-specific visual content optimized for engagement. This skill teaches you to generate graphics that perform well on each platform.
sveltekit-remote-functions
by spences10/svelte-skills-kit
File naming: *.remote.ts for remote function files
write-e2e-tests
by tldraw/tldraw
E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com).
api-authentication
by aj-geddes/useful-ai-prompts
Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices.
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)...
database-backup-restore
by aj-geddes/useful-ai-prompts
Implement comprehensive backup and disaster recovery strategies. Covers backup types, retention policies, restore testing, and recovery time objectives (RTO/RPO).
laravel-testing
by leeovery/claude-laravel
Testing patterns with Pest: Arrange-Act-Assert, proper mocking, null drivers, declarative factories.
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...
user-guide-creation
by aj-geddes/useful-ai-prompts
Create clear, user-friendly documentation that helps users understand and effectively use your product, with step-by-step instructions, screenshots, and practical examples.
webgpu-threejs-tsl
by dgreenheck/webgpu-claude-skill
TSL (Three.js Shading Language) is a node-based shader abstraction that lets you write GPU shaders in JavaScript instead of GLSL/WGSL strings.
android-development
by dpconde/claude-android-skill
Build Android applications following Google's official architecture guidance, as demonstrated in the NowInAndroid reference app.
api-gateway-configuration
by aj-geddes/useful-ai-prompts
Design and configure API gateways to handle routing, authentication, rate limiting, and request/response transformation for microservice architectures.
browser-debugging
by aj-geddes/useful-ai-prompts
Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues.
caching-strategy
by aj-geddes/useful-ai-prompts
Implement effective caching strategies to improve application performance, reduce latency, and decrease load on backend systems.
data-engineering-data-pipeline
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
growth-marketer
by borghei/claude-skills
Expert-level growth marketing for scalable user acquisition.
i18n-expert
by daymade/claude-code-skills
Deliver a complete i18n setup + audit pass: configure the i18n framework, replace user-facing strings with keys, ensure locale parity, and validate pluralization/formatting for en-US and zh-CN.
meta-ads-creative
by cdeistopened/opened-vault
Create Meta ad creative that converts using research-driven development , the 6 Elements framework , and format fitting - matching your message to proven ad formats.
performance-testing
by aj-geddes/useful-ai-prompts
Performance testing measures how systems behave under various load conditions, including response times, throughput, resource utilization, and scalability. It helps identify bottlenecks, validate performance requirements, and ensure systems can handle expected loads.
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.
design-system-creation
by aj-geddes/useful-ai-prompts
A design system is a structured set of components, guidelines, and principles that ensure consistency, accelerate development, and improve product quality.