openai / skills
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 113 files with 13,549 lines of code.
    • 0 very long files (0 lines of code)
    • 8 long files (5,194 lines of code)
    • 14 medium size files (4,418 lines of code)
    • 16 small files (2,160 lines of code)
    • 75 very small files (1,777 lines of code)
0% | 38% | 32% | 15% | 13%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 36% | 44% | 14% | 5%
mjs0% | 100% | 0% | 0% | 0%
js0% | 0% | 0% | 29% | 70%
ipynb0% | 0% | 0% | 100% | 0%
ps10% | 0% | 0% | 100% | 0%
swift0% | 0% | 0% | 67% | 32%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
skills0% | 38% | 32% | 15% | 13%
Longest Files (Top 50)
File# lines# units
build_ownership_map.py
in skills/.curated/security-ownership-map/scripts
869 17
cli.py
in skills/.curated/migrate-to-codex/scripts
792 28
image_gen.py
in skills/.system/imagegen/scripts
760 48
prepare_pet_run.py
in skills/.curated/hatch-pet/scripts
705 27
mjs
scaffold_node_ext_apps.mjs
in skills/.curated/chatgpt-apps/scripts
523 -
mjs
fetch-codex-manual.mjs
in skills/.system/openai-docs/scripts
521 -
mjs
fetch-codex-manual.mjs
in skills/.curated/openai-docs/scripts
521 -
take_screenshot.py
in skills/.curated/screenshot/scripts
503 30
community_maintainers.py
in skills/.curated/security-ownership-map/scripts
480 18
text_to_speech.py
in skills/.curated/speech/scripts
430 27
inspect_pr_checks.py
in skills/.curated/gh-fix-ci/scripts
425 27
query_ownership.py
in skills/.curated/security-ownership-map/scripts
410 23
extract_strip_frames.py
in skills/.curated/hatch-pet/scripts
347 16
skills.py
in skills/.curated/migrate-to-codex/scripts/migrate
336 19
common.py
in skills/.curated/migrate-to-codex/scripts/migrate
306 33
agents.py
in skills/.curated/migrate-to-codex/scripts/migrate
280 10
install-skill-from-github.py
in skills/.system/skill-installer/scripts
255 19
create_basic_plugin.py
in skills/.system/plugin-creator/scripts
255 12
util.py
in skills/.curated/migrate-to-codex/scripts/utils
243 22
transcribe_diarize.py
in skills/.curated/transcribe/scripts
227 16
inspect_frames.py
in skills/.curated/hatch-pet/scripts
222 9
hooks.py
in skills/.curated/migrate-to-codex/scripts/migrate
202 11
run_ownership_map.py
in skills/.curated/security-ownership-map/scripts
186 2
generate_openai_yaml.py
in skills/.system/skill-creator/scripts
184 7
mcps.py
in skills/.curated/migrate-to-codex/scripts/migrate
183 9
init_skill.py
in skills/.system/skill-creator/scripts
180 7
take_screenshot.ps1
in skills/.curated/screenshot/scripts
144 -
compose_atlas.py
in skills/.curated/hatch-pet/scripts
142 8
validate_atlas.py
in skills/.curated/hatch-pet/scripts
131 3
derive_running_left_from_running_right.py
in skills/.curated/hatch-pet/scripts
121 7
resolve-latest-model-info.js
in skills/.system/openai-docs/scripts
116 12
resolve-latest-model-info.js
in skills/.curated/openai-docs/scripts
116 12
fetch_comments.py
in skills/.curated/gh-address-comments/scripts
113 8
scan.py
in skills/.curated/migrate-to-codex/scripts/utils
111 5
experiment-template.ipynb
in skills/.curated/jupyter-notebook/assets
110 -
codex_config.py
in skills/.curated/migrate-to-codex/scripts/migrate
109 3
macos_window_info.swift
in skills/.curated/screenshot/scripts
107 2
tutorial-template.ipynb
in skills/.curated/jupyter-notebook/assets
107 -
new_notebook.py
in skills/.curated/jupyter-notebook/scripts
100 7
createDocumentationPage.js
in skills/.curated/figma-generate-library/scripts
84 1
list-skills.py
in skills/.system/skill-installer/scripts
83 6
make_contact_sheet.py
in skills/.curated/hatch-pet/scripts
80 2
quick_validate.py
in skills/.system/skill-creator/scripts
77 1
python-django.yaml
in skills/.curated/render-deploy/assets
77 -
inspectFileStructure.js
in skills/.curated/figma-generate-library/scripts
76 1
createComponentWithVariants.js
in skills/.curated/figma-generate-library/scripts
75 2
cleanupOrphans.js
in skills/.curated/figma-generate-library/scripts
73 2
bindVariablesToComponent.js
in skills/.curated/figma-generate-library/scripts
72 1
rehydrateState.js
in skills/.curated/figma-generate-library/scripts
69 1
instructions.py
in skills/.curated/migrate-to-codex/scripts/migrate
61 3
Files With Most Units (Top 50)
File# lines# units
image_gen.py
in skills/.system/imagegen/scripts
760 48
common.py
in skills/.curated/migrate-to-codex/scripts/migrate
306 33
take_screenshot.py
in skills/.curated/screenshot/scripts
503 30
cli.py
in skills/.curated/migrate-to-codex/scripts
792 28
inspect_pr_checks.py
in skills/.curated/gh-fix-ci/scripts
425 27
text_to_speech.py
in skills/.curated/speech/scripts
430 27
prepare_pet_run.py
in skills/.curated/hatch-pet/scripts
705 27
query_ownership.py
in skills/.curated/security-ownership-map/scripts
410 23
util.py
in skills/.curated/migrate-to-codex/scripts/utils
243 22
install-skill-from-github.py
in skills/.system/skill-installer/scripts
255 19
skills.py
in skills/.curated/migrate-to-codex/scripts/migrate
336 19
community_maintainers.py
in skills/.curated/security-ownership-map/scripts
480 18
build_ownership_map.py
in skills/.curated/security-ownership-map/scripts
869 17
transcribe_diarize.py
in skills/.curated/transcribe/scripts
227 16
extract_strip_frames.py
in skills/.curated/hatch-pet/scripts
347 16
resolve-latest-model-info.js
in skills/.system/openai-docs/scripts
116 12
create_basic_plugin.py
in skills/.system/plugin-creator/scripts
255 12
resolve-latest-model-info.js
in skills/.curated/openai-docs/scripts
116 12
hooks.py
in skills/.curated/migrate-to-codex/scripts/migrate
202 11
agents.py
in skills/.curated/migrate-to-codex/scripts/migrate
280 10
inspect_frames.py
in skills/.curated/hatch-pet/scripts
222 9
mcps.py
in skills/.curated/migrate-to-codex/scripts/migrate
183 9
fetch_comments.py
in skills/.curated/gh-address-comments/scripts
113 8
compose_atlas.py
in skills/.curated/hatch-pet/scripts
142 8
generate_openai_yaml.py
in skills/.system/skill-creator/scripts
184 7
init_skill.py
in skills/.system/skill-creator/scripts
180 7
derive_running_left_from_running_right.py
in skills/.curated/hatch-pet/scripts
121 7
new_notebook.py
in skills/.curated/jupyter-notebook/scripts
100 7
list-skills.py
in skills/.system/skill-installer/scripts
83 6
scan.py
in skills/.curated/migrate-to-codex/scripts/utils
111 5
render_animation_previews.py
in skills/.curated/hatch-pet/scripts
60 4
validate_atlas.py
in skills/.curated/hatch-pet/scripts
131 3
codex_config.py
in skills/.curated/migrate-to-codex/scripts/migrate
109 3
instructions.py
in skills/.curated/migrate-to-codex/scripts/migrate
61 3
github_utils.py
in skills/.system/skill-installer/scripts
13 2
createSemanticTokens.js
in skills/.curated/figma-generate-library/scripts
52 2
createComponentWithVariants.js
in skills/.curated/figma-generate-library/scripts
75 2
cleanupOrphans.js
in skills/.curated/figma-generate-library/scripts
73 2
run_ownership_map.py
in skills/.curated/security-ownership-map/scripts
186 2
macos_window_info.swift
in skills/.curated/screenshot/scripts
107 2
make_contact_sheet.py
in skills/.curated/hatch-pet/scripts
80 2
quick_validate.py
in skills/.system/skill-creator/scripts
77 1
createVariableCollection.js
in skills/.curated/figma-generate-library/scripts
19 1
bindVariablesToComponent.js
in skills/.curated/figma-generate-library/scripts
72 1
createDocumentationPage.js
in skills/.curated/figma-generate-library/scripts
84 1
rehydrateState.js
in skills/.curated/figma-generate-library/scripts
69 1
inspectFileStructure.js
in skills/.curated/figma-generate-library/scripts
76 1
validateCreation.js
in skills/.curated/figma-generate-library/scripts
42 1
normalize_node_id.py
in skills/.curated/figma-code-connect-components/scripts
17 1
macos_permissions.swift
in skills/.curated/screenshot/scripts
34 1
Files With Long Lines (Top 30)

There are 30 files with lines longer than 120 characters. In total, there are 59 long lines.

File# lines# units# long lines
prepare_pet_run.py
in skills/.curated/hatch-pet/scripts
705 27 17
mjs
scaffold_node_ext_apps.mjs
in skills/.curated/chatgpt-apps/scripts
523 - 5
skills.py
in skills/.curated/migrate-to-codex/scripts/migrate
336 19 5
agents.py
in skills/.curated/migrate-to-codex/scripts/migrate
280 10 3
mjs
fetch-codex-manual.mjs
in skills/.system/openai-docs/scripts
521 - 2
mjs
fetch-codex-manual.mjs
in skills/.curated/openai-docs/scripts
521 - 2
cli.py
in skills/.curated/migrate-to-codex/scripts
792 28 2
openai.yaml
in skills/.system/openai-docs/agents
13 - 1
openai.yaml
in skills/.system/imagegen/agents
6 - 1
image_gen.py
in skills/.system/imagegen/scripts
760 48 1
openai.yaml
in skills/.system/plugin-creator/agents
6 - 1
openai.yaml
in skills/.curated/gh-fix-ci/agents
6 - 1
openai.yaml
in skills/.curated/figma-generate-library/agents
13 - 1
validateCreation.js
in skills/.curated/figma-generate-library/scripts
42 1 1
openai.yaml
in skills/.curated/chatgpt-apps/agents
13 - 1
python-django.yaml
in skills/.curated/render-deploy/assets
77 - 1
openai.yaml
in skills/.curated/openai-docs/agents
13 - 1
openai.yaml
in skills/.curated/figma-create-design-system-rules/agents
13 - 1
openai.yaml
in skills/.curated/figma-code-connect-components/agents
13 - 1
openai.yaml
in skills/.curated/security-threat-model/agents
4 - 1
openai.yaml
in skills/.curated/figma-create-new-file/agents
13 - 1
openai.yaml
in skills/.curated/notion-knowledge-capture/agents
13 - 1
openai.yaml
in skills/.curated/figma-generate-design/agents
13 - 1
openai.yaml
in skills/.curated/transcribe/agents
6 - 1
openai.yaml
in skills/.curated/playwright-interactive/agents
6 - 1
openai.yaml
in skills/.curated/hatch-pet/agents
4 - 1
mcps.py
in skills/.curated/migrate-to-codex/scripts/migrate
183 9 1
openai.yaml
in skills/.curated/sentry/agents
6 - 1
openai.yaml
in skills/.curated/figma-implement-design/agents
13 - 1
openai.yaml
in skills/.curated/cli-creator/agents
4 - 1
Correlations

File Size vs. Commits (all time): 113 points

skills/.curated/openai-docs/agents/openai.yaml x: 6 commits (all time) y: 13 lines of code skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs x: 1 commits (all time) y: 521 lines of code skills/.system/openai-docs/agents/openai.yaml x: 3 commits (all time) y: 13 lines of code skills/.curated/define-goal/agents/openai.yaml x: 1 commits (all time) y: 4 lines of code skills/.curated/hatch-pet/agents/openai.yaml x: 3 commits (all time) y: 4 lines of code skills/.curated/hatch-pet/scripts/compose_atlas.py x: 2 commits (all time) y: 142 lines of code skills/.curated/hatch-pet/scripts/derive_running_left_from_running_right.py x: 2 commits (all time) y: 121 lines of code skills/.curated/hatch-pet/scripts/extract_strip_frames.py x: 2 commits (all time) y: 347 lines of code skills/.curated/hatch-pet/scripts/inspect_frames.py x: 2 commits (all time) y: 222 lines of code skills/.curated/hatch-pet/scripts/prepare_pet_run.py x: 3 commits (all time) y: 705 lines of code skills/.curated/hatch-pet/scripts/render_animation_previews.py x: 1 commits (all time) y: 60 lines of code skills/.curated/hatch-pet/scripts/validate_atlas.py x: 2 commits (all time) y: 131 lines of code skills/.curated/hatch-pet/scripts/make_contact_sheet.py x: 1 commits (all time) y: 80 lines of code skills/.curated/migrate-to-codex/agents/openai.yaml x: 1 commits (all time) y: 3 lines of code skills/.curated/migrate-to-codex/scripts/cli.py x: 1 commits (all time) y: 792 lines of code skills/.curated/migrate-to-codex/scripts/migrate-to-codex.py x: 1 commits (all time) y: 7 lines of code skills/.curated/migrate-to-codex/scripts/migrate/agents.py x: 1 commits (all time) y: 280 lines of code skills/.curated/migrate-to-codex/scripts/migrate/codex_config.py x: 1 commits (all time) y: 109 lines of code skills/.curated/migrate-to-codex/scripts/migrate/common.py x: 1 commits (all time) y: 306 lines of code skills/.curated/migrate-to-codex/scripts/migrate/hooks.py x: 1 commits (all time) y: 202 lines of code skills/.curated/migrate-to-codex/scripts/migrate/mcps.py x: 1 commits (all time) y: 183 lines of code skills/.curated/migrate-to-codex/scripts/migrate/settings.py x: 1 commits (all time) y: 27 lines of code skills/.curated/migrate-to-codex/scripts/migrate/skills.py x: 1 commits (all time) y: 336 lines of code skills/.curated/migrate-to-codex/scripts/utils/scan.py x: 1 commits (all time) y: 111 lines of code skills/.curated/migrate-to-codex/scripts/utils/util.py x: 1 commits (all time) y: 243 lines of code skills/.curated/openai-docs/scripts/resolve-latest-model-info.js x: 2 commits (all time) y: 116 lines of code skills/.system/plugin-creator/scripts/create_basic_plugin.py x: 1 commits (all time) y: 255 lines of code skills/.system/imagegen/scripts/image_gen.py x: 1 commits (all time) y: 760 lines of code skills/.curated/figma-code-connect-components/agents/openai.yaml x: 1 commits (all time) y: 13 lines of code skills/.curated/figma-code-connect-components/scripts/normalize_node_id.py x: 1 commits (all time) y: 17 lines of code skills/.curated/figma-generate-library/scripts/bindVariablesToComponent.js x: 1 commits (all time) y: 72 lines of code skills/.curated/figma-generate-library/scripts/createDocumentationPage.js x: 1 commits (all time) y: 84 lines of code skills/.curated/figma-generate-library/scripts/createSemanticTokens.js x: 1 commits (all time) y: 52 lines of code skills/.curated/figma-generate-library/scripts/createVariableCollection.js x: 1 commits (all time) y: 19 lines of code skills/.curated/figma-generate-library/scripts/inspectFileStructure.js x: 1 commits (all time) y: 76 lines of code skills/.curated/figma-generate-library/scripts/rehydrateState.js x: 1 commits (all time) y: 69 lines of code skills/.curated/figma-generate-library/scripts/validateCreation.js x: 1 commits (all time) y: 42 lines of code skills/.curated/figma-implement-design/agents/openai.yaml x: 4 commits (all time) y: 13 lines of code skills/.curated/winui-app/config.yaml x: 1 commits (all time) y: 40 lines of code skills/.curated/chatgpt-apps/agents/openai.yaml x: 2 commits (all time) y: 13 lines of code skills/.curated/vercel-deploy/agents/openai.yaml x: 5 commits (all time) y: 6 lines of code skills/.curated/gh-address-comments/agents/openai.yaml x: 2 commits (all time) y: 6 lines of code skills/.curated/gh-fix-ci/agents/openai.yaml x: 4 commits (all time) y: 6 lines of code skills/.curated/security-ownership-map/scripts/build_ownership_map.py x: 1 commits (all time) y: 869 lines of code skills/.curated/security-ownership-map/scripts/community_maintainers.py x: 1 commits (all time) y: 480 lines of code skills/.curated/security-ownership-map/scripts/query_ownership.py x: 1 commits (all time) y: 410 lines of code skills/.curated/security-ownership-map/scripts/run_ownership_map.py x: 1 commits (all time) y: 186 lines of code skills/.system/skill-creator/scripts/init_skill.py x: 4 commits (all time) y: 180 lines of code skills/.curated/render-deploy/assets/docker.yaml x: 1 commits (all time) y: 37 lines of code skills/.curated/render-deploy/assets/go-api.yaml x: 1 commits (all time) y: 31 lines of code skills/.curated/jupyter-notebook/scripts/new_notebook.py x: 1 commits (all time) y: 100 lines of code skills/.curated/transcribe/scripts/transcribe_diarize.py x: 1 commits (all time) y: 227 lines of code skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py x: 2 commits (all time) y: 425 lines of code skills/.curated/screenshot/scripts/take_screenshot.ps1 x: 1 commits (all time) y: 144 lines of code skills/.curated/screenshot/scripts/take_screenshot.py x: 1 commits (all time) y: 503 lines of code skills/.curated/speech/scripts/text_to_speech.py x: 1 commits (all time) y: 430 lines of code skills/.system/skill-creator/scripts/quick_validate.py x: 2 commits (all time) y: 77 lines of code
869.0
lines of code
  min: 1.0
  average: 119.9
  25th percentile: 6.0
  median: 34.0
  75th percentile: 136.5
  max: 869.0
0 6.0
commits (all time)
min: 1.0 | average: 1.65 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 6.0

File Size vs. Contributors (all time): 113 points

skills/.curated/openai-docs/agents/openai.yaml x: 4 contributors (all time) y: 13 lines of code skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs x: 1 contributors (all time) y: 521 lines of code skills/.system/openai-docs/agents/openai.yaml x: 3 contributors (all time) y: 13 lines of code skills/.curated/define-goal/agents/openai.yaml x: 1 contributors (all time) y: 4 lines of code skills/.curated/hatch-pet/agents/openai.yaml x: 3 contributors (all time) y: 4 lines of code skills/.curated/hatch-pet/scripts/compose_atlas.py x: 2 contributors (all time) y: 142 lines of code skills/.curated/hatch-pet/scripts/derive_running_left_from_running_right.py x: 2 contributors (all time) y: 121 lines of code skills/.curated/hatch-pet/scripts/extract_strip_frames.py x: 2 contributors (all time) y: 347 lines of code skills/.curated/hatch-pet/scripts/inspect_frames.py x: 2 contributors (all time) y: 222 lines of code skills/.curated/hatch-pet/scripts/prepare_pet_run.py x: 3 contributors (all time) y: 705 lines of code skills/.curated/hatch-pet/scripts/render_animation_previews.py x: 1 contributors (all time) y: 60 lines of code skills/.curated/hatch-pet/scripts/validate_atlas.py x: 2 contributors (all time) y: 131 lines of code skills/.curated/hatch-pet/scripts/make_contact_sheet.py x: 1 contributors (all time) y: 80 lines of code skills/.curated/migrate-to-codex/agents/openai.yaml x: 1 contributors (all time) y: 3 lines of code skills/.curated/migrate-to-codex/scripts/cli.py x: 1 contributors (all time) y: 792 lines of code skills/.curated/migrate-to-codex/scripts/migrate-to-codex.py x: 1 contributors (all time) y: 7 lines of code skills/.curated/migrate-to-codex/scripts/migrate/agents.py x: 1 contributors (all time) y: 280 lines of code skills/.curated/migrate-to-codex/scripts/migrate/codex_config.py x: 1 contributors (all time) y: 109 lines of code skills/.curated/migrate-to-codex/scripts/migrate/common.py x: 1 contributors (all time) y: 306 lines of code skills/.curated/migrate-to-codex/scripts/migrate/hooks.py x: 1 contributors (all time) y: 202 lines of code skills/.curated/migrate-to-codex/scripts/migrate/mcps.py x: 1 contributors (all time) y: 183 lines of code skills/.curated/migrate-to-codex/scripts/migrate/settings.py x: 1 contributors (all time) y: 27 lines of code skills/.curated/migrate-to-codex/scripts/migrate/skills.py x: 1 contributors (all time) y: 336 lines of code skills/.curated/migrate-to-codex/scripts/utils/scan.py x: 1 contributors (all time) y: 111 lines of code skills/.curated/migrate-to-codex/scripts/utils/util.py x: 1 contributors (all time) y: 243 lines of code skills/.curated/openai-docs/scripts/resolve-latest-model-info.js x: 1 contributors (all time) y: 116 lines of code skills/.system/plugin-creator/scripts/create_basic_plugin.py x: 1 contributors (all time) y: 255 lines of code skills/.system/imagegen/scripts/image_gen.py x: 1 contributors (all time) y: 760 lines of code skills/.curated/figma-code-connect-components/agents/openai.yaml x: 1 contributors (all time) y: 13 lines of code skills/.curated/figma-code-connect-components/scripts/normalize_node_id.py x: 1 contributors (all time) y: 17 lines of code skills/.curated/figma-generate-library/scripts/bindVariablesToComponent.js x: 1 contributors (all time) y: 72 lines of code skills/.curated/figma-generate-library/scripts/createDocumentationPage.js x: 1 contributors (all time) y: 84 lines of code skills/.curated/figma-generate-library/scripts/createSemanticTokens.js x: 1 contributors (all time) y: 52 lines of code skills/.curated/figma-generate-library/scripts/createVariableCollection.js x: 1 contributors (all time) y: 19 lines of code skills/.curated/figma-generate-library/scripts/inspectFileStructure.js x: 1 contributors (all time) y: 76 lines of code skills/.curated/figma-generate-library/scripts/rehydrateState.js x: 1 contributors (all time) y: 69 lines of code skills/.curated/figma-generate-library/scripts/validateCreation.js x: 1 contributors (all time) y: 42 lines of code skills/.curated/figma-implement-design/agents/openai.yaml x: 2 contributors (all time) y: 13 lines of code skills/.curated/winui-app/config.yaml x: 1 contributors (all time) y: 40 lines of code skills/.curated/cloudflare-deploy/agents/openai.yaml x: 2 contributors (all time) y: 6 lines of code skills/.curated/security-ownership-map/scripts/build_ownership_map.py x: 1 contributors (all time) y: 869 lines of code skills/.curated/security-ownership-map/scripts/community_maintainers.py x: 1 contributors (all time) y: 480 lines of code skills/.curated/security-ownership-map/scripts/query_ownership.py x: 1 contributors (all time) y: 410 lines of code skills/.curated/security-ownership-map/scripts/run_ownership_map.py x: 1 contributors (all time) y: 186 lines of code skills/.system/skill-creator/scripts/init_skill.py x: 2 contributors (all time) y: 180 lines of code skills/.curated/render-deploy/assets/docker.yaml x: 1 contributors (all time) y: 37 lines of code skills/.curated/render-deploy/assets/go-api.yaml x: 1 contributors (all time) y: 31 lines of code skills/.curated/jupyter-notebook/scripts/new_notebook.py x: 1 contributors (all time) y: 100 lines of code skills/.curated/transcribe/scripts/transcribe_diarize.py x: 1 contributors (all time) y: 227 lines of code skills/.curated/gh-fix-ci/scripts/inspect_pr_checks.py x: 2 contributors (all time) y: 425 lines of code skills/.curated/screenshot/scripts/take_screenshot.ps1 x: 1 contributors (all time) y: 144 lines of code skills/.curated/screenshot/scripts/take_screenshot.py x: 1 contributors (all time) y: 503 lines of code skills/.curated/speech/scripts/text_to_speech.py x: 1 contributors (all time) y: 430 lines of code skills/.curated/gh-address-comments/scripts/fetch_comments.py x: 2 contributors (all time) y: 113 lines of code
869.0
lines of code
  min: 1.0
  average: 119.9
  25th percentile: 6.0
  median: 34.0
  75th percentile: 136.5
  max: 869.0
0 4.0
contributors (all time)
min: 1.0 | average: 1.41 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 4.0

File Size vs. Commits (30 days): 4 points

skills/.curated/openai-docs/agents/openai.yaml x: 1 commits (30d) y: 13 lines of code skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs x: 1 commits (30d) y: 521 lines of code
521.0
lines of code
  min: 13.0
  average: 267.0
  25th percentile: 13.0
  median: 267.0
  75th percentile: 521.0
  max: 521.0
0 1.0
commits (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Contributors (30 days): 4 points

skills/.curated/openai-docs/agents/openai.yaml x: 1 contributors (30d) y: 13 lines of code skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs x: 1 contributors (30d) y: 521 lines of code
521.0
lines of code
  min: 13.0
  average: 267.0
  25th percentile: 13.0
  median: 267.0
  75th percentile: 521.0
  max: 521.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (90 days): 37 points

skills/.curated/openai-docs/agents/openai.yaml x: 2 commits (90d) y: 13 lines of code skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs x: 1 commits (90d) y: 521 lines of code skills/.curated/define-goal/agents/openai.yaml x: 1 commits (90d) y: 4 lines of code skills/.curated/hatch-pet/agents/openai.yaml x: 3 commits (90d) y: 4 lines of code skills/.curated/hatch-pet/scripts/compose_atlas.py x: 2 commits (90d) y: 142 lines of code skills/.curated/hatch-pet/scripts/derive_running_left_from_running_right.py x: 2 commits (90d) y: 121 lines of code skills/.curated/hatch-pet/scripts/extract_strip_frames.py x: 2 commits (90d) y: 347 lines of code skills/.curated/hatch-pet/scripts/inspect_frames.py x: 2 commits (90d) y: 222 lines of code skills/.curated/hatch-pet/scripts/prepare_pet_run.py x: 3 commits (90d) y: 705 lines of code skills/.curated/hatch-pet/scripts/render_animation_previews.py x: 1 commits (90d) y: 60 lines of code skills/.curated/hatch-pet/scripts/validate_atlas.py x: 2 commits (90d) y: 131 lines of code skills/.curated/hatch-pet/scripts/make_contact_sheet.py x: 1 commits (90d) y: 80 lines of code skills/.curated/migrate-to-codex/agents/openai.yaml x: 1 commits (90d) y: 3 lines of code skills/.curated/migrate-to-codex/scripts/cli.py x: 1 commits (90d) y: 792 lines of code skills/.curated/migrate-to-codex/scripts/migrate-to-codex.py x: 1 commits (90d) y: 7 lines of code skills/.curated/migrate-to-codex/scripts/migrate/agents.py x: 1 commits (90d) y: 280 lines of code skills/.curated/migrate-to-codex/scripts/migrate/codex_config.py x: 1 commits (90d) y: 109 lines of code skills/.curated/migrate-to-codex/scripts/migrate/common.py x: 1 commits (90d) y: 306 lines of code skills/.curated/migrate-to-codex/scripts/migrate/hooks.py x: 1 commits (90d) y: 202 lines of code skills/.curated/migrate-to-codex/scripts/migrate/mcps.py x: 1 commits (90d) y: 183 lines of code skills/.curated/migrate-to-codex/scripts/migrate/settings.py x: 1 commits (90d) y: 27 lines of code skills/.curated/migrate-to-codex/scripts/migrate/skills.py x: 1 commits (90d) y: 336 lines of code skills/.curated/migrate-to-codex/scripts/utils/scan.py x: 1 commits (90d) y: 111 lines of code skills/.curated/migrate-to-codex/scripts/utils/util.py x: 1 commits (90d) y: 243 lines of code skills/.curated/openai-docs/scripts/resolve-latest-model-info.js x: 2 commits (90d) y: 116 lines of code skills/.system/plugin-creator/scripts/create_basic_plugin.py x: 1 commits (90d) y: 255 lines of code skills/.system/imagegen/scripts/image_gen.py x: 1 commits (90d) y: 760 lines of code
792.0
lines of code
  min: 1.0
  average: 184.16
  25th percentile: 6.5
  median: 116.0
  75th percentile: 267.5
  max: 792.0
0 3.0
commits (90d)
min: 1.0 | average: 1.35 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 3.0

File Size vs. Contributors (90 days): 37 points

skills/.curated/openai-docs/agents/openai.yaml x: 2 contributors (90d) y: 13 lines of code skills/.curated/openai-docs/scripts/fetch-codex-manual.mjs x: 1 contributors (90d) y: 521 lines of code skills/.curated/define-goal/agents/openai.yaml x: 1 contributors (90d) y: 4 lines of code skills/.curated/hatch-pet/agents/openai.yaml x: 3 contributors (90d) y: 4 lines of code skills/.curated/hatch-pet/scripts/compose_atlas.py x: 2 contributors (90d) y: 142 lines of code skills/.curated/hatch-pet/scripts/derive_running_left_from_running_right.py x: 2 contributors (90d) y: 121 lines of code skills/.curated/hatch-pet/scripts/extract_strip_frames.py x: 2 contributors (90d) y: 347 lines of code skills/.curated/hatch-pet/scripts/inspect_frames.py x: 2 contributors (90d) y: 222 lines of code skills/.curated/hatch-pet/scripts/prepare_pet_run.py x: 3 contributors (90d) y: 705 lines of code skills/.curated/hatch-pet/scripts/render_animation_previews.py x: 1 contributors (90d) y: 60 lines of code skills/.curated/hatch-pet/scripts/validate_atlas.py x: 2 contributors (90d) y: 131 lines of code skills/.curated/hatch-pet/scripts/make_contact_sheet.py x: 1 contributors (90d) y: 80 lines of code skills/.curated/migrate-to-codex/agents/openai.yaml x: 1 contributors (90d) y: 3 lines of code skills/.curated/migrate-to-codex/scripts/cli.py x: 1 contributors (90d) y: 792 lines of code skills/.curated/migrate-to-codex/scripts/migrate-to-codex.py x: 1 contributors (90d) y: 7 lines of code skills/.curated/migrate-to-codex/scripts/migrate/agents.py x: 1 contributors (90d) y: 280 lines of code skills/.curated/migrate-to-codex/scripts/migrate/codex_config.py x: 1 contributors (90d) y: 109 lines of code skills/.curated/migrate-to-codex/scripts/migrate/common.py x: 1 contributors (90d) y: 306 lines of code skills/.curated/migrate-to-codex/scripts/migrate/hooks.py x: 1 contributors (90d) y: 202 lines of code skills/.curated/migrate-to-codex/scripts/migrate/mcps.py x: 1 contributors (90d) y: 183 lines of code skills/.curated/migrate-to-codex/scripts/migrate/settings.py x: 1 contributors (90d) y: 27 lines of code skills/.curated/migrate-to-codex/scripts/migrate/skills.py x: 1 contributors (90d) y: 336 lines of code skills/.curated/migrate-to-codex/scripts/utils/scan.py x: 1 contributors (90d) y: 111 lines of code skills/.curated/migrate-to-codex/scripts/utils/util.py x: 1 contributors (90d) y: 243 lines of code skills/.curated/openai-docs/scripts/resolve-latest-model-info.js x: 1 contributors (90d) y: 116 lines of code skills/.system/plugin-creator/scripts/create_basic_plugin.py x: 1 contributors (90d) y: 255 lines of code skills/.system/imagegen/scripts/image_gen.py x: 1 contributors (90d) y: 760 lines of code
792.0
lines of code
  min: 1.0
  average: 184.16
  25th percentile: 6.5
  median: 116.0
  75th percentile: 267.5
  max: 792.0
0 3.0
contributors (90d)
min: 1.0 | average: 1.3 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.5 | max: 3.0