Skip to main content
Run any Skill in Manus
with one click
GitHub repository

sage_tree_converter

sage_tree_converter contains 10 collected skills from robmost, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
2
updated
2026-06-25
Forks
1
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

driver-authoring
software-developers

Guides drafting or adapting a format-specific conversion driver for the SAGE merger tree converter. Use when no existing driver matches the input format and a new driver must be written in assets/ before the test conversion can run.

2026-06-25
schema-mapping
database-architects

Provides field-level guidance for mapping input merger tree fields to the SAGE LHaloTree schema (HDF5 or binary). Use during web discovery or KDB entry creation when individual field mappings, unit conversions, or pointer reconstruction decisions need to be made.

2026-06-25
auditor
software-quality-assurance-analysts-and-testers

Independently verifies the semantic validation plots and plotting code against the mandatory checklist. Use after semantic-validation generates the seven plots, before presenting results to the user. Operates independently - does not rely on the main agent's assessment.

2026-06-22
semantic-validation
software-developers

Generates the seven mandatory semantic validation plots of the converted output merger trees. Use after a full conversion run in Stage 3 to assess whether the converted trees are physically plausible.

2026-06-22
syntactic-validation
software-quality-assurance-analysts-and-testers

Runs the six structural checks on a converted SAGE LHaloTree HDF5 file. Use after any conversion run — test or full — to verify the output file is structurally correct before proceeding.

2026-06-22
kdb-extend
software-developers

Adds a new format driver and schema mapping JSON to the KDB after a successful conversion of a previously unknown format. Use in Stage 4 when the input format was not found in the KDB at session start.

2026-05-27
kdb-update
software-developers

Updates an existing KDB schema mapping JSON with new information discovered during a conversion session. Use in Stage 4 when the input format was found in the KDB but the session revealed missing or incorrect information in the existing entry.

2026-05-27
kdb-lookup
database-architects

Searches the format-database/ KDB for a schema mapping that matches the input merger tree format. Use when a new input file has been identified and needs to be matched against known formats before any conversion begins.

2026-05-20
functional-validation
software-quality-assurance-analysts-and-testers

Runs a SAGE dry run on a converted test file to validate functional correctness. Use after syntactic validation passes, if SAGE_BINARY_PATH is set in .env.

2026-05-18
web-discovery
library-assistants-clerical-434121

Searches the web for documentation on an unknown merger tree format. Use when kdb-lookup finds no matching format in the KDB and the input format must be identified from external sources.

2026-05-07