Get trait value ranges for a specific breed
Consult with NSIP sheep breeding expert using live data
Discover available NSIP breeds, statuses, and database info
Display MCP server health metrics and performance
Get animal pedigree tree (lineage/ancestry)
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
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.
Access NSIP (National Sheep Improvement Program) sheep breeding data through Claude Code with one-command installation.
uvxclaude plugin install zircote/nsip
Clone and add to Claude Code:
git clone https://github.com/zircote/nsip.git
claude --plugin-dir /path/to/nsip
After installing, verify the MCP tools and commands are working:
# Test API connectivity
/nsip:test-api
# Get database info (should show last update date)
/nsip:discover
# Verify MCP tools are available
"Use nsip_list_breeds to show available sheep breeds"
| Command | Purpose | Example |
|---|---|---|
/nsip:consult | Expert breeding consultation (uses shepherd agent) | /nsip:consult I need a terminal sire |
/nsip:discover | Show database info, breeds, statuses | /nsip:discover |
/nsip:lookup | Get animal details by LPN ID | /nsip:lookup 6####92020###249 |
/nsip:profile | Complete animal profile | /nsip:profile 6####92020###249 |
/nsip:health | Server performance metrics | /nsip:health |
/nsip:test-api | Validate API connectivity | /nsip:test-api |
/nsip:search | Search animals with filters | /nsip:search |
/nsip:traits | Get trait ranges for breed | /nsip:traits 486 |
/nsip:lineage | Get pedigree tree | /nsip:lineage 6####92020###249 |
/nsip:progeny | List offspring | /nsip:progeny 6####92020###249 |
/nsip:consult invokes the nsip:shepherd expert agent, which provides:
Ask Claude to use these tools directly:
nsip_get_last_update: Database update datensip_list_breeds: Available breed groupsnsip_get_statuses: Animal statuses by breednsip_get_trait_ranges: Trait ranges for breednsip_search_animals: Search with paginationnsip_get_animal: Detailed animal informationnsip_get_lineage: Pedigree treensip_get_progeny: Offspring listnsip_search_by_lpn: Complete animal profileThe plugin includes 14 intelligent hooks that automatically enhance your workflow:
Error Resilience (3 hooks)
Context Enhancement (2 hooks)
Data Export (2 hooks)
Workflow Intelligence (2 hooks)
Core Operations (5 hooks)
See hooks/README.md for detailed documentation.
Logs: ~/.claude-code/nsip-logs/
Cache: ~/.claude-code/nsip-cache/ (60-min TTL)
Exports: ~/.claude-code/nsip-exports/
nsip/
├── .claude-plugin/
│ └── plugin.json
├── agents/
│ └── shepherd.md
├── commands/
│ ├── consult.md
│ ├── discover.md
│ ├── health.md
│ ├── lineage.md
│ ├── lookup.md
│ ├── profile.md
│ ├── progeny.md
│ ├── search.md
│ ├── test-api.md
│ └── traits.md
├── hooks/
│ ├── hooks.json
│ ├── README.md
│ └── scripts/
│ ├── api_health_check.py
│ ├── auto_retry.py
│ ├── breed_context_injector.py
│ ├── breeding_report.py
│ ├── comparative_analyzer.py
│ ├── csv_exporter.py
│ ├── error_notifier.py
│ ├── fallback_cache.py
│ ├── lpn_validator.py
│ ├── pedigree_visualizer.py
│ ├── query_logger.py
│ ├── result_cache.py
│ ├── smart_search_detector.py
│ └── trait_dictionary.py
├── tests/
│ ├── unit/
│ ├── integration/
│ └── fixtures/
├── nsip.mcp.json
├── CHANGELOG.md
├── LICENSE
└── README.md
npx claudepluginhub zircote/nsip-pluginPersistent memory system for AI coding assistants. Captures decisions, learnings, and context from coding sessions and surfaces them when relevant.
Pure filesystem-based memory system for Claude Code with custom ontology support
Rust language server
Comprehensive agent library featuring 115+ specialized Opus 4.5 agents organized by domain
Detect AI-generated writing patterns and build authentic voice profiles through adaptive interviews and computational stylistics
Bioinformatics-native AI agent skill library — pharmacogenomics, ancestry, scRNA-seq, metagenomics, variant annotation, genome comparison, and more. 24 skills with deterministic Python execution, reproducibility bundles, and local-first privacy.
📊 Data-AI Analyst — Data-AI Analyst + Business Intelligence Specialist
Draft SOAP notes, write discharge summaries, and generate client communications
Sustainability skills — EPD parsing, research, comparison, and CSI specification with GWP thresholds.
Connect to preclinical research tools and databases (literature search, genomics analysis, target prioritization) to accelerate early-stage life sciences R&D
1000+ scientific tools (PubMed, UniProt, PubChem, TCGA, FAERS, ClinicalTrials.gov, etc.) + 115 research skills + MCP server + research slash commands.