Skip to main content
owid
GitHub 제작자 프로필

owid

5개 GitHub 저장소에서 수집된 72개 skills를 저장소 단위로 보여줍니다.

수집된 skills
72
저장소
5
업데이트
2026년 9월 2일
저장소 탐색

저장소와 대표 skills

create-figma-chart
그래픽 디자이너

Turn an OWID chart — a grapher slug, a customized grapher link, an MDim view, an explorer view, an admin link, a narrative chart, a bespoke (client-rendered React) visualization, or just a description — into a templated chart in the design team's yearly…

2026년 9월 2일
create-static-viz
소프트웨어 개발자

Build or refresh an OWID static visualization end to end — resolve what data it needs from an old static viz image, an indicator, or a grapher chart; check both the ETL catalog and the producer's own site for a newer release and route to /create-dataset or…

2026년 9월 1일
chart-editing
시장조사 분석가·마케팅 전문가

Create or edit an ETL-authored Grapher chart — a single-chart `.config.yml` in `etl/steps/export/multidim/`. Use when the user wants to author a chart from ETL, edit one, change its title/subtitle/colors/map settings, or preview an ETL-authored chart on…

2026년 8월 31일
check-chart-preview
소프트웨어 품질 보증 분석가·테스터

Check chart or multidim preview on the staging server using a browser. Use when user wants to visually verify a chart renders correctly on staging, take a screenshot of a chart, or QA a chart/mdim preview.

2026년 8월 31일
data-update-announcement
기술 작가

Draft the short public-facing "Data update" post published on ourworldindata.org/latest whenever a data scientist refreshes a dataset — two alternative drafts in OWID house style, then a styled Google Doc in the team's /Data updates folder. Use whenever…

2026년 8월 27일
add-gdp-scatter
소프트웨어 개발자

Add a scatter view (with GDP per capita on x) to existing OWID charts via the admin API, mirroring the admin UI's "Add scatter type" defaults, then retire the old standalone "X vs. GDP per capita" charts by redirecting their slugs to that scatter view.…

2026년 8월 24일
add-provider-regions
소프트웨어 개발자

Add an external provider's regional aggregation (e.g. World Bank, WHO, Maddison, WID, ILO) to OWID's regions dataset — definitions in regions.yml, per-provider grapher map indicators, and metadata — then register it in owid-grapher, including proposing each…

2026년 8월 24일
check-empty-entities
소프트웨어 품질 보증 분석가·테스터

Audit every surface that renders a dataset's indicators — charts, map tabs, MDim views, explorer views, narrative charts, and article references — for views whose pinned entity selection has no data in the new indicators (they render as empty charts with no…

2026년 8월 24일
수집된 skill 45개 중 8개를 표시합니다.
animate
웹 개발자

Build an animation from scratch, making the decisions in the order that determines whether it feels right — should it animate at all, what purpose, which tool, which properties, which curve and duration, how it interrupts, how it exits. Writes the…

2026년 8월 24일
animation-vocabulary
그래픽 디자이너

Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…",…

2026년 8월 24일
apple-design
웹·디지털 인터페이스 디자이너

Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and…

2026년 8월 24일
emil-design-eng
웹·디지털 인터페이스 디자이너

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

2026년 8월 24일
find-animation-opportunities
웹·디지털 인터페이스 디자이너

Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this…

2026년 8월 24일
improve-animations
소프트웨어 개발자

Survey a codebase's animation and motion code as a senior motion advisor, then produce a prioritized audit and self-contained implementation plans for other agents (or cheaper models) to execute. Read-only on source code — it plans improvements, it does not…

2026년 8월 24일
prototype
웹 개발자

Build multiple genuinely different versions of a UI piece you describe, rendered behind a visual picker so you can flip through them live and promote the one that feels right. Only runs when explicitly invoked; it does not trigger on its own.

2026년 8월 24일
review-animations
소프트웨어 품질 보증 분석가·테스터

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

2026년 8월 24일
수집된 skill 13개 중 8개를 표시합니다.
fact-check-article
소프트웨어 개발자

Fact-check an article or blog post against Our World in Data. Given a URL, this skill downloads the article, finds statements that OWID data can verify or contextualize, checks each one against real chart data, and produces an annotated copy of the article…

2026년 7월 22일
owid-catalog
소프트웨어 개발자

Access Our World In Data's published datasets using the owid-catalog Python library. Provides a unified Python API for searching and fetching chart data, catalog tables, and indicators — returning enhanced pandas DataFrames with metadata. Use this as a…

2026년 4월 16일
fetch-chart-data
소프트웨어 개발자

This skill describes how to fetch data for an Our World In Data chart, once the relevant chart URL has been identified. Consult this skill to understand the possible query params to get the best results and to understand the response. Use it you need to fetch…

2026년 4월 16일
search-charts
데이터 과학자

Our World In Data offers thousands of charts and related data on many important topics - from global population data, energy and electricity, economic data like GDP or poverty, health data like causes of death or prevalence of diseases, to data on democracy,…

2026년 4월 16일
duckdb
데이터 과학자

The duckdb cli is installed on this system and is a good choice for ad-hoc data analysis from CSV, parquet or NDJSON files. Use it when the user asks for data values in the context of a specific data file or to join multiple files together.

2026년 4월 16일
uv
소프트웨어 개발자

We always use `uv` for running python scripts (both standalone and complex python projects) and managing python dependencies. Always use this instead of running system `python`, `python3`, `pip` or `pip3`

2026년 4월 16일
create-chart
소프트웨어 개발자

Create interactive Our World In Data style charts using the owid-grapher-py Python library. Use this skill when the user wants to visualize data as charts (line charts, bar charts, scatter plots, maps, etc.) in a Jupyter notebook, standalone HTML, or export…

2026년 4월 16일
datasette
소프트웨어 개발자

Access Our World In Data's internal datasette instance to query data from our main MySQL database mirror and analytics data store. Use this when you need to look up or explore data from our internal infrastructure. Does not contain any timeseries data i.e.…

2026년 4월 16일
수집된 skill 9개 중 8개를 표시합니다.
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다