Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

CityCatalyst-global-data

CityCatalyst-global-data에는 Open-Earth-Foundation에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
0
업데이트
2026-07-05
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

dataset-compile
소프트웨어 개발자

Manufacture a structured staging dataset by compiling many public sources (award lists, registries, reports, portals) into schema'd, provenance-flagged, verified records — for cases where no single external dataset exists to adopt. Use whenever the user wants to compile, harvest, scrape, assemble, or "go collect examples/records" from scattered public sources; build a dataset that doesn't exist yet; or turn many announcements into one queryable table — even if they never say "compile". Sibling to dataset-discovery: discovery *finds* an existing dataset, compile *builds* one. Writes only to dataset-compile/<slug>/, never the knowledge base or the catalog.

2026-07-05
dataset-pipeline
소프트웨어 개발자

Build the Mage pipeline that ships a vetted dataset into the modelled database — the third stage after discover → review. Use whenever the user wants to build/create a pipeline, ship or promote a reviewed dataset to production, load a cleaned dataset into modelled.*, register a dataset in the catalog, upload source/cleaned data to S3, or "wire up the pipeline for <dataset>". Orchestrates the stage and defers the how-to to knowledge-base/topics/engineering-standards/; it does not restate those standards.

2026-06-22
dataset-test
소프트웨어 개발자

Validate and profile a dataset after a pipeline has loaded it into the modelled database. Use when the user wants to test/validate loaded data, check a modelled table, write or run data expectations, check nulls / value sets / ranges, produce a data-quality or validation report, or "say something about the data". The post-load layer that complements Mage's in-pipeline @test checks; runs against the live DB.

2026-06-21
dataset-review
소프트웨어 개발자

Deep-dive review of a dataset for CityCatalyst: verify access and license, profile the actual data, read the methodology, run the fit-for-purpose check, and draft the review entry in dataset-review/reviews/. Use whenever the user wants to review, assess, vet, or "go deeper into" a dataset; promote a discovery candidate; check whether a dataset is fit for purpose; or create/update an entry under dataset-review/ — even if they just say "let's look at this dataset properly". Follows dataset-discovery in the pipeline: discover → review → pipeline.

2026-06-19
dataset-themes
소프트웨어 개발자

Group the dataset catalog into collections by theme and by geography, and keep theme tagging honest. Use whenever the user wants to find datasets by theme or by country/global, see what's available in a topic area (finance, energy, transport, land use…), regenerate the by-theme or by-geography collections, reconcile or clean up theme tags, or check which review folders are missing from the catalog. Writes dataset-review/collections/by-theme.yaml and by-geography.yaml; reads the catalog but never edits it. Complements dataset-review, which produces the individual entries this skill groups.

2026-06-19
dataset-discovery
소프트웨어 개발자

Find and triage candidate datasets for CityCatalyst data needs. Use whenever the user wants to find, source, scout, or search for data; mentions a data gap; asks what data exists for a sector, theme, or geography; or wants to open, update, or resolve a data need — even if they never say "search" or "discovery". Also use when deciding whether a dataset someone suggested is worth a full review. Produces a need folder in dataset-discovery/needs/ containing need.md, search.yaml, and candidates.yaml.

2026-06-09