Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
codex-subagent
Helps you to run a subagent using codex exec
timurkhakhalev/codex-cli-setup 4
-
linear-skills
Lightweight Linear skill for fetching issue details. Returns only essential data (title, description, state, assignee) to optimize context usage compared to full Linear MCP.
conorluddy/linear-skills 1
-
gtnh-skill
This skill provides accurate data about GT New Horizons based on official data dumps. Use when answering questions about GTNH (GregTech New Horizons).
clay07g/GTNH-Claude-Skill 4
-
react-native-state
Master state management - Redux Toolkit, Zustand, TanStack Query, and data persistence
pluginagentmarketplace/custom-plugin-react-native 5
-
react-native-testing
Master testing - Jest, Testing Library, Detox E2E, and CI/CD integration
pluginagentmarketplace/custom-plugin-react-native 5
-
react-native-deployment
Master deployment - EAS Build, Fastlane, App Store, Play Store, and OTA updates
pluginagentmarketplace/custom-plugin-react-native 5
-
react-native-navigation
Master React Navigation - stacks, tabs, drawers, deep linking, and TypeScript integration
pluginagentmarketplace/custom-plugin-react-native 5
-
react-native-native-modules
Master native modules - Turbo Modules, JSI, Fabric, and platform bridging
pluginagentmarketplace/custom-plugin-react-native 5
-
react-native-animations
Master animations - Reanimated 3, Gesture Handler, layout animations, and performance optimization
pluginagentmarketplace/custom-plugin-react-native 5
-
react-native-basics
Master React Native fundamentals - components, styling, layout, and Expo
pluginagentmarketplace/custom-plugin-react-native 5
-
mcp-builder
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.
shareAI-lab/learn-claude-code 51,956
-
pdf
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
shareAI-lab/learn-claude-code 51,956
-
code-review
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
shareAI-lab/learn-claude-code 51,956
-
agent-builder
Design and build AI agents for any domain. Use when users:
(1) ask to "create an agent", "build an assistant", or "design an AI system"
(2) want to understand agent architecture, agentic patterns, or autonomous AI
(3) need help with capabilities, subagents, planning, or skill mechanisms
(4) ask about Claude Code, Cursor, or similar agent internals
(5) want to build agents for business, research, creative, or operational tasks
Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration
shareAI-lab/learn-claude-code 51,956
-
rdkit
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.
K-Dense-AI/claude-scientific-skills 16,890
-
pdf
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
K-Dense-AI/claude-scientific-skills 16,890
-
primekg
Query the Precision Medicine Knowledge Graph (PrimeKG) for multiscale biological data including genes, drugs, diseases, phenotypes, and more.
K-Dense-AI/claude-scientific-skills 16,890
-
clinical-decision-support
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
K-Dense-AI/claude-scientific-skills 16,890
-
pydeseq2
Differential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis.
K-Dense-AI/claude-scientific-skills 16,890
-
labarchive-integration
Electronic lab notebook API integration. Access notebooks, manage entries/attachments, backup notebooks, integrate with Protocols.io/Jupyter/REDCap, for programmatic ELN workflows.
K-Dense-AI/claude-scientific-skills 16,890
-
deepchem
Molecular ML with diverse featurizers and pre-built datasets. Use for property prediction (ADMET, toxicity) with traditional ML or GNNs when you want extensive featurization options and MoleculeNet benchmarks. Best for quick experiments with pre-trained models, diverse molecular representations. For graph-first PyTorch workflows use torchdrug; for benchmark datasets use pytdc.
K-Dense-AI/claude-scientific-skills 16,890
-
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
K-Dense-AI/claude-scientific-skills 16,890
-
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
K-Dense-AI/claude-scientific-skills 16,890
-
cirq
Google quantum computing framework. Use when targeting Google Quantum AI hardware, designing noise-aware circuits, or running quantum characterization experiments. Best for Google hardware, noise modeling, and low-level circuit design. For IBM hardware use qiskit; for quantum ML with autodiff use pennylane; for physics simulations use qutip.
K-Dense-AI/claude-scientific-skills 16,890