Query GWOSC catalogs for gravitational wave events filtered by mass, distance, or SNR; fetch event parameters and download strain data from LIGO and Virgo detectors using a Python CLI tool.
Claude Code plugins for fundamental physics analysis, with an initial focus on astrophysics and cosmology.
This repository provides skills, tools, and commands for scientific workflows in fundamental physics research. Plugins integrate with Claude Code to assist with:
Astrophysics analysis workflows, scientific computing, and astronomical data processing.
Skills:
astrophysics - Observational astronomy, cosmological analysis, FITS/HDF5 data handling, spectroscopy, photometryCore tools for fundamental physics research: literature access, data repositories, and paper management.
Skills:
arxiv - Search arXiv and download paper source (LaTeX/BibTeX)inspire - INSPIRE-HEP search, citations, BibTeX for high-energy physicsads - NASA ADS search, citations, BibTeX for astronomy/astrophysics (requires API token)zenodo - Search and download datasets, software, and research artifacts with DOIshepdata - Download experimental data tables from HEP publications (cross-sections, limits, etc.)science-skill-creator - Guide for creating effective skills for fundamental physics researchDependencies: requests, pyyaml (pip install requests pyyaml)
General relativity and quantum cosmology: gravitational wave data and related tools.
Skills:
gwosc - Search gravitational wave events, get parameters, download strain data from LIGO/Virgo/KAGRADependencies: requests (pip install requests)
Within Claude Code install directly with:
/plugin marketplace add [email protected]:fundamental-physics/marketplace.git
Want to create a custom skill for your research workflow? Use the science-skill-creator:
Example usage:
The skill creator follows a physics workflow model (Research → Science → Inference → Visualization) and helps you build skills that integrate seamlessly with your research pipeline.
plugins/
└── <plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── <skill-name>/
│ ├── SKILL.md # Skill documentation
│ └── scripts/ # Optional: bundled scripts
├── commands/ # Optional: slash commands
└── agents/ # Optional: subagents
If your skill fits within an existing plugin's domain, add it there:
plugins/<plugin>/skills/<skill-name>/SKILL.md file with YAML frontmatter and documentationscripts/Plugins are organized by arXiv category (e.g., astro-ph.CO, hep-th, gr-qc). To add a new plugin:
plugins/ named after the arXiv category.claude-plugin/marketplace.json by adding an entry to the plugins array:
{
"name": "your-category",
"source": "./plugins/your-category"
}
All new skills must be reviewed against the official Claude Code skills documentation:
https://code.claude.com/docs/en/skills
Reviewers should verify:
name, description, allowed-tools)MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fundamental-physics/marketplace --plugin gr-qcAstrophysics analysis workflows, scientific computing, and astronomical data processing
Core tools for fundamental physics research: arXiv access, paper management, and literature workflows
Core tools for fundamental physics research: arXiv access, paper management, and literature workflows
ArXiv MCP server implementation using Model Context Protocol
Three AI models, one synthesis — multi-model research workflow for scientific domains
Annotated research paper collection management — retrieve, read, extract, cross-reference scientific papers
ARC paper, research-domain, and report typesetting tools.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.