From 1d48e52e6898818183787bb7a1f94a2c68726d2d Mon Sep 17 00:00:00 2001 From: ktwu01 Date: Sun, 14 Jun 2026 18:05:08 -0500 Subject: [PATCH] docs: add pointer to unofficial community AI-agent skill Adds a single line under a new 'Community resources' section linking an unofficial, community-maintained AI-agent skill for onboarding new Noah-MP users. No code, build, or default changes. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f6758a5a..03dc2d52 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ Some suggestions for model developers to contribute to Noah-MP code through the 7. Step (7) The Noah-MP physics and code review committee merges the updated "develop" branch to the master branch during the annual release of new model versions. +## Community resources + +- Unofficial, community-maintained AI-agent skill for onboarding new users (not an official NCAR resource): [earth-space-ai/noahmp-skill](https://github.com/earth-space-ai/noahmp-skill). It restructures the existing Noah-MP documentation for AI coding agents and defers to this repository as the source of truth. + ## License The license and terms of use for this software can be found [here](https://github.com/NCAR/noahmp/blob/develop/LICENSE.txt)