Back to list
josca42

subjects

by josca42

1🍴 0📅 Jan 22, 2026

SKILL.md


name: subjects description: Explore denmark statistics subject hierarchy for all fact tables

subjects CLI

This CLI lets you explore denmark statistics subject hierarchy. The subject hierarchy creates a hierarchical grouping of all the fact tables.

python scripts/subjects.py  

Browsing subjects

python scripts/subjects.py           # children of the root subject (DST)
python scripts/subjects.py "Borgere" # children of subject "Borgere" ("Borgere" is a child of root subject)

Slash paths

Use slash-separated names to jump multiple levels in one command:

python scripts/subjects.py "Borgere/Befolkning/Befolkningstal"

Each segment matches the description, label, or raw node id of a child under the previous segment.

Depth control

--depth controls how many layers of descendants to show. -1 means “all descendants”.

python scripts/subjects.py "Borgere" --depth 2
python scripts/subjects.py "Borgere/Befolkning" --depth -1

Indented children are subject nodes; when a leaf is reached, its subjects print with descriptions.

--parents (or --no-parents to suppress) prints the resolved path from the root before the listing:

python scripts/subjects.py "Befolkningstal" --parents

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon