Babysitter mathscinet-interface
Interface with MathSciNet for mathematical reviews
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/mathematics/skills/mathscinet-interface" ~/.claude/skills/a5c-ai-babysitter-mathscinet-interface && rm -rf "$T"
manifest:
library/specializations/domains/science/mathematics/skills/mathscinet-interface/SKILL.mdsource content
MathSciNet Interface
Purpose
Provides interface with MathSciNet for accessing mathematical reviews and bibliographic data.
Capabilities
- MSC classification lookup
- Author profile retrieval
- Citation searching
- Review text access
- Related work discovery
- Collaboration network analysis
Usage Guidelines
- MSC Codes: Use Mathematics Subject Classification codes
- Author Search: Search by author with disambiguation
- Citation Network: Analyze citing and cited papers
- Reviews: Access expert mathematical reviews
Tools/Libraries
- MathSciNet API