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 件のリポジトリを表示
すべてのリポジトリを表示しました