Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Ecosim Vegetation Code

ASecurity

Map observed site vegetation, species lists, land-cover descriptions, or plant management PFTs to EcoSIM vegetation codes using templates/ecosim_pftpar_20260303.nc.cdl. Use when choosing or validating EcoSIM pft_type values, pfts entries, pfts_short categories, pfts_long plant type meanings, or the combined short-code plus Koppen climate numerical code used by plant management inputs.

3 stars
0 votes
0 copies
1 views
Added 9/19/2026
businesspythongobashgit

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add bioepic-data/ecosim-agent --skill ecosim-vegetation-code --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ecosim Vegetation Code?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Ecosim Vegetation Code
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/bioepic-data-ecosim-vegetation-code/badge)](https://www.skillsdirectory.com/skills/bioepic-data-ecosim-vegetation-code)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: ecosim-vegetation-code
description: "Map observed site vegetation, species lists, land-cover descriptions, or plant management PFTs to EcoSIM vegetation codes using templates/ecosim_pftpar_20260303.nc.cdl. Use when choosing or validating EcoSIM pft_type values, pfts entries, pfts_short categories, pfts_long plant type meanings, or the combined short-code plus Koppen climate numerical code used by plant management inputs."
---

# EcoSIM Vegetation Code

## Overview

Use this skill to translate real site vegetation into the six-character EcoSIM vegetation/PFT code used in plant management data. The authoritative code scheme is the EcoSIM PFT parameter CDL, especially variables `pfts`, `pfts_short`, `pfts_long`, `koppen_clim_no`, `koppen_clim_short`, and `koppen_clim_long`.

## Workflow

1. Locate the scheme file. Prefer the user's requested CDL; otherwise use `templates/ecosim_pftpar_20260303.nc.cdl` from the EcoSIM workspace. If the file is missing, ask for the current PFT parameter CDL.
2. Identify the site vegetation. Extract growth form, dominant taxa, crop identity, leaf type, life cycle, wetland status, N fixation, and whether the vegetation is C3/C4 or annual/perennial when applicable.
3. Map the vegetation to `pfts_short` using `pfts_long` as the meaning of each short code. Read `references/pft_mapping_reference.md` when the mapping is not obvious.
4. Determine the Koppen numerical code. Use a provided EcoSIM grid/Koppen code if available. If the user provides a Koppen class like `Cfb`, map it through `koppen_clim_short`; if they provide only coordinates or a place name, use project data first and ask before relying on external climate lookup.
5. Compose the candidate code as `<pfts_short><koppen_clim_no>`, such as `ndlf34` or `gr3s62`.
6. Validate the exact six-character code against `pfts`. Never invent a code that is not present in `pfts`; if the exact candidate is missing, report the closest available codes for the selected `pfts_short` and say that adding a PFT parameter record may be required.
7. Return a compact table with site vegetation, selected `pfts_short`, `pfts_long`, Koppen class/number, final EcoSIM code, and any uncertainty.

## Lookup Script

Use `scripts/ecosim_pft_lookup.py` to validate the current CDL rather than copying tables by hand.

Examples from an EcoSIM repository root:

```bash
python3 /path/to/skill/scripts/ecosim_pft_lookup.py --cdl templates/ecosim_pftpar_20260303.nc.cdl --search spruce
python3 /path/to/skill/scripts/ecosim_pft_lookup.py --cdl templates/ecosim_pftpar_20260303.nc.cdl --short ndlf --koppen Csa
python3 /path/to/skill/scripts/ecosim_pft_lookup.py --cdl templates/ecosim_pftpar_20260303.nc.cdl --list-koppen
```

## EcoSIM Input Note

When preparing `pft_type` in plant management input, remember that `PlantInfoMod.F90` reads the PFT string and, when `KoppenClimZone_col > 0`, uses the first four characters of `pft_type` plus the grid's two-digit Koppen climate code. If `KoppenClimZone_col == 0`, the code path preserves the characters provided in `pft_type`. Still validate the final six-character code against `pfts`.

## Mapping Guidance

- Use specific crop codes when the site vegetation is a crop: `maiz`, `rice`, `soyb`, `swhe`, `barl`, `oats`, `alfa`, `clva`, or `clvs`.
- Use tree codes by leaf type and special taxa: broadleaf general `bdlf`, broadleaf wetland `bdlw`, N-fixing broadleaf `bdln`, evergreen needleleaf `ndlf`, deciduous needleleaf `ndld`, Douglas fir `dfir`, jack pine `jpin`, loblolly pine `lpin`, black spruce `bspr`, aspen `tasp`, oak `woak`.
- Use herbaceous codes by functional group: perennial C3 grass `gr3s`, perennial C4 grass `gr4s`, annual C3 grass `gr3a`, sedge `sedg`, brome `brom`, deer grass `dgra`, wild oats `woat`.
- Use lower plant codes directly when observed: lichen `lich`, sphagnum moss `moss`, feather moss variants `mosf` or `fmos`, sphagnum near sedge `smos`.
- For ambiguous shrub/bush descriptions, present candidates rather than forcing one code: `shru`, `bush`, or N-fixing `busn`.

Attribution

bioepic-databioepic-data
View sourceMore from bioepic-data →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →