npx claudepluginhub fundamental-physics/marketplaceCore tools for fundamental physics research: arXiv access, paper management, and literature workflows
Astrophysics analysis workflows, scientific computing, and astronomical data processing
General relativity and quantum cosmology: gravitational wave data, numerical relativity, and related tools
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
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 git@github.com: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