add-species

Imports species candidates from a suggestions file into AppFixtures.php and updates suggest-species.mjs with translations.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Barnemax/symbiosis --skill add-species
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-species
Source: https://github.com/Barnemax/symbiosis/tree/main/.claude/skills/add-species
Command: npx skills add https://github.com/Barnemax/symbiosis --skill add-species

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add species from the suggestions file into the fixtures and update the suggest-species script to keep the ecological dataset current and coherent.

Core Features & Use Cases

  • Reads the latest suggestions file and the AppFixtures.php to identify new species to add
  • Updates related scripts (suggest-species.mjs) and creates translations for non-English locales
  • Validates existing entries to avoid duplicates and maintains data integrity during curation

Quick Start

Run the command to add species by name from the latest suggestions file.

Frequently Asked Questions about add-species

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add new species from a suggestions file to my fixtures?

To add species from a suggestions file to fixtures, parse the file to extract candidate details, validate them against existing entries to prevent duplicates, and update AppFixtures.php and suggest-species.mjs accordingly.

How does locale translation work for non-English species data?

Locale translation for non-English species data is performed automatically after updating the fixtures, ensuring new species entries are coherent across all required locales during ecological data curation.

Can I automate updating the suggest-species script when adding new ecological data?

Yes, updating the suggest-species.mjs script is automated alongside the fixture updates, ensuring the suggestion script remains current and coherent with the newly imported species data.

Does adding species from a suggestions file check for duplicate entries?

Yes, the process validates existing entries in AppFixtures.php to avoid duplicates, maintaining data integrity and preventing redundant species records during ecological dataset curation.

What is the best way to curate ecological datasets with new species?

The best way to curate ecological datasets is to automate importing candidates from the latest suggestions file, parse species details and relationships, and update fixtures and scripts to maintain dataset integrity.