Babysitter madgraph-amplitude-calculator
MadGraph matrix element calculation skill for BSM physics, cross-section computation, and event generation
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/physics/skills/madgraph-amplitude-calculator" ~/.claude/skills/a5c-ai-babysitter-madgraph-amplitude-calculator && rm -rf "$T"
manifest:
library/specializations/domains/science/physics/skills/madgraph-amplitude-calculator/SKILL.mdsource content
MadGraph Amplitude Calculator
Purpose
Provides expert guidance on MadGraph matrix element calculations for BSM physics, including UFO model import, NLO calculations, and shower matching.
Capabilities
- UFO model import and validation
- Process generation and optimization
- NLO calculation setup
- Parton-level event generation
- Shower matching with Pythia/Herwig
- Cross-section extraction with uncertainties
Usage Guidelines
- Model Import: Import UFO models for BSM physics
- Process Generation: Generate matrix elements for desired processes
- NLO Corrections: Configure NLO calculations when needed
- Matching: Set up shower matching for hadronization
- Uncertainties: Evaluate scale and PDF uncertainties
Tools/Libraries
- MadGraph5_aMC@NLO
- UFO models
- FeynRules