All Skills

25,835 skills
k-dense-ai
Scientific Slides
Build visually engaging scientific slide decks for conferences, seminars, defenses, and research talks with structured planning, design templates, and automated image generation.
30.2k · bundle
k-dense-ai
Stable Baselines3
Train reinforcement learning agents using PPO, SAC, DQN, TD3, DDPG, and A2C algorithms with a scikit-learn-like API. Supports custom Gymnasium environments, vectorized environments, callbacks, and model persistence.
30.2k · bundle
k-dense-ai
Statistical Power
Calculate sample sizes, minimum detectable effects, and power curves for study planning using closed-form formulas or Monte Carlo simulation.
30.2k · bundle
k-dense-ai
Molecular Dynamics
Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein/small molecule systems, define force fields, run energy minimization and production MD, analyze trajectories (RMSD, RMSF, contact maps, free energy surfaces).
30.2k · bundle
k-dense-ai
Pathway Enrichment
Run pathway and gene-set enrichment analysis on gene lists or ranked gene data, then interpret the results. Covers over-representation analysis (ORA), Gene Set Enrichment Analysis (GSEA), and single-sample scoring using gseapy, g:Profiler, and Enrichr libraries.
30.2k · bundle
k-dense-ai
Scholar Evaluation
Systematically evaluate scholarly work using the ScholarEval framework, providing structured assessment across research quality dimensions including problem formulation, methodology, analysis, and writing with quantitative scoring and actionable feedback.
30.2k · bundle
k-dense-ai
Scientific Writing
Write scientific manuscripts in full paragraphs using IMRAD structure, with citations (APA/AMA/Vancouver), figures/tables, and reporting guidelines (CONSORT/STROBE/PRISMA) for research papers and journal submissions.
30.2k · bundle
k-dense-ai
Citation Management
Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries.
30.2k · bundle
k-dense-ai
Experimental Design
Design experiments and studies before data collection — choosing a design, randomizing, blocking, and laying out treatment combinations so results are interpretable.
30.2k · bundle
k-dense-ai
Timesfm Forecasting
Forecast any univariate time series (sales, sensors, energy, vitals, weather) zero-shot using Google's TimesFM foundation model, with point forecasts and prediction intervals from CSV, DataFrame, or array inputs.
30.2k · bundle
k-dense-ai
Dnanexus Integration
Build and deploy apps/applets on the DNAnexus cloud genomics platform, manage data objects, run workflows, and use the dxpy Python SDK for genomics pipeline development and execution.
30.2k · bundle
k-dense-ai
Imaging Data Commons
Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Access large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.
30.2k · bundle
k-dense-ai
Latchbio Integration
Build and deploy bioinformatics workflows as serverless pipelines on the Latch platform using Python decorators, cloud data management, and GPU support.
30.2k · bundle
k-dense-ai
Neuropixels Analysis
Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface, covering loading, preprocessing, drift correction, spike sorting, quality metrics, and unit curation.
30.2k · bundle
k-dense-ai
Statistical Analysis
Guides statistical hypothesis testing with assumption checks, effect sizes, power analysis, Bayesian alternatives, and APA-formatted reporting for research data.
30.2k · bundle
k-dense-ai
Benchling Integration
Integrate with Benchling's Python SDK and REST API to manage registry entities, inventory, ELN entries, workflows, and Data Warehouse queries for life sciences R&D automation.
30.2k · bundle
k-dense-ai
Consciousness Council
Simulates a multi-perspective deliberation council to explore complex questions, decisions, or creative challenges from diverse thinking archetypes.
30.2k · bundle
k-dense-ai
Hypothesis Generation
Formulate testable hypotheses from observations, design experiments, and generate predictions using a structured scientific method framework.
30.2k · bundle
k-dense-ai
Opentrons Integration
Write Opentrons Protocol API v2 protocols for Flex and OT-2 robots to automate liquid handling, control hardware modules, and manage labware configurations.
30.2k · bundle
k-dense-ai
Scientific Schematics
Create publication-quality scientific diagrams using AI generation with smart iterative refinement and quality review.
30.2k · bundle
k-dense-ai
Labarchive Integration
Access and manage LabArchives electronic lab notebooks programmatically via REST API. Create entries, upload attachments, backup notebooks, generate reports, and integrate with Protocols.io, Jupyter, REDCap, and other scientific tools.
30.2k · bundle
k-dense-ai
Get Available Resources
Detects available CPU, GPU, memory, and disk resources and generates strategic recommendations for scientific computing tasks.
30.2k · bundle
k-dense-ai
Iso 13485 Certification
Prepare ISO 13485:2016 certification documentation for medical device Quality Management Systems, including gap analysis, template-based document creation, and compliance checklists.
30.2k · bundle
k-dense-ai
Market Research Reports
Generate comprehensive, professional-grade market research reports (50+ pages) with LaTeX formatting, strategic frameworks, and data-driven visualizations.
30.2k · bundle
k-dense-ai
Protocolsio Integration
Integrates with the protocols.io API v3 to search, create, update, and publish scientific protocols, manage steps and materials, handle discussions, organize workspaces, and upload files.
30.2k · bundle
k-dense-ai
Markdown Mermaid Writing
Creates scientific documentation using markdown with embedded Mermaid diagrams as the default format, enforcing a text-based diagram standard with style guides, 24 diagram type references, and document templates.
30.2k · bundle
k-dense-ai
Scientific Brainstorming
Generate novel research ideas through structured, conversational brainstorming that explores interdisciplinary connections, challenges assumptions, and identifies research gaps.
30.2k · bundle
k-dense-ai
Scientific Visualization
Create publication-ready scientific figures with multi-panel layouts, significance annotations, error bars, colorblind-safe palettes, and journal-specific formatting using matplotlib, seaborn, and plotly.
30.2k · bundle
k-dense-ai
Clinical Decision Support
Generate professional clinical decision support documents for pharmaceutical and clinical research, including biomarker-stratified cohort analyses and evidence-based treatment recommendation reports with GRADE grading, statistical analysis, and publication-ready LaTeX/PDF output.
30.2k · bundle
k-dense-ai
Exploratory Data Analysis
Automatically detect and analyze scientific data files across 200+ formats, generating detailed markdown reports with quality metrics and analysis recommendations.
30.2k · bundle
k-dense-ai
Scientific Critical Thinking
Evaluate scientific claims and evidence quality by assessing experimental design, identifying biases and confounders, and applying evidence grading frameworks like GRADE and Cochrane Risk of Bias.
30.2k · bundle
mcollina
Init
Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase.
1.9k · bundle
mcollina
Node
Provides domain-specific best practices for Node.js development with TypeScript, covering type stripping, async patterns, error handling, streams, modules, testing, performance, caching, logging, and more.
1.9k · bundle
mcollina
OAUTH
Implements OAuth 2.0/2.1 authorization flows in Fastify applications, including authorization code with PKCE, client credentials, device flow, refresh token rotation, JWT validation, and token introspection/revocation endpoints.
1.9k · bundle
mcollina
Fastify Best Practices
Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript, covering routes, plugins, validation, error handling, authentication, testing, performance, logging, deployment, and more.
1.9k · bundle
mcollina
Octocat
Handles git and GitHub operations using the gh CLI, triggered by any github.com URL. Covers creating and reviewing PRs, watching CI checks, interactive rebasing, branch cleanup, submodule management, and repository archaeology.
1.9k · bundle