Agent skill

conservation-biology-guide

Apply conservation biology methods, databases, and assessment tools

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill conservation-biology-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/domains/ecology/conservation-biology-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Conservation Biology Guide A skill for conducting conservation biology research, covering species assessment methods, habitat modeling, population viability analysis, key biodiversity databases, and frameworks for conservation prioritization. ## Species Assessment and Red List ### IUCN Red List Categories ``` Extinction Risk Categories (from highest to lowest): EX - Extinct EW - Extinct in the Wild CR - Critically Endangered EN - Endangered VU - Vulnerable NT - Near Threatened LC - Least Concern DD - Data Deficient NE - Not Evaluated Classification criteria (any one triggers the category): A: Population size reduction B: Geographic range (extent of occurrence, area of occupancy) C: Small population size and decline D: Very small or restricted population E: Quantitative extinction probability analysis ``` ### Querying the IUCN API ```python import os import json import urllib.request def get_species_assessment(species_name: str) -> dict: """ Retrieve IUCN Red List assessment for a species. Args: species_name: Scientific name (e.g., 'Panthera tigris') """ api_token = os.environ["IUCN_API_TOKEN"] encoded_name = urllib.parse.quote(species_name) url = f"https://apiv3.iucnredlist.org/a

What's inside
Steps it walks through
  1. Species Assessment and Red List
  2. IUCN Red List Categories
  3. Querying the IUCN API
  4. Habitat Modeling
  5. Species Distribution Models (SDMs)
  6. Population Viability Analysis (PVA)
  7. Estimating Extinction Risk
  8. Key Databases
  9. Biodiversity Data Sources
  10. Conservation Prioritization
  11. Frameworks for Decision-Making
  12. Reporting Conservation Research
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the conservation-biology-guide skill do?

Apply conservation biology methods, databases, and assessment tools

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill conservation-biology-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going