precision-agriculture
v0.2.4Precision Agriculture specialist team — agents (agronomy-engagement-lead, crop-agronomist, farm-operations-analyst, ag-market-analyst), skills, templates, commands, an advisory hook, best-practice rules, a research-grounded knowledge bank with Mermaid decision trees, a engagement bank, and a stdlib breakeven/VRT-ROI/input-cost calculator. An agronomy-and-farm-operations team for a grower, farm manager, or ag retailer — it manages inputs to agronomic and economic return (not maximum yield), reads yield by management zone rather than field average, times operations to the agronomic and weather window, and reads the farm P&L per acre the way an operator who lives the margin does. Inherits ravenclaude-core protocols.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install precision-agriculture for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install precision-agriculture@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/precision-agriculture/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-fertility-from-data/SKILL.md├── skills/build-per-acre-economics/SKILL.md├── skills/manage-by-zone/SKILL.md├── skills/optimize-input-economics/SKILL.md└── skills/time-the-operations/SKILL.md
Included Skills5
Build the fertility program from current soil/tissue data and removal rates, not last year's program, so neither over- nor under-application costs margin. Reach for this on a fertility question.
Build cost and margin per acre by field so the money-losing acres are visible. Reach for this on any margin question.
Read yield and soil by management zone and apply variable-rate inputs where they pay, instead of a field average. Reach for this on a yield or input question.
Set input rates at the economic optimum where marginal return equals marginal cost, not at agronomic maximum, so the last unit pays. Reach for this on any input decision.
Time planting, application, and harvest to the agronomic and weather window, since timing drives yield and quality more than rate. Reach for this on an operations-timing question.
Plugin manifests1
{
"name": "precision-agriculture",
"version": "0.2.4",
"description": "Precision Agriculture specialist team — agents (agronomy-engagement-lead, crop-agronomist, farm-operations-analyst, ag-market-analyst), skills, templates, commands, an advisory hook, best-practice rules, a research-grounded knowledge bank with Mermaid decision trees, a engagement bank, and a stdlib breakeven/VRT-ROI/input-cost calculator. An agronomy-and-farm-operations team for a grower, farm manager, or ag retailer — it manages inputs to agronomic and economic return (not maximum yield), reads yield by management zone rather than field average, times operations to the agronomic and weather window, and reads the farm P&L per acre the way an operator who lives the margin does. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"precision-agriculture",
"agronomy",
"farm-management",
"yield",
"input-economics",
"management-zones",
"variable-rate",
"per-acre-margin",
"crop-protection"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[precision-agriculture on Agent Plugins Marketplace](https://pluginsmp.com/plugins/precision-agriculture)