Mimir

Repository Intelligence

anthropics/skills

Explore parsed files, symbols, dependencies, and routes. No embeddings or AI features are used in this view.

cloned

Files

73

Symbols

544

Dependencies

4964

Routes

0

Graph nodes

955

Graph relationships

2774

Chunks

729

Chunked files

185

Embedded chunks

714

Stale embeddings

1

Repository-aware assistant

Ctrl+Enter to send

Ask a repository question to run the orchestration pipeline.

Hybrid retrieval preview

Ctrl+Enter to run

Model: text-embedding-3-small · Hybrid retrieval combines graph, symbol, metadata, keyword, and vector signals.

Run a query to inspect the retrieval plan, ranking, and selected chunks.

Repository tree

skills/algorithmic-art/templates/generator_template.js

javascript

Review file

skills/docx/scripts/__init__.py

python

Review file

skills/docx/scripts/accept_changes.py

python

Review file

skills/docx/scripts/comment.py

python

Review file

skills/docx/scripts/office/helpers/__init__.py

python

Review file

skills/docx/scripts/office/helpers/merge_runs.py

python

Review file

skills/docx/scripts/office/helpers/simplify_redlines.py

python

Review file

skills/docx/scripts/office/pack.py

python

Review file

skills/docx/scripts/office/soffice.py

python

Review file

skills/docx/scripts/office/unpack.py

python

Review file

skills/docx/scripts/office/validate.py

python

Review file

skills/docx/scripts/office/validators/__init__.py

python

Review file

skills/docx/scripts/office/validators/base.py

python

Review file

skills/docx/scripts/office/validators/docx.py

python

Review file

skills/docx/scripts/office/validators/pptx.py

python

Review file

skills/docx/scripts/office/validators/redlining.py

python

Review file

skills/mcp-builder/scripts/connections.py

python

Review file

skills/mcp-builder/scripts/evaluation.py

python

Review file

skills/pdf/scripts/check_bounding_boxes.py

python

Review file

skills/pdf/scripts/check_fillable_fields.py

python

Review file

skills/pdf/scripts/convert_pdf_to_images.py

python

Review file

skills/pdf/scripts/create_validation_image.py

python

Review file

skills/pdf/scripts/extract_form_field_info.py

python

Review file

skills/pdf/scripts/extract_form_structure.py

python

Review file

skills/pdf/scripts/fill_fillable_fields.py

python

Review file

skills/pdf/scripts/fill_pdf_form_with_annotations.py

python

Review file

skills/pptx/scripts/__init__.py

python

Review file

skills/pptx/scripts/add_slide.py

python

Review file

skills/pptx/scripts/clean.py

python

Review file

skills/pptx/scripts/office/helpers/__init__.py

python

Review file

skills/pptx/scripts/office/helpers/merge_runs.py

python

Review file

skills/pptx/scripts/office/helpers/simplify_redlines.py

python

Review file

skills/pptx/scripts/office/pack.py

python

Review file

skills/pptx/scripts/office/soffice.py

python

Review file

skills/pptx/scripts/office/unpack.py

python

Review file

skills/pptx/scripts/office/validate.py

python

Review file

skills/pptx/scripts/office/validators/__init__.py

python

Review file

skills/pptx/scripts/office/validators/base.py

python

Review file

skills/pptx/scripts/office/validators/docx.py

python

Review file

skills/pptx/scripts/office/validators/pptx.py

python

Review file

skills/pptx/scripts/office/validators/redlining.py

python

Review file

skills/pptx/scripts/thumbnail.py

python

Review file

skills/skill-creator/eval-viewer/generate_review.py

python

Review file

skills/skill-creator/scripts/__init__.py

python

Review file

skills/skill-creator/scripts/aggregate_benchmark.py

python

Review file

skills/skill-creator/scripts/generate_report.py

python

Review file

skills/skill-creator/scripts/improve_description.py

python

Review file

skills/skill-creator/scripts/package_skill.py

python

Review file

skills/skill-creator/scripts/quick_validate.py

python

Review file

skills/skill-creator/scripts/run_eval.py

python

Review file

skills/skill-creator/scripts/run_loop.py

python

Review file

skills/skill-creator/scripts/utils.py

python

Review file

skills/slack-gif-creator/core/easing.py

python

Review file

skills/slack-gif-creator/core/frame_composer.py

python

Review file

skills/slack-gif-creator/core/gif_builder.py

python

Review file

skills/slack-gif-creator/core/validators.py

python

Review file

skills/webapp-testing/examples/console_logging.py

python

Review file

skills/webapp-testing/examples/element_discovery.py

python

Review file

skills/webapp-testing/examples/static_html_automation.py

python

Review file

skills/webapp-testing/scripts/with_server.py

python

Review file

skills/xlsx/scripts/office/helpers/__init__.py

python

Review file

skills/xlsx/scripts/office/helpers/merge_runs.py

python

Review file

skills/xlsx/scripts/office/helpers/simplify_redlines.py

python

Review file

skills/xlsx/scripts/office/pack.py

python

Review file

skills/xlsx/scripts/office/soffice.py

python

Review file

skills/xlsx/scripts/office/unpack.py

python

Review file

skills/xlsx/scripts/office/validate.py

python

Review file

skills/xlsx/scripts/office/validators/__init__.py

python

Review file

skills/xlsx/scripts/office/validators/base.py

python

Review file

skills/xlsx/scripts/office/validators/docx.py

python

Review file

skills/xlsx/scripts/office/validators/pptx.py

python

Review file

skills/xlsx/scripts/office/validators/redlining.py

python

Review file

skills/xlsx/scripts/recalc.py

python

Review file

Symbols

ACCEPT_CHANGES_MACRO

constant

skills/docx/scripts/accept_changes.py:19

ALLOWED_PROPERTIES

constant

skills/skill-creator/scripts/quick_validate.py:42

BORDER_WIDTH

constant

skills/pptx/scripts/thumbnail.py:35

BaseSchemaValidator

class

skills/docx/scripts/office/validators/base.py:12

BaseSchemaValidator

class

skills/pptx/scripts/office/validators/base.py:12

BaseSchemaValidator

class

skills/xlsx/scripts/office/validators/base.py:12

COMMENT_MARKER_TEMPLATE

constant

skills/docx/scripts/comment.py:52

COMMENT_XML

constant

skills/docx/scripts/comment.py:34

CONTENT_TYPES_NAMESPACE

constant

skills/xlsx/scripts/office/validators/base.py:70

CONTENT_TYPES_NAMESPACE

constant

skills/pptx/scripts/office/validators/base.py:70

CONTENT_TYPES_NAMESPACE

constant

skills/docx/scripts/office/validators/base.py:70

CONVERSION_DPI

constant

skills/pptx/scripts/thumbnail.py:30

DEFAULT_COLS

constant

skills/pptx/scripts/thumbnail.py:32

DOCXSchemaValidator

class

skills/docx/scripts/office/validators/docx.py:16

DOCXSchemaValidator

class

skills/xlsx/scripts/office/validators/docx.py:16

DOCXSchemaValidator

class

skills/pptx/scripts/office/validators/docx.py:16

EASING_FUNCTIONS

constant

skills/slack-gif-creator/core/easing.py:103

ELEMENT_RELATIONSHIP_TYPES

constant

skills/xlsx/scripts/office/validators/docx.py:22

ELEMENT_RELATIONSHIP_TYPES

constant

skills/docx/scripts/office/validators/base.py:41

ELEMENT_RELATIONSHIP_TYPES

constant

skills/docx/scripts/office/validators/docx.py:22

ELEMENT_RELATIONSHIP_TYPES

constant

skills/xlsx/scripts/office/validators/pptx.py:16

ELEMENT_RELATIONSHIP_TYPES

constant

skills/pptx/scripts/office/validators/base.py:41

ELEMENT_RELATIONSHIP_TYPES

constant

skills/docx/scripts/office/validators/pptx.py:16

ELEMENT_RELATIONSHIP_TYPES

constant

skills/pptx/scripts/office/validators/pptx.py:16

ELEMENT_RELATIONSHIP_TYPES

constant

skills/pptx/scripts/office/validators/docx.py:22

ELEMENT_RELATIONSHIP_TYPES

constant

skills/xlsx/scripts/office/validators/base.py:41

EVALUATION_PROMPT

constant

skills/mcp-builder/scripts/evaluation.py:21

EXCLUDED_ID_CONTAINERS

constant

skills/docx/scripts/office/validators/base.py:37

EXCLUDED_ID_CONTAINERS

constant

skills/xlsx/scripts/office/validators/base.py:37

EXCLUDED_ID_CONTAINERS

constant

skills/pptx/scripts/office/validators/base.py:37

EXCLUDE_DIRS

constant

skills/skill-creator/scripts/package_skill.py:20

EXCLUDE_FILES

constant

skills/skill-creator/scripts/package_skill.py:22

EXCLUDE_GLOBS

constant

skills/skill-creator/scripts/package_skill.py:21

Entity

class

skills/algorithmic-art/templates/generator_template.js:91

FONT_SIZE_RATIO

constant

skills/pptx/scripts/thumbnail.py:36

GIFBuilder

class

skills/slack-gif-creator/core/gif_builder.py:17

GRID_PADDING

constant

skills/pptx/scripts/thumbnail.py:34

IGNORED_VALIDATION_ERRORS

constant

skills/docx/scripts/office/validators/base.py:14

IGNORED_VALIDATION_ERRORS

constant

skills/pptx/scripts/office/validators/base.py:14

IGNORED_VALIDATION_ERRORS

constant

skills/xlsx/scripts/office/validators/base.py:14

IMAGE_EXTENSIONS

constant

skills/skill-creator/eval-viewer/generate_review.py:41

JPEG_QUALITY

constant

skills/pptx/scripts/thumbnail.py:33

LABEL_PADDING_RATIO

constant

skills/pptx/scripts/thumbnail.py:37

LIBREOFFICE_PROFILE

constant

skills/docx/scripts/accept_changes.py:16

MACRO_DIR

constant

skills/docx/scripts/accept_changes.py:17

MACRO_DIR_LINUX

constant

skills/xlsx/scripts/recalc.py:18

MACRO_DIR_MACOS

constant

skills/xlsx/scripts/recalc.py:17

MACRO_FILENAME

constant

skills/xlsx/scripts/recalc.py:19

MAIN_CONTENT_FOLDERS

constant

skills/docx/scripts/office/validators/base.py:74

MAIN_CONTENT_FOLDERS

constant

skills/xlsx/scripts/office/validators/base.py:74

MAIN_CONTENT_FOLDERS

constant

skills/pptx/scripts/office/validators/base.py:74

MAX_COLS

constant

skills/pptx/scripts/thumbnail.py:31

MCPConnection

class

skills/mcp-builder/scripts/connections.py:13

MCPConnectionHTTP

class

skills/mcp-builder/scripts/connections.py:100

MCPConnectionSSE

class

skills/mcp-builder/scripts/connections.py:88

MCPConnectionStdio

class

skills/mcp-builder/scripts/connections.py:73

MC_NAMESPACE

constant

skills/docx/scripts/office/validators/base.py:61

MC_NAMESPACE

constant

skills/pptx/scripts/office/validators/base.py:61

MC_NAMESPACE

constant

skills/xlsx/scripts/office/validators/base.py:61

METADATA_FILES

constant

skills/skill-creator/eval-viewer/generate_review.py:31

MIME_OVERRIDES

constant

skills/skill-creator/eval-viewer/generate_review.py:44

NS

constant

skills/docx/scripts/comment.py:26

OFFICE_RELATIONSHIPS_NAMESPACE

constant

skills/xlsx/scripts/office/validators/base.py:67

OFFICE_RELATIONSHIPS_NAMESPACE

constant

skills/docx/scripts/office/validators/base.py:67

OFFICE_RELATIONSHIPS_NAMESPACE

constant

skills/pptx/scripts/office/validators/base.py:67

OOXML_NAMESPACES

constant

skills/pptx/scripts/office/validators/base.py:76

OOXML_NAMESPACES

constant

skills/xlsx/scripts/office/validators/base.py:76

OOXML_NAMESPACES

constant

skills/docx/scripts/office/validators/base.py:76

PACKAGE_RELATIONSHIPS_NAMESPACE

constant

skills/xlsx/scripts/office/validators/base.py:64

PACKAGE_RELATIONSHIPS_NAMESPACE

constant

skills/docx/scripts/office/validators/base.py:64

PACKAGE_RELATIONSHIPS_NAMESPACE

constant

skills/pptx/scripts/office/validators/base.py:64

PPTXSchemaValidator

class

skills/pptx/scripts/office/validators/pptx.py:10

PPTXSchemaValidator

class

skills/xlsx/scripts/office/validators/pptx.py:10

PPTXSchemaValidator

class

skills/docx/scripts/office/validators/pptx.py:10

PRESENTATIONML_NAMESPACE

constant

skills/xlsx/scripts/office/validators/pptx.py:12

PRESENTATIONML_NAMESPACE

constant

skills/pptx/scripts/office/validators/pptx.py:12

PRESENTATIONML_NAMESPACE

constant

skills/docx/scripts/office/validators/pptx.py:12

RECALCULATE_MACRO

constant

skills/xlsx/scripts/recalc.py:21

REPLY_MARKER_TEMPLATE

constant

skills/docx/scripts/comment.py:59

REPORT_HEADER

constant

skills/mcp-builder/scripts/evaluation.py:187

ROOT_EXCLUDE_DIRS

constant

skills/skill-creator/scripts/package_skill.py:24

RectAndField

class

skills/pdf/scripts/check_bounding_boxes.py:9

RedliningValidator

class

skills/docx/scripts/office/validators/redlining.py:11

RedliningValidator

class

skills/xlsx/scripts/office/validators/redlining.py:11

RedliningValidator

class

skills/pptx/scripts/office/validators/redlining.py:11

ReviewHandler

class

skills/skill-creator/eval-viewer/generate_review.py:308

SCHEMA_MAPPINGS

constant

skills/xlsx/scripts/office/validators/base.py:43

SCHEMA_MAPPINGS

constant

skills/docx/scripts/office/validators/base.py:43

SCHEMA_MAPPINGS

constant

skills/pptx/scripts/office/validators/base.py:43

SMART_QUOTE_ENTITIES

constant

skills/docx/scripts/comment.py:72

SMART_QUOTE_REPLACEMENTS

constant

skills/pptx/scripts/office/unpack.py:26

SMART_QUOTE_REPLACEMENTS

constant

skills/docx/scripts/office/unpack.py:26

SMART_QUOTE_REPLACEMENTS

constant

skills/xlsx/scripts/office/unpack.py:26

TASK_TEMPLATE

constant

skills/mcp-builder/scripts/evaluation.py:200

TEMPLATE_DIR

constant

skills/docx/scripts/comment.py:25

TEXT_EXTENSIONS

constant

skills/skill-creator/eval-viewer/generate_review.py:34

THUMBNAIL_WIDTH

constant

skills/pptx/scripts/thumbnail.py:29

UNIQUE_ID_REQUIREMENTS

constant

skills/docx/scripts/office/validators/base.py:19

UNIQUE_ID_REQUIREMENTS

constant

skills/pptx/scripts/office/validators/base.py:19

UNIQUE_ID_REQUIREMENTS

constant

skills/xlsx/scripts/office/validators/base.py:19

W14_NAMESPACE

constant

skills/xlsx/scripts/office/validators/docx.py:19

W14_NAMESPACE

constant

skills/pptx/scripts/office/validators/docx.py:19

W14_NAMESPACE

constant

skills/docx/scripts/office/validators/docx.py:19

W16CID_NAMESPACE

constant

skills/pptx/scripts/office/validators/docx.py:20

W16CID_NAMESPACE

constant

skills/xlsx/scripts/office/validators/docx.py:20

W16CID_NAMESPACE

constant

skills/docx/scripts/office/validators/docx.py:20

WORD_2006_NAMESPACE

constant

skills/pptx/scripts/office/validators/docx.py:18

WORD_2006_NAMESPACE

constant

skills/docx/scripts/office/validators/docx.py:18

WORD_2006_NAMESPACE

constant

skills/xlsx/scripts/office/validators/docx.py:18

WORD_NS

constant

skills/docx/scripts/office/helpers/simplify_redlines.py:19

WORD_NS

constant

skills/pptx/scripts/office/helpers/simplify_redlines.py:19

WORD_NS

constant

skills/xlsx/scripts/office/helpers/simplify_redlines.py:19

XML_NAMESPACE

constant

skills/docx/scripts/office/validators/base.py:62

XML_NAMESPACE

constant

skills/xlsx/scripts/office/validators/base.py:62

XML_NAMESPACE

constant

skills/pptx/scripts/office/validators/base.py:62

_SHIM_SO

constant

skills/docx/scripts/office/soffice.py:41

_SHIM_SO

constant

skills/pptx/scripts/office/soffice.py:41

_SHIM_SO

constant

skills/xlsx/scripts/office/soffice.py:41

_SHIM_SOURCE

constant

skills/xlsx/scripts/office/soffice.py:69

_SHIM_SOURCE

constant

skills/pptx/scripts/office/soffice.py:69

_SHIM_SOURCE

constant

skills/docx/scripts/office/soffice.py:69

__aenter__

method

skills/mcp-builder/scripts/connections.py:24

__aexit__

method

skills/mcp-builder/scripts/connections.py:48

__init__

method

skills/mcp-builder/scripts/connections.py:76

__init__

method

skills/xlsx/scripts/office/validators/base.py:94

__init__

method

skills/docx/scripts/office/validators/base.py:94

__init__

method

skills/mcp-builder/scripts/connections.py:16

__init__

method

skills/docx/scripts/office/validators/redlining.py:13

__init__

method

skills/xlsx/scripts/office/validators/redlining.py:13

__init__

method

skills/slack-gif-creator/core/gif_builder.py:20

__init__

method

skills/pptx/scripts/office/validators/redlining.py:13

__init__

method

skills/mcp-builder/scripts/connections.py:91

__init__

method

skills/mcp-builder/scripts/connections.py:103

__init__

method

skills/pptx/scripts/office/validators/base.py:94

__init__

method

skills/skill-creator/eval-viewer/generate_review.py:315

_add_to_content_types

function

skills/pptx/scripts/add_slide.py:130

_add_to_presentation_rels

function

skills/pptx/scripts/add_slide.py:141

_append_xml

function

skills/docx/scripts/comment.py:86

_call_claude

function

skills/skill-creator/scripts/improve_description.py:20

_can_merge

function

skills/xlsx/scripts/office/helpers/merge_runs.py:159

_can_merge

function

skills/pptx/scripts/office/helpers/merge_runs.py:159

_can_merge

function

skills/docx/scripts/office/helpers/merge_runs.py:159

_can_merge_tracked

function

skills/docx/scripts/office/helpers/simplify_redlines.py:89

_can_merge_tracked

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:89

_can_merge_tracked

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:89

_clean_ignorable_namespaces

method

skills/pptx/scripts/office/validators/base.py:703

_clean_ignorable_namespaces

method

skills/xlsx/scripts/office/validators/base.py:703

_clean_ignorable_namespaces

method

skills/docx/scripts/office/validators/base.py:703

_condense_xml

function

skills/pptx/scripts/office/pack.py:108

_condense_xml

function

skills/docx/scripts/office/pack.py:108

_condense_xml

function

skills/xlsx/scripts/office/pack.py:108

_consolidate_text

function

skills/pptx/scripts/office/helpers/merge_runs.py:178

_consolidate_text

function

skills/docx/scripts/office/helpers/merge_runs.py:178

_consolidate_text

function

skills/xlsx/scripts/office/helpers/merge_runs.py:178

_create_context

method

skills/mcp-builder/scripts/connections.py:108

_create_context

method

skills/mcp-builder/scripts/connections.py:96

_create_context

method

skills/mcp-builder/scripts/connections.py:82

_create_context

method

skills/mcp-builder/scripts/connections.py:21

_encode_smart_quotes

function

skills/docx/scripts/comment.py:80

_ensure_comment_content_types

function

skills/docx/scripts/comment.py:179

_ensure_comment_relationships

function

skills/docx/scripts/comment.py:137

_ensure_shim

function

skills/pptx/scripts/office/soffice.py:53

_ensure_shim

function

skills/docx/scripts/office/soffice.py:53

_ensure_shim

function

skills/xlsx/scripts/office/soffice.py:53

_escape_smart_quotes

function

skills/pptx/scripts/office/unpack.py:91

_escape_smart_quotes

function

skills/xlsx/scripts/office/unpack.py:91

_escape_smart_quotes

function

skills/docx/scripts/office/unpack.py:91

_extract_text_content

method

skills/xlsx/scripts/office/validators/redlining.py:229

_extract_text_content

method

skills/pptx/scripts/office/validators/redlining.py:229

_extract_text_content

method

skills/docx/scripts/office/validators/redlining.py:229

_find_elements

function

skills/pptx/scripts/office/helpers/merge_runs.py:44

_find_elements

function

skills/xlsx/scripts/office/helpers/merge_runs.py:44

_find_elements

function

skills/docx/scripts/office/helpers/simplify_redlines.py:111

_find_elements

function

skills/docx/scripts/office/helpers/merge_runs.py:44

_find_elements

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:111

_find_elements

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:111

_find_para_id

function

skills/docx/scripts/comment.py:98

_find_runs_recursive

function

skills/skill-creator/eval-viewer/generate_review.py:68

_first_child_run

function

skills/pptx/scripts/office/helpers/merge_runs.py:128

_first_child_run

function

skills/xlsx/scripts/office/helpers/merge_runs.py:128

_first_child_run

function

skills/docx/scripts/office/helpers/merge_runs.py:128

_generate_detailed_diff

method

skills/xlsx/scripts/office/validators/redlining.py:104

_generate_detailed_diff

method

skills/pptx/scripts/office/validators/redlining.py:104

_generate_detailed_diff

method

skills/docx/scripts/office/validators/redlining.py:104

_generate_hex_id

function

skills/docx/scripts/comment.py:68

_get_author

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:80

_get_author

function

skills/docx/scripts/office/helpers/simplify_redlines.py:80

_get_author

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:80

_get_authors_from_docx

function

skills/docx/scripts/office/helpers/simplify_redlines.py:149

_get_authors_from_docx

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:149

_get_authors_from_docx

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:149

_get_child

function

skills/docx/scripts/office/helpers/merge_runs.py:59

_get_child

function

skills/pptx/scripts/office/helpers/merge_runs.py:59

_get_child

function

skills/xlsx/scripts/office/helpers/merge_runs.py:59

_get_children

function

skills/pptx/scripts/office/helpers/merge_runs.py:68

_get_children

function

skills/docx/scripts/office/helpers/merge_runs.py:68

_get_children

function

skills/xlsx/scripts/office/helpers/merge_runs.py:68

_get_expected_relationship_type

method

skills/xlsx/scripts/office/validators/base.py:469

_get_expected_relationship_type

method

skills/pptx/scripts/office/validators/base.py:469

_get_expected_relationship_type

method

skills/docx/scripts/office/validators/base.py:469

_get_git_word_diff

method

skills/docx/scripts/office/validators/redlining.py:127

_get_git_word_diff

method

skills/xlsx/scripts/office/validators/redlining.py:127

_get_git_word_diff

method

skills/pptx/scripts/office/validators/redlining.py:127

_get_next_rid

function

skills/docx/scripts/comment.py:108

_get_next_slide_id

function

skills/pptx/scripts/add_slide.py:158

_get_original_file_errors

method

skills/xlsx/scripts/office/validators/base.py:787

_get_original_file_errors

method

skills/pptx/scripts/office/validators/base.py:787

_get_original_file_errors

method

skills/docx/scripts/office/validators/base.py:787

_get_schema_path

method

skills/xlsx/scripts/office/validators/base.py:685

_get_schema_path

method

skills/pptx/scripts/office/validators/base.py:685

_get_schema_path

method

skills/docx/scripts/office/validators/base.py:685

_has_content_type

function

skills/docx/scripts/comment.py:129

_has_relationship

function

skills/docx/scripts/comment.py:121

_is_adjacent

function

skills/docx/scripts/office/helpers/merge_runs.py:78

_is_adjacent

function

skills/xlsx/scripts/office/helpers/merge_runs.py:78

_is_adjacent

function

skills/pptx/scripts/office/helpers/merge_runs.py:78

_is_element

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:75

_is_element

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:75

_is_element

function

skills/docx/scripts/office/helpers/simplify_redlines.py:75

_is_run

function

skills/xlsx/scripts/office/helpers/merge_runs.py:154

_is_run

function

skills/pptx/scripts/office/helpers/merge_runs.py:154

_is_run

function

skills/docx/scripts/office/helpers/merge_runs.py:154

_kill_port

function

skills/skill-creator/eval-viewer/generate_review.py:288

_looks_like_uuid

method

skills/xlsx/scripts/office/validators/pptx.py:100

_looks_like_uuid

method

skills/docx/scripts/office/validators/pptx.py:100

_looks_like_uuid

method

skills/pptx/scripts/office/validators/pptx.py:100

_merge_run_content

function

skills/xlsx/scripts/office/helpers/merge_runs.py:170

_merge_run_content

function

skills/docx/scripts/office/helpers/merge_runs.py:170

_merge_run_content

function

skills/pptx/scripts/office/helpers/merge_runs.py:170

_merge_runs_in

function

skills/pptx/scripts/office/helpers/merge_runs.py:108

_merge_runs_in

function

skills/docx/scripts/office/helpers/merge_runs.py:108

_merge_runs_in

function

skills/xlsx/scripts/office/helpers/merge_runs.py:108

_merge_tracked_changes_in

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:47

_merge_tracked_changes_in

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:47

_merge_tracked_changes_in

function

skills/docx/scripts/office/helpers/simplify_redlines.py:47

_merge_tracked_content

function

skills/docx/scripts/office/helpers/simplify_redlines.py:104

_merge_tracked_content

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:104

_merge_tracked_content

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:104

_needs_shim

function

skills/xlsx/scripts/office/soffice.py:44

_needs_shim

function

skills/pptx/scripts/office/soffice.py:44

_needs_shim

function

skills/docx/scripts/office/soffice.py:44

_next_element_sibling

function

skills/xlsx/scripts/office/helpers/merge_runs.py:135

_next_element_sibling

function

skills/docx/scripts/office/helpers/merge_runs.py:135

_next_element_sibling

function

skills/pptx/scripts/office/helpers/merge_runs.py:135

_next_sibling_run

function

skills/pptx/scripts/office/helpers/merge_runs.py:144

_next_sibling_run

function

skills/docx/scripts/office/helpers/merge_runs.py:144

_next_sibling_run

function

skills/xlsx/scripts/office/helpers/merge_runs.py:144

_parse_id_value

method

skills/xlsx/scripts/office/validators/docx.py:251

_parse_id_value

method

skills/docx/scripts/office/validators/docx.py:251

_parse_id_value

method

skills/pptx/scripts/office/validators/docx.py:251

_preprocess_for_mc_ignorable

method

skills/xlsx/scripts/office/validators/base.py:742

_preprocess_for_mc_ignorable

method

skills/docx/scripts/office/validators/base.py:742

_preprocess_for_mc_ignorable

method

skills/pptx/scripts/office/validators/base.py:742

_pretty_print_xml

function

skills/pptx/scripts/office/unpack.py:82

_pretty_print_xml

function

skills/xlsx/scripts/office/unpack.py:82

_pretty_print_xml

function

skills/docx/scripts/office/unpack.py:82

_remove_author_tracked_changes

method

skills/xlsx/scripts/office/validators/redlining.py:198

_remove_author_tracked_changes

method

skills/docx/scripts/office/validators/redlining.py:198

_remove_author_tracked_changes

method

skills/pptx/scripts/office/validators/redlining.py:198

_remove_elements

function

skills/xlsx/scripts/office/helpers/merge_runs.py:93

_remove_elements

function

skills/pptx/scripts/office/helpers/merge_runs.py:93

_remove_elements

function

skills/docx/scripts/office/helpers/merge_runs.py:93

_remove_ignorable_elements

method

skills/xlsx/scripts/office/validators/base.py:723

_remove_ignorable_elements

method

skills/docx/scripts/office/validators/base.py:723

_remove_ignorable_elements

method

skills/pptx/scripts/office/validators/base.py:723

_remove_template_tags_from_text_nodes

method

skills/docx/scripts/office/validators/base.py:814

_remove_template_tags_from_text_nodes

method

skills/xlsx/scripts/office/validators/base.py:814

_remove_template_tags_from_text_nodes

method

skills/pptx/scripts/office/validators/base.py:814

_run_validation

function

skills/pptx/scripts/office/pack.py:69

_run_validation

function

skills/docx/scripts/office/pack.py:69

_run_validation

function

skills/xlsx/scripts/office/pack.py:69

_setup_libreoffice_macro

function

skills/docx/scripts/accept_changes.py:91

_strip_run_rsid_attrs

function

skills/docx/scripts/office/helpers/merge_runs.py:99

_strip_run_rsid_attrs

function

skills/xlsx/scripts/office/helpers/merge_runs.py:99

_strip_run_rsid_attrs

function

skills/pptx/scripts/office/helpers/merge_runs.py:99

_validate_single_file_xsd

method

skills/xlsx/scripts/office/validators/base.py:750

_validate_single_file_xsd

method

skills/pptx/scripts/office/validators/base.py:750

_validate_single_file_xsd

method

skills/docx/scripts/office/validators/base.py:750

accept_changes

function

skills/docx/scripts/accept_changes.py:36

add_comment

function

skills/docx/scripts/comment.py:218

add_frame

method

skills/slack-gif-creator/core/gif_builder.py:34

add_frames

method

skills/slack-gif-creator/core/gif_builder.py:54

agent_loop

function

skills/mcp-builder/scripts/evaluation.py:86

aggregate_results

function

skills/skill-creator/scripts/aggregate_benchmark.py:176

aggregate_runs

method

skills/skill-creator/scripts/generate_report.py:227

apply_squash_stretch

function

skills/slack-gif-creator/core/easing.py:163

build_run

function

skills/skill-creator/eval-viewer/generate_review.py:85

build_slide_list

function

skills/pptx/scripts/thumbnail.py:121

calculate_arc_motion

function

skills/slack-gif-creator/core/easing.py:195

calculate_stats

function

skills/skill-creator/scripts/aggregate_benchmark.py:45

call_tool

method

skills/mcp-builder/scripts/connections.py:67

clean_unused_files

function

skills/pptx/scripts/clean.py:241

clear

method

skills/slack-gif-creator/core/gif_builder.py:267

colorFromPalette

function

skills/algorithmic-art/templates/generator_template.js:140

compare_paragraph_counts

method

skills/pptx/scripts/office/validators/docx.py:243

compare_paragraph_counts

method

skills/docx/scripts/office/validators/docx.py:243

compare_paragraph_counts

method

skills/xlsx/scripts/office/validators/docx.py:243

constructor

method

skills/algorithmic-art/templates/generator_template.js:93

convert

function

skills/pdf/scripts/convert_pdf_to_images.py:9

convert_to_images

function

skills/pptx/scripts/thumbnail.py:158

count_paragraphs_in_original

method

skills/xlsx/scripts/office/validators/docx.py:179

count_paragraphs_in_original

method

skills/docx/scripts/office/validators/docx.py:179

count_paragraphs_in_original

method

skills/pptx/scripts/office/validators/docx.py:179

count_paragraphs_in_unpacked

method

skills/xlsx/scripts/office/validators/docx.py:163

count_paragraphs_in_unpacked

method

skills/pptx/scripts/office/validators/docx.py:163

count_paragraphs_in_unpacked

method

skills/docx/scripts/office/validators/docx.py:163

create_blank_frame

function

skills/slack-gif-creator/core/frame_composer.py:15

create_connection

function

skills/mcp-builder/scripts/connections.py:112

create_gradient_background

function

skills/slack-gif-creator/core/frame_composer.py:99

create_grid

function

skills/pptx/scripts/thumbnail.py:225

create_grids

function

skills/pptx/scripts/thumbnail.py:196

create_hidden_placeholder

function

skills/pptx/scripts/thumbnail.py:149

create_slide_from_layout

function

skills/pptx/scripts/add_slide.py:33

create_validation_image

function

skills/pdf/scripts/create_validation_image.py:9

deduplicate_frames

method

skills/slack-gif-creator/core/gif_builder.py:124

display

method

skills/algorithmic-art/templates/generator_template.js:105

do_GET

method

skills/skill-creator/eval-viewer/generate_review.py:332

do_POST

method

skills/skill-creator/eval-viewer/generate_review.py:361

draw

function

skills/algorithmic-art/templates/generator_template.js:69

draw_circle

function

skills/slack-gif-creator/core/frame_composer.py:32

draw_star

function

skills/slack-gif-creator/core/frame_composer.py:137

draw_text

function

skills/slack-gif-creator/core/frame_composer.py:61

duplicate_slide

function

skills/pptx/scripts/add_slide.py:90

easeInOutCubic

function

skills/algorithmic-art/templates/generator_template.js:149

ease_back_in

function

skills/slack-gif-creator/core/easing.py:140

ease_back_in_out

function

skills/slack-gif-creator/core/easing.py:154

ease_back_out

function

skills/slack-gif-creator/core/easing.py:147

ease_in_bounce

function

skills/slack-gif-creator/core/easing.py:51

ease_in_cubic

function

skills/slack-gif-creator/core/easing.py:34

ease_in_elastic

function

skills/slack-gif-creator/core/easing.py:78

ease_in_out_bounce

function

skills/slack-gif-creator/core/easing.py:71

ease_in_out_cubic

function

skills/slack-gif-creator/core/easing.py:44

ease_in_out_elastic

function

skills/slack-gif-creator/core/easing.py:92

ease_in_out_quad

function

skills/slack-gif-creator/core/easing.py:27

ease_in_quad

function

skills/slack-gif-creator/core/easing.py:17

ease_out_bounce

function

skills/slack-gif-creator/core/easing.py:56

ease_out_cubic

function

skills/slack-gif-creator/core/easing.py:39

ease_out_elastic

function

skills/slack-gif-creator/core/easing.py:85

ease_out_quad

function

skills/slack-gif-creator/core/easing.py:22

embed_file

function

skills/skill-creator/eval-viewer/generate_review.py:149

evaluate_single_task

function

skills/mcp-builder/scripts/evaluation.py:154

exportImage

function

skills/algorithmic-art/templates/generator_template.js:202

extract_form_structure

function

skills/pdf/scripts/extract_form_structure.py:20

extract_xml_content

function

skills/mcp-builder/scripts/evaluation.py:79

fadeBackground

function

skills/algorithmic-art/templates/generator_template.js:183

fill_pdf_fields

function

skills/pdf/scripts/fill_fillable_fields.py:11

fill_pdf_form

function

skills/pdf/scripts/fill_pdf_form_with_annotations.py:33

find_project_root

function

skills/skill-creator/scripts/run_eval.py:22

find_runs

function

skills/skill-creator/eval-viewer/generate_review.py:60

generate_benchmark

function

skills/skill-creator/scripts/aggregate_benchmark.py:227

generate_html

function

skills/skill-creator/scripts/generate_report.py:16

generate_html

function

skills/skill-creator/eval-viewer/generate_review.py:250

generate_markdown

function

skills/skill-creator/scripts/aggregate_benchmark.py:281

getNoiseValue

function

skills/algorithmic-art/templates/generator_template.js:190

get_bounding_box_messages

function

skills/pdf/scripts/check_bounding_boxes.py:15

get_easing

function

skills/slack-gif-creator/core/easing.py:117

get_field_info

function

skills/pdf/scripts/extract_form_field_info.py:47

get_full_annotation_field_id

function

skills/pdf/scripts/extract_form_field_info.py:9

get_mime_type

function

skills/skill-creator/eval-viewer/generate_review.py:52

get_next_slide_number

function

skills/pptx/scripts/add_slide.py:27

get_referenced_files

function

skills/pptx/scripts/clean.py:153

get_slide_info

function

skills/pptx/scripts/thumbnail.py:95

get_slide_referenced_files

function

skills/pptx/scripts/clean.py:106

get_slides_in_sldidlst

function

skills/pptx/scripts/clean.py:27

get_soffice_env

function

skills/pptx/scripts/office/soffice.py:24

get_soffice_env

function

skills/docx/scripts/office/soffice.py:24

get_soffice_env

function

skills/xlsx/scripts/office/soffice.py:24

get_tracked_change_authors

function

skills/docx/scripts/office/helpers/simplify_redlines.py:126

get_tracked_change_authors

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:126

get_tracked_change_authors

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:126

handle_console_message

function

skills/webapp-testing/examples/console_logging.py:14

has_gtimeout

function

skills/xlsx/scripts/recalc.py:32

hexToRgb

function

skills/algorithmic-art/templates/generator_template.js:132

improve_description

function

skills/skill-creator/scripts/improve_description.py:50

infer_author

function

skills/docx/scripts/office/helpers/simplify_redlines.py:172

infer_author

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:172

infer_author

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:172

initializeSeed

function

skills/algorithmic-art/templates/generator_template.js:42

interpolate

function

skills/slack-gif-creator/core/easing.py:122

is_server_ready

function

skills/webapp-testing/scripts/with_server.py:23

is_slack_ready

function

skills/slack-gif-creator/core/validators.py:121

linear

function

skills/slack-gif-creator/core/easing.py:12

list_tools

method

skills/mcp-builder/scripts/connections.py:55

load_previous_iteration

function

skills/skill-creator/eval-viewer/generate_review.py:213

load_run_results

function

skills/skill-creator/scripts/aggregate_benchmark.py:67

log_message

method

skills/skill-creator/eval-viewer/generate_review.py:382

main

function

skills/pdf/scripts/extract_form_structure.py:91

main

function

skills/skill-creator/scripts/package_skill.py:111

main

function

skills/mcp-builder/scripts/evaluation.py:305

main

function

skills/skill-creator/scripts/generate_report.py:304

main

function

skills/pptx/scripts/thumbnail.py:40

main

function

skills/skill-creator/scripts/aggregate_benchmark.py:338

main

function

skills/skill-creator/scripts/run_eval.py:259

main

function

skills/pptx/scripts/office/validate.py:25

main

function

skills/skill-creator/eval-viewer/generate_review.py:387

main

function

skills/skill-creator/scripts/run_loop.py:244

main

function

skills/webapp-testing/scripts/with_server.py:35

main

function

skills/skill-creator/scripts/improve_description.py:194

main

function

skills/xlsx/scripts/recalc.py:164

main

function

skills/xlsx/scripts/office/validate.py:25

main

function

skills/docx/scripts/office/validate.py:25

make_field_dict

function

skills/pdf/scripts/extract_form_field_info.py:19

mapRange

function

skills/algorithmic-art/templates/generator_template.js:146

merge_runs

function

skills/pptx/scripts/office/helpers/merge_runs.py:16

merge_runs

function

skills/xlsx/scripts/office/helpers/merge_runs.py:16

merge_runs

function

skills/docx/scripts/office/helpers/merge_runs.py:16

monkeypatch_pydpf_method

function

skills/pdf/scripts/fill_fillable_fields.py:74

optimize_colors

method

skills/slack-gif-creator/core/gif_builder.py:59

pack

function

skills/docx/scripts/office/pack.py:24

pack

function

skills/xlsx/scripts/office/pack.py:24

pack

function

skills/pptx/scripts/office/pack.py:24

package_skill

function

skills/skill-creator/scripts/package_skill.py:42

parse_env_vars

function

skills/mcp-builder/scripts/evaluation.py:290

parse_evaluation_file

function

skills/mcp-builder/scripts/evaluation.py:56

parse_headers

function

skills/mcp-builder/scripts/evaluation.py:275

parse_skill_md

function

skills/skill-creator/scripts/utils.py:7

parse_source

function

skills/pptx/scripts/add_slide.py:165

patched_get_inherited

method

skills/pdf/scripts/fill_fillable_fields.py:80

print_eval_stats

method

skills/skill-creator/scripts/run_loop.py:154

process_text_content

method

skills/pptx/scripts/office/validators/base.py:821

process_text_content

method

skills/docx/scripts/office/validators/base.py:821

process_text_content

method

skills/xlsx/scripts/office/validators/base.py:821

recalc

function

skills/xlsx/scripts/recalc.py:70

rects_intersect

method

skills/pdf/scripts/check_bounding_boxes.py:20

regenerate

function

skills/algorithmic-art/templates/generator_template.js:170

remove_orphaned_files

function

skills/pptx/scripts/clean.py:171

remove_orphaned_rels_files

function

skills/pptx/scripts/clean.py:128

remove_orphaned_slides

function

skills/pptx/scripts/clean.py:49

remove_trash_directory

function

skills/pptx/scripts/clean.py:91

repair

method

skills/docx/scripts/office/validators/docx.py:386

repair

method

skills/xlsx/scripts/office/validators/docx.py:386

repair

method

skills/docx/scripts/office/validators/redlining.py:22

repair

method

skills/xlsx/scripts/office/validators/redlining.py:22

repair

method

skills/docx/scripts/office/validators/base.py:112

repair

method

skills/pptx/scripts/office/validators/redlining.py:22

repair

method

skills/pptx/scripts/office/validators/docx.py:386

repair

method

skills/xlsx/scripts/office/validators/base.py:112

repair

method

skills/pptx/scripts/office/validators/base.py:112

repair_durableId

method

skills/pptx/scripts/office/validators/docx.py:391

repair_durableId

method

skills/docx/scripts/office/validators/docx.py:391

repair_durableId

method

skills/xlsx/scripts/office/validators/docx.py:391

repair_whitespace_preservation

method

skills/docx/scripts/office/validators/base.py:115

repair_whitespace_preservation

method

skills/pptx/scripts/office/validators/base.py:115

repair_whitespace_preservation

method

skills/xlsx/scripts/office/validators/base.py:115

run_eval

function

skills/skill-creator/scripts/run_eval.py:184

run_evaluation

function

skills/mcp-builder/scripts/evaluation.py:220

run_loop

function

skills/skill-creator/scripts/run_loop.py:47

run_single_query

function

skills/skill-creator/scripts/run_eval.py:35

run_soffice

function

skills/docx/scripts/office/soffice.py:35

run_soffice

function

skills/pptx/scripts/office/soffice.py:35

run_soffice

function

skills/xlsx/scripts/office/soffice.py:35

save

method

skills/slack-gif-creator/core/gif_builder.py:160

score_class

method

skills/skill-creator/scripts/generate_report.py:244

setup

function

skills/algorithmic-art/templates/generator_template.js:52

setup_libreoffice_macro

function

skills/xlsx/scripts/recalc.py:42

should_exclude

function

skills/skill-creator/scripts/package_skill.py:27

simplify_redlines

function

skills/docx/scripts/office/helpers/simplify_redlines.py:22

simplify_redlines

function

skills/pptx/scripts/office/helpers/simplify_redlines.py:22

simplify_redlines

function

skills/xlsx/scripts/office/helpers/simplify_redlines.py:22

sort_key

method

skills/pdf/scripts/extract_form_field_info.py:96

split_eval_set

function

skills/skill-creator/scripts/run_loop.py:24

transform_from_image_coords

function

skills/pdf/scripts/fill_pdf_form_with_annotations.py:10

transform_from_pdf_coords

function

skills/pdf/scripts/fill_pdf_form_with_annotations.py:23

traverse

method

skills/pptx/scripts/office/helpers/simplify_redlines.py:114

traverse

method

skills/xlsx/scripts/office/helpers/simplify_redlines.py:114

traverse

method

skills/docx/scripts/office/helpers/merge_runs.py:47

traverse

method

skills/xlsx/scripts/office/helpers/merge_runs.py:47

traverse

method

skills/docx/scripts/office/helpers/simplify_redlines.py:114

traverse

method

skills/pptx/scripts/office/helpers/merge_runs.py:47

unpack

function

skills/pptx/scripts/office/unpack.py:34

unpack

function

skills/docx/scripts/office/unpack.py:34

unpack

function

skills/xlsx/scripts/office/unpack.py:34

update

method

skills/algorithmic-art/templates/generator_template.js:97

updateParameter

function

skills/algorithmic-art/templates/generator_template.js:164

update_content_types

function

skills/pptx/scripts/clean.py:221

validate

method

skills/docx/scripts/office/validators/pptx.py:25

validate

method

skills/pptx/scripts/office/validators/docx.py:24

validate

method

skills/docx/scripts/office/validators/docx.py:24

validate

method

skills/pptx/scripts/office/validators/base.py:109

validate

method

skills/docx/scripts/office/validators/redlining.py:25

validate

method

skills/xlsx/scripts/office/validators/redlining.py:25

validate

method

skills/pptx/scripts/office/validators/redlining.py:25

validate

method

skills/pptx/scripts/office/validators/pptx.py:25

validate

method

skills/docx/scripts/office/validators/base.py:109

validate

method

skills/xlsx/scripts/office/validators/base.py:109

validate

method

skills/xlsx/scripts/office/validators/pptx.py:25

validate

method

skills/xlsx/scripts/office/validators/docx.py:24

validate_against_xsd

method

skills/pptx/scripts/office/validators/base.py:636

validate_against_xsd

method

skills/xlsx/scripts/office/validators/base.py:636

validate_against_xsd

method

skills/docx/scripts/office/validators/base.py:636

validate_all_relationship_ids

method

skills/xlsx/scripts/office/validators/base.py:385

validate_all_relationship_ids

method

skills/pptx/scripts/office/validators/base.py:385

validate_all_relationship_ids

method

skills/docx/scripts/office/validators/base.py:385

validate_comment_markers

method

skills/pptx/scripts/office/validators/docx.py:298

validate_comment_markers

method

skills/xlsx/scripts/office/validators/docx.py:298

validate_comment_markers

method

skills/docx/scripts/office/validators/docx.py:298

validate_content_types

method

skills/xlsx/scripts/office/validators/base.py:492

validate_content_types

method

skills/pptx/scripts/office/validators/base.py:492

validate_content_types

method

skills/docx/scripts/office/validators/base.py:492

validate_deletions

method

skills/xlsx/scripts/office/validators/docx.py:112

Dependencies

skills/algorithmic-art/templates/generator_template.js

call -> Examples

skills/algorithmic-art/templates/generator_template.js

call -> RANDOMNESS

skills/algorithmic-art/templates/generator_template.js

call -> STRUCTURE

skills/algorithmic-art/templates/generator_template.js

call -> UPDATES

skills/algorithmic-art/templates/generator_template.js

call -> constructor

skills/algorithmic-art/templates/generator_template.js

call -> cos

skills/algorithmic-art/templates/generator_template.js

call -> createCanvas

skills/algorithmic-art/templates/generator_template.js

call -> createVector

skills/algorithmic-art/templates/generator_template.js

call -> detection

skills/algorithmic-art/templates/generator_template.js

call -> display

skills/algorithmic-art/templates/generator_template.js

call -> draw

skills/algorithmic-art/templates/generator_template.js

call -> draw

skills/algorithmic-art/templates/generator_template.js

call -> elements

skills/algorithmic-art/templates/generator_template.js

call -> exec

skills/algorithmic-art/templates/generator_template.js

call -> fill

skills/algorithmic-art/templates/generator_template.js

call -> generation

skills/algorithmic-art/templates/generator_template.js

call -> generation

skills/algorithmic-art/templates/generator_template.js

call -> initializeSeed

skills/algorithmic-art/templates/generator_template.js

call -> initializeSeed

skills/algorithmic-art/templates/generator_template.js

call -> mult

skills/algorithmic-art/templates/generator_template.js

call -> noLoop

skills/algorithmic-art/templates/generator_template.js

call -> noLoop

skills/algorithmic-art/templates/generator_template.js

call -> noLoop

skills/algorithmic-art/templates/generator_template.js

call -> noLoop

skills/algorithmic-art/templates/generator_template.js

call -> noStroke

skills/algorithmic-art/templates/generator_template.js

call -> noise

skills/algorithmic-art/templates/generator_template.js

call -> noise

skills/algorithmic-art/templates/generator_template.js

call -> noiseSeed

skills/algorithmic-art/templates/generator_template.js

call -> operations

skills/algorithmic-art/templates/generator_template.js

call -> parseInt

skills/algorithmic-art/templates/generator_template.js

call -> parseInt

skills/algorithmic-art/templates/generator_template.js

call -> parseInt

skills/algorithmic-art/templates/generator_template.js

call -> pow

skills/algorithmic-art/templates/generator_template.js

call -> random

skills/algorithmic-art/templates/generator_template.js

call -> random

skills/algorithmic-art/templates/generator_template.js

call -> randomSeed

skills/algorithmic-art/templates/generator_template.js

call -> rect

skills/algorithmic-art/templates/generator_template.js

call -> redraw

skills/algorithmic-art/templates/generator_template.js

call -> saveCanvas

skills/algorithmic-art/templates/generator_template.js

call -> setup

skills/algorithmic-art/templates/generator_template.js

call -> setup

skills/algorithmic-art/templates/generator_template.js

call -> sin

skills/algorithmic-art/templates/generator_template.js

call -> update

skills/docx/scripts/accept_changes.py

call -> ArgumentParser

skills/docx/scripts/accept_changes.py

call -> Path

skills/docx/scripts/accept_changes.py

call -> Path

skills/docx/scripts/accept_changes.py

call -> Path

skills/docx/scripts/accept_changes.py

call -> SystemExit

skills/docx/scripts/accept_changes.py

call -> _setup_libreoffice_macro

skills/docx/scripts/accept_changes.py

call -> absolute

skills/docx/scripts/accept_changes.py

call -> accept_changes

skills/docx/scripts/accept_changes.py

call -> add_argument

skills/docx/scripts/accept_changes.py

call -> add_argument

skills/docx/scripts/accept_changes.py

import -> argparse

external

skills/docx/scripts/accept_changes.py

call -> copy2

skills/docx/scripts/accept_changes.py

call -> exists

skills/docx/scripts/accept_changes.py

call -> exists

skills/docx/scripts/accept_changes.py

call -> exists

skills/docx/scripts/accept_changes.py

call -> getLogger

skills/docx/scripts/accept_changes.py

call -> get_soffice_env

skills/docx/scripts/accept_changes.py

call -> get_soffice_env

skills/docx/scripts/accept_changes.py

import -> logging

external

skills/docx/scripts/accept_changes.py

call -> lower

skills/docx/scripts/accept_changes.py

call -> mkdir

skills/docx/scripts/accept_changes.py

call -> mkdir

skills/docx/scripts/accept_changes.py

import -> office.soffice

external

skills/docx/scripts/accept_changes.py

call -> parse_args

skills/docx/scripts/accept_changes.py

import -> pathlib

external

skills/docx/scripts/accept_changes.py

call -> print

skills/docx/scripts/accept_changes.py

call -> read_text

skills/docx/scripts/accept_changes.py

call -> run

skills/docx/scripts/accept_changes.py

call -> run

skills/docx/scripts/accept_changes.py

import -> shutil

external

skills/docx/scripts/accept_changes.py

call -> str

skills/docx/scripts/accept_changes.py

import -> subprocess

external

skills/docx/scripts/accept_changes.py

call -> warning

skills/docx/scripts/accept_changes.py

call -> write_text

skills/docx/scripts/comment.py

call -> ArgumentParser

skills/docx/scripts/comment.py

call -> Path

skills/docx/scripts/comment.py

call -> Path

skills/docx/scripts/comment.py

call -> Path

skills/docx/scripts/comment.py

call -> Path

skills/docx/scripts/comment.py

call -> _append_xml

skills/docx/scripts/comment.py

call -> _append_xml

skills/docx/scripts/comment.py

call -> _append_xml

skills/docx/scripts/comment.py

call -> _append_xml

skills/docx/scripts/comment.py

call -> _append_xml

skills/docx/scripts/comment.py

call -> _encode_smart_quotes

skills/docx/scripts/comment.py

call -> _ensure_comment_content_types

skills/docx/scripts/comment.py

call -> _ensure_comment_relationships

skills/docx/scripts/comment.py

call -> _find_para_id

skills/docx/scripts/comment.py

call -> _generate_hex_id

skills/docx/scripts/comment.py

call -> _generate_hex_id

skills/docx/scripts/comment.py

call -> _get_next_rid

skills/docx/scripts/comment.py

call -> _has_content_type

skills/docx/scripts/comment.py

call -> _has_relationship

skills/docx/scripts/comment.py

call -> add_argument

skills/docx/scripts/comment.py

call -> add_argument

skills/docx/scripts/comment.py

call -> add_argument

skills/docx/scripts/comment.py

call -> add_argument

skills/docx/scripts/comment.py

call -> add_argument

skills/docx/scripts/comment.py

call -> add_argument

skills/docx/scripts/comment.py

call -> add_comment

skills/docx/scripts/comment.py

call -> appendChild

skills/docx/scripts/comment.py

call -> appendChild

skills/docx/scripts/comment.py

call -> appendChild

skills/docx/scripts/comment.py

import -> argparse

external

skills/docx/scripts/comment.py

call -> copy

skills/docx/scripts/comment.py

call -> copy

skills/docx/scripts/comment.py

call -> copy

skills/docx/scripts/comment.py

call -> copy

skills/docx/scripts/comment.py

call -> createElement

skills/docx/scripts/comment.py

call -> createElement

skills/docx/scripts/comment.py

import -> datetime

external

skills/docx/scripts/comment.py

call -> decode

skills/docx/scripts/comment.py

import -> defusedxml.minidom

external

skills/docx/scripts/comment.py

call -> exists

skills/docx/scripts/comment.py

call -> exists

skills/docx/scripts/comment.py

call -> exists

skills/docx/scripts/comment.py

call -> exists

skills/docx/scripts/comment.py

call -> exists

skills/docx/scripts/comment.py

call -> exists

skills/docx/scripts/comment.py

call -> exists

skills/docx/scripts/comment.py

call -> exit

skills/docx/scripts/comment.py

call -> format

skills/docx/scripts/comment.py

call -> format

skills/docx/scripts/comment.py

call -> format

skills/docx/scripts/comment.py

call -> getAttribute

skills/docx/scripts/comment.py

call -> getAttribute

skills/docx/scripts/comment.py

call -> getAttribute

skills/docx/scripts/comment.py

call -> getAttribute

skills/docx/scripts/comment.py

call -> getAttribute

skills/docx/scripts/comment.py

call -> getElementsByTagName

skills/docx/scripts/comment.py

call -> getElementsByTagName

skills/docx/scripts/comment.py

call -> getElementsByTagName

skills/docx/scripts/comment.py

call -> getElementsByTagName

skills/docx/scripts/comment.py

call -> getElementsByTagName

skills/docx/scripts/comment.py

call -> getElementsByTagName

skills/docx/scripts/comment.py

call -> importNode

skills/docx/scripts/comment.py

call -> int

skills/docx/scripts/comment.py

call -> items

skills/docx/scripts/comment.py

call -> items

skills/docx/scripts/comment.py

call -> join

skills/docx/scripts/comment.py

call -> max

skills/docx/scripts/comment.py

call -> now

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parseString

skills/docx/scripts/comment.py

call -> parse_args

skills/docx/scripts/comment.py

import -> pathlib

external

skills/docx/scripts/comment.py

call -> print

skills/docx/scripts/comment.py

call -> print

skills/docx/scripts/comment.py

call -> print

skills/docx/scripts/comment.py

call -> randint

skills/docx/scripts/comment.py

import -> random

external

skills/docx/scripts/comment.py

call -> read_text

skills/docx/scripts/comment.py

call -> read_text

skills/docx/scripts/comment.py

call -> read_text

skills/docx/scripts/comment.py

call -> read_text

skills/docx/scripts/comment.py

call -> read_text

skills/docx/scripts/comment.py

call -> read_text

skills/docx/scripts/comment.py

call -> read_text

skills/docx/scripts/comment.py

call -> replace

skills/docx/scripts/comment.py

call -> setAttribute

skills/docx/scripts/comment.py

call -> setAttribute

skills/docx/scripts/comment.py

call -> setAttribute

skills/docx/scripts/comment.py

call -> setAttribute

skills/docx/scripts/comment.py

call -> setAttribute

skills/docx/scripts/comment.py

import -> shutil

external

skills/docx/scripts/comment.py

call -> startswith

skills/docx/scripts/comment.py

call -> str

skills/docx/scripts/comment.py

call -> strftime

skills/docx/scripts/comment.py

import -> sys

external

skills/docx/scripts/comment.py

call -> toxml

skills/docx/scripts/comment.py

call -> toxml

skills/docx/scripts/comment.py

call -> toxml

skills/docx/scripts/comment.py

call -> write_bytes

skills/docx/scripts/comment.py

call -> write_bytes

skills/docx/scripts/comment.py

call -> write_text

skills/docx/scripts/office/helpers/merge_runs.py

call -> Path

skills/docx/scripts/office/helpers/merge_runs.py

call -> _can_merge

skills/docx/scripts/office/helpers/merge_runs.py

call -> _consolidate_text

skills/docx/scripts/office/helpers/merge_runs.py

call -> _find_elements

skills/docx/scripts/office/helpers/merge_runs.py

call -> _find_elements

skills/docx/scripts/office/helpers/merge_runs.py

call -> _find_elements

skills/docx/scripts/office/helpers/merge_runs.py

call -> _first_child_run

skills/docx/scripts/office/helpers/merge_runs.py

call -> _get_child

skills/docx/scripts/office/helpers/merge_runs.py

call -> _get_child

skills/docx/scripts/office/helpers/merge_runs.py

call -> _get_children

skills/docx/scripts/office/helpers/merge_runs.py

call -> _is_adjacent

skills/docx/scripts/office/helpers/merge_runs.py

call -> _is_run

skills/docx/scripts/office/helpers/merge_runs.py

call -> _is_run

skills/docx/scripts/office/helpers/merge_runs.py

call -> _is_run

skills/docx/scripts/office/helpers/merge_runs.py

call -> _merge_run_content

skills/docx/scripts/office/helpers/merge_runs.py

call -> _merge_runs_in

skills/docx/scripts/office/helpers/merge_runs.py

call -> _next_element_sibling

skills/docx/scripts/office/helpers/merge_runs.py

call -> _next_sibling_run

skills/docx/scripts/office/helpers/merge_runs.py

call -> _remove_elements

skills/docx/scripts/office/helpers/merge_runs.py

call -> _strip_run_rsid_attrs

skills/docx/scripts/office/helpers/merge_runs.py

call -> append

skills/docx/scripts/office/helpers/merge_runs.py

call -> append

skills/docx/scripts/office/helpers/merge_runs.py

call -> appendChild

skills/docx/scripts/office/helpers/merge_runs.py

call -> appendChild

skills/docx/scripts/office/helpers/merge_runs.py

call -> createTextNode

skills/docx/scripts/office/helpers/merge_runs.py

import -> defusedxml.minidom

external

skills/docx/scripts/office/helpers/merge_runs.py

call -> endswith

skills/docx/scripts/office/helpers/merge_runs.py

call -> endswith

skills/docx/scripts/office/helpers/merge_runs.py

call -> endswith

skills/docx/scripts/office/helpers/merge_runs.py

call -> endswith

skills/docx/scripts/office/helpers/merge_runs.py

call -> endswith

skills/docx/scripts/office/helpers/merge_runs.py

call -> endswith

skills/docx/scripts/office/helpers/merge_runs.py

call -> exists

skills/docx/scripts/office/helpers/merge_runs.py

call -> hasAttribute

skills/docx/scripts/office/helpers/merge_runs.py

call -> len

skills/docx/scripts/office/helpers/merge_runs.py

call -> list

skills/docx/scripts/office/helpers/merge_runs.py

call -> list

skills/docx/scripts/office/helpers/merge_runs.py

call -> lower

skills/docx/scripts/office/helpers/merge_runs.py

call -> parseString

skills/docx/scripts/office/helpers/merge_runs.py

import -> pathlib

external

skills/docx/scripts/office/helpers/merge_runs.py

call -> range

skills/docx/scripts/office/helpers/merge_runs.py

call -> read_text

skills/docx/scripts/office/helpers/merge_runs.py

call -> removeAttribute

skills/docx/scripts/office/helpers/merge_runs.py

call -> removeAttribute

skills/docx/scripts/office/helpers/merge_runs.py

call -> removeChild

skills/docx/scripts/office/helpers/merge_runs.py

call -> removeChild

skills/docx/scripts/office/helpers/merge_runs.py

call -> removeChild

skills/docx/scripts/office/helpers/merge_runs.py

call -> setAttribute

skills/docx/scripts/office/helpers/merge_runs.py

call -> startswith

skills/docx/scripts/office/helpers/merge_runs.py

call -> strip

skills/docx/scripts/office/helpers/merge_runs.py

call -> toxml

skills/docx/scripts/office/helpers/merge_runs.py

call -> toxml

skills/docx/scripts/office/helpers/merge_runs.py

call -> toxml

skills/docx/scripts/office/helpers/merge_runs.py

call -> traverse

skills/docx/scripts/office/helpers/merge_runs.py

call -> traverse

skills/docx/scripts/office/helpers/merge_runs.py

call -> values

skills/docx/scripts/office/helpers/merge_runs.py

call -> write_bytes

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> Path

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> ValueError

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> ZipFile

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _can_merge_tracked

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _find_elements

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _find_elements

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _get_author

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _get_author

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _get_authors_from_docx

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _is_element

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _merge_tracked_changes_in

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _merge_tracked_changes_in

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> _merge_tracked_content

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> append

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> appendChild

skills/docx/scripts/office/helpers/simplify_redlines.py

import -> defusedxml.minidom

external

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> endswith

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> endswith

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> endswith

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> exists

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> exists

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> findall

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> findall

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> get

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> get

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> get

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> get

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> get

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> getAttribute

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> get_tracked_change_authors

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> getroot

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> getroot

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> items

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> iter

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> len

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> len

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> len

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> namelist

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> next

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> open

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> parse

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> parse

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> parseString

skills/docx/scripts/office/helpers/simplify_redlines.py

import -> pathlib

external

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> pop

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> read_text

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> removeChild

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> removeChild

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> strip

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> toxml

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> traverse

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> traverse

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> values

skills/docx/scripts/office/helpers/simplify_redlines.py

call -> write_bytes

skills/docx/scripts/office/helpers/simplify_redlines.py

import -> xml.etree.ElementTree

external

skills/docx/scripts/office/helpers/simplify_redlines.py

import -> zipfile

external

skills/docx/scripts/office/pack.py

call -> ArgumentParser

skills/docx/scripts/office/pack.py

call -> DOCXSchemaValidator

skills/docx/scripts/office/pack.py

call -> PPTXSchemaValidator

skills/docx/scripts/office/pack.py

call -> Path

skills/docx/scripts/office/pack.py

call -> Path

skills/docx/scripts/office/pack.py

call -> Path

skills/docx/scripts/office/pack.py

call -> Path

skills/docx/scripts/office/pack.py

call -> RedliningValidator

skills/docx/scripts/office/pack.py

call -> TemporaryDirectory

skills/docx/scripts/office/pack.py

call -> ZipFile

skills/docx/scripts/office/pack.py

call -> _condense_xml

skills/docx/scripts/office/pack.py

call -> _run_validation

skills/docx/scripts/office/pack.py

call -> add_argument

skills/docx/scripts/office/pack.py

call -> add_argument

skills/docx/scripts/office/pack.py

call -> add_argument

skills/docx/scripts/office/pack.py

call -> add_argument

skills/docx/scripts/office/pack.py

call -> all

skills/docx/scripts/office/pack.py

call -> append

skills/docx/scripts/office/pack.py

call -> append

skills/docx/scripts/office/pack.py

import -> argparse

external

skills/docx/scripts/office/pack.py

call -> copytree

skills/docx/scripts/office/pack.py

import -> defusedxml.minidom

external

skills/docx/scripts/office/pack.py

call -> endswith

skills/docx/scripts/office/pack.py

call -> exists

skills/docx/scripts/office/pack.py

call -> exit

skills/docx/scripts/office/pack.py

call -> getElementsByTagName

skills/docx/scripts/office/pack.py

call -> infer_author_func

skills/docx/scripts/office/pack.py

call -> is_dir

skills/docx/scripts/office/pack.py

call -> is_file

skills/docx/scripts/office/pack.py

call -> join

skills/docx/scripts/office/pack.py

call -> list

skills/docx/scripts/office/pack.py

call -> lower

skills/docx/scripts/office/pack.py

call -> lower

skills/docx/scripts/office/pack.py

call -> mkdir

skills/docx/scripts/office/pack.py

call -> open

skills/docx/scripts/office/pack.py

call -> pack

skills/docx/scripts/office/pack.py

call -> parse

skills/docx/scripts/office/pack.py

call -> parse_args

skills/docx/scripts/office/pack.py

import -> pathlib

external

skills/docx/scripts/office/pack.py

call -> print

skills/docx/scripts/office/pack.py

call -> print

skills/docx/scripts/office/pack.py

call -> print

skills/docx/scripts/office/pack.py

call -> print

skills/docx/scripts/office/pack.py

call -> relative_to

skills/docx/scripts/office/pack.py

call -> removeChild

skills/docx/scripts/office/pack.py

call -> repair

skills/docx/scripts/office/pack.py

call -> rglob

skills/docx/scripts/office/pack.py

call -> rglob

skills/docx/scripts/office/pack.py

import -> shutil

external

skills/docx/scripts/office/pack.py

call -> strip

skills/docx/scripts/office/pack.py

call -> sum

skills/docx/scripts/office/pack.py

import -> sys

external

skills/docx/scripts/office/pack.py

import -> tempfile

external

skills/docx/scripts/office/pack.py

call -> toxml

skills/docx/scripts/office/pack.py

call -> validate

skills/docx/scripts/office/pack.py

import -> validators

external

skills/docx/scripts/office/pack.py

call -> write

skills/docx/scripts/office/pack.py

call -> write_bytes

skills/docx/scripts/office/pack.py

import -> zipfile

external

skills/docx/scripts/office/soffice.py

call -> Path

skills/docx/scripts/office/soffice.py

call -> Path

skills/docx/scripts/office/soffice.py

call -> _ensure_shim

skills/docx/scripts/office/soffice.py

call -> _needs_shim

skills/docx/scripts/office/soffice.py

call -> close

skills/docx/scripts/office/soffice.py

call -> copy

skills/docx/scripts/office/soffice.py

call -> exists

skills/docx/scripts/office/soffice.py

call -> exit

skills/docx/scripts/office/soffice.py

call -> get_soffice_env

skills/docx/scripts/office/soffice.py

call -> gettempdir

skills/docx/scripts/office/soffice.py

call -> gettempdir

skills/docx/scripts/office/soffice.py

import -> os

external

skills/docx/scripts/office/soffice.py

import -> pathlib

external

skills/docx/scripts/office/soffice.py

call -> run

skills/docx/scripts/office/soffice.py

call -> run

skills/docx/scripts/office/soffice.py

call -> run_soffice

skills/docx/scripts/office/soffice.py

call -> socket

skills/docx/scripts/office/soffice.py

import -> socket

external

skills/docx/scripts/office/soffice.py

call -> str

skills/docx/scripts/office/soffice.py

call -> str

skills/docx/scripts/office/soffice.py

call -> str

skills/docx/scripts/office/soffice.py

import -> subprocess

external

skills/docx/scripts/office/soffice.py

import -> sys

external

skills/docx/scripts/office/soffice.py

import -> tempfile

external

skills/docx/scripts/office/soffice.py

call -> unlink

skills/docx/scripts/office/soffice.py

call -> write_text

skills/docx/scripts/office/unpack.py

call -> ArgumentParser

skills/docx/scripts/office/unpack.py

call -> Path

skills/docx/scripts/office/unpack.py

call -> Path

skills/docx/scripts/office/unpack.py

call -> ZipFile

skills/docx/scripts/office/unpack.py

call -> _escape_smart_quotes

skills/docx/scripts/office/unpack.py

call -> _pretty_print_xml

skills/docx/scripts/office/unpack.py

call -> add_argument

skills/docx/scripts/office/unpack.py

call -> add_argument

skills/docx/scripts/office/unpack.py

call -> add_argument

skills/docx/scripts/office/unpack.py

call -> add_argument

skills/docx/scripts/office/unpack.py

import -> argparse

external

skills/docx/scripts/office/unpack.py

import -> defusedxml.minidom

external

skills/docx/scripts/office/unpack.py

call -> do_merge_runs

skills/docx/scripts/office/unpack.py

call -> do_simplify_redlines

skills/docx/scripts/office/unpack.py

call -> exists

skills/docx/scripts/office/unpack.py

call -> exit

skills/docx/scripts/office/unpack.py

call -> extractall

skills/docx/scripts/office/unpack.py

import -> helpers.merge_runs

external

skills/docx/scripts/office/unpack.py

import -> helpers.simplify_redlines

external

skills/docx/scripts/office/unpack.py

call -> items

skills/docx/scripts/office/unpack.py

call -> len

skills/docx/scripts/office/unpack.py

call -> list

skills/docx/scripts/office/unpack.py

call -> list

skills/docx/scripts/office/unpack.py

call -> lower

skills/docx/scripts/office/unpack.py

call -> lower

skills/docx/scripts/office/unpack.py

call -> lower

skills/docx/scripts/office/unpack.py

call -> mkdir

skills/docx/scripts/office/unpack.py

call -> parseString

skills/docx/scripts/office/unpack.py

call -> parse_args

skills/docx/scripts/office/unpack.py

import -> pathlib

external

skills/docx/scripts/office/unpack.py

call -> print

skills/docx/scripts/office/unpack.py

call -> read_text

skills/docx/scripts/office/unpack.py

call -> read_text

skills/docx/scripts/office/unpack.py

call -> replace

skills/docx/scripts/office/unpack.py

call -> rglob

skills/docx/scripts/office/unpack.py

call -> rglob

skills/docx/scripts/office/unpack.py

call -> str

skills/docx/scripts/office/unpack.py

call -> str

skills/docx/scripts/office/unpack.py

import -> sys

external

skills/docx/scripts/office/unpack.py

call -> toprettyxml

skills/docx/scripts/office/unpack.py

call -> unpack

skills/docx/scripts/office/unpack.py

call -> write_bytes

skills/docx/scripts/office/unpack.py

call -> write_text

skills/docx/scripts/office/unpack.py

import -> zipfile

external

skills/docx/scripts/office/validate.py

call -> ArgumentParser

skills/docx/scripts/office/validate.py

call -> DOCXSchemaValidator

skills/docx/scripts/office/validate.py

call -> PPTXSchemaValidator

skills/docx/scripts/office/validate.py

call -> Path

skills/docx/scripts/office/validate.py

call -> Path

skills/docx/scripts/office/validate.py

call -> Path

skills/docx/scripts/office/validate.py

call -> RedliningValidator

skills/docx/scripts/office/validate.py

call -> ZipFile

skills/docx/scripts/office/validate.py

call -> add_argument

skills/docx/scripts/office/validate.py

call -> add_argument

skills/docx/scripts/office/validate.py

call -> add_argument

skills/docx/scripts/office/validate.py

call -> add_argument

skills/docx/scripts/office/validate.py

call -> add_argument

skills/docx/scripts/office/validate.py

call -> all

skills/docx/scripts/office/validate.py

call -> append

skills/docx/scripts/office/validate.py

import -> argparse

external

skills/docx/scripts/office/validate.py

call -> exists

skills/docx/scripts/office/validate.py

call -> exit

skills/docx/scripts/office/validate.py

call -> exit

skills/docx/scripts/office/validate.py

call -> extractall

skills/docx/scripts/office/validate.py

call -> is_dir

skills/docx/scripts/office/validate.py

call -> is_file

skills/docx/scripts/office/validate.py

call -> is_file

skills/docx/scripts/office/validate.py

call -> lower

skills/docx/scripts/office/validate.py

call -> lower

skills/docx/scripts/office/validate.py

call -> lower

skills/docx/scripts/office/validate.py

call -> main

skills/docx/scripts/office/validate.py

call -> mkdtemp

skills/docx/scripts/office/validate.py

call -> parse_args

skills/docx/scripts/office/validate.py

import -> pathlib

external

skills/docx/scripts/office/validate.py

call -> print

skills/docx/scripts/office/validate.py

call -> print

skills/docx/scripts/office/validate.py

call -> print

skills/docx/scripts/office/validate.py

call -> repair

skills/docx/scripts/office/validate.py

call -> sum

skills/docx/scripts/office/validate.py

import -> sys

external

skills/docx/scripts/office/validate.py

import -> tempfile

external

skills/docx/scripts/office/validate.py

call -> validate

skills/docx/scripts/office/validate.py

import -> validators

external

skills/docx/scripts/office/validate.py

import -> zipfile

external

skills/docx/scripts/office/validators/__init__.py

import -> .base

skills/docx/scripts/office/validators/__init__.py

import -> .docx

skills/docx/scripts/office/validators/__init__.py

import -> .pptx

skills/docx/scripts/office/validators/__init__.py

import -> .redlining

skills/docx/scripts/office/validators/base.py

call -> ElementTree

skills/docx/scripts/office/validators/base.py

call -> ElementTree

skills/docx/scripts/office/validators/base.py

call -> NotImplementedError

skills/docx/scripts/office/validators/base.py

call -> Path

skills/docx/scripts/office/validators/base.py

call -> Path

skills/docx/scripts/office/validators/base.py

call -> Path

skills/docx/scripts/office/validators/base.py

call -> Path

skills/docx/scripts/office/validators/base.py

call -> Path

skills/docx/scripts/office/validators/base.py

call -> Path

skills/docx/scripts/office/validators/base.py

call -> RuntimeError

skills/docx/scripts/office/validators/base.py

call -> TemporaryDirectory

skills/docx/scripts/office/validators/base.py

call -> XMLParser

skills/docx/scripts/office/validators/base.py

call -> XMLSchema

skills/docx/scripts/office/validators/base.py

call -> ZipFile

skills/docx/scripts/office/validators/base.py

call -> _clean_ignorable_namespaces

skills/docx/scripts/office/validators/base.py

call -> _get_expected_relationship_type

skills/docx/scripts/office/validators/base.py

call -> _get_original_file_errors

skills/docx/scripts/office/validators/base.py

call -> _get_schema_path

skills/docx/scripts/office/validators/base.py

call -> _preprocess_for_mc_ignorable

skills/docx/scripts/office/validators/base.py

call -> _remove_ignorable_elements

skills/docx/scripts/office/validators/base.py

call -> _remove_ignorable_elements

skills/docx/scripts/office/validators/base.py

call -> _remove_template_tags_from_text_nodes

skills/docx/scripts/office/validators/base.py

call -> _validate_single_file_xsd

skills/docx/scripts/office/validators/base.py

call -> _validate_single_file_xsd

skills/docx/scripts/office/validators/base.py

call -> add

skills/docx/scripts/office/validators/base.py

call -> add

skills/docx/scripts/office/validators/base.py

call -> add

skills/docx/scripts/office/validators/base.py

call -> add

skills/docx/scripts/office/validators/base.py

call -> add

skills/docx/scripts/office/validators/base.py

call -> any

skills/docx/scripts/office/validators/base.py

call -> any

skills/docx/scripts/office/validators/base.py

call -> any

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> append

skills/docx/scripts/office/validators/base.py

call -> callable

skills/docx/scripts/office/validators/base.py

call -> callable

skills/docx/scripts/office/validators/base.py

call -> compile

skills/docx/scripts/office/validators/base.py

import -> defusedxml.minidom

external

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> endswith

skills/docx/scripts/office/validators/base.py

call -> exists

skills/docx/scripts/office/validators/base.py

call -> exists

skills/docx/scripts/office/validators/base.py

call -> exists

skills/docx/scripts/office/validators/base.py

call -> exists

skills/docx/scripts/office/validators/base.py

call -> extend

skills/docx/scripts/office/validators/base.py

call -> extractall

skills/docx/scripts/office/validators/base.py

call -> findall

skills/docx/scripts/office/validators/base.py

call -> findall

skills/docx/scripts/office/validators/base.py

call -> findall

skills/docx/scripts/office/validators/base.py

call -> findall

skills/docx/scripts/office/validators/base.py

call -> finditer

skills/docx/scripts/office/validators/base.py

call -> fromstring

skills/docx/scripts/office/validators/base.py

call -> fromstring

skills/docx/scripts/office/validators/base.py

call -> get

skills/docx/scripts/office/validators/base.py

call -> get

skills/docx/scripts/office/validators/base.py

call -> get

skills/docx/scripts/office/validators/base.py

call -> get

skills/docx/scripts/office/validators/base.py

call -> get

skills/docx/scripts/office/validators/base.py

call -> get

skills/docx/scripts/office/validators/base.py

call -> getAttribute

skills/docx/scripts/office/validators/base.py

call -> getElementsByTagName

skills/docx/scripts/office/validators/base.py

call -> getparent

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> getroot

skills/docx/scripts/office/validators/base.py

call -> group

skills/docx/scripts/office/validators/base.py

call -> hasattr

skills/docx/scripts/office/validators/base.py

call -> hasattr

skills/docx/scripts/office/validators/base.py

call -> is_file

skills/docx/scripts/office/validators/base.py

call -> is_file

skills/docx/scripts/office/validators/base.py

call -> is_file

skills/docx/scripts/office/validators/base.py

call -> items

skills/docx/scripts/office/validators/base.py

call -> items

skills/docx/scripts/office/validators/base.py

call -> iter

skills/docx/scripts/office/validators/base.py

call -> iter

skills/docx/scripts/office/validators/base.py

call -> iter

skills/docx/scripts/office/validators/base.py

call -> iter

skills/docx/scripts/office/validators/base.py

call -> iterancestors

skills/docx/scripts/office/validators/base.py

call -> join

skills/docx/scripts/office/validators/base.py

call -> keys

skills/docx/scripts/office/validators/base.py

call -> keys

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> len

skills/docx/scripts/office/validators/base.py

call -> list

skills/docx/scripts/office/validators/base.py

call -> list

skills/docx/scripts/office/validators/base.py

call -> list

skills/docx/scripts/office/validators/base.py

call -> list

skills/docx/scripts/office/validators/base.py

call -> list

skills/docx/scripts/office/validators/base.py

call -> list

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lower

skills/docx/scripts/office/validators/base.py

call -> lstrip

skills/docx/scripts/office/validators/base.py

call -> lstrip

skills/docx/scripts/office/validators/base.py

call -> lstrip

skills/docx/scripts/office/validators/base.py

import -> lxml.etree

external

skills/docx/scripts/office/validators/base.py

import -> lxml.etree

external

skills/docx/scripts/office/validators/base.py

call -> open

skills/docx/scripts/office/validators/base.py

call -> open

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parse

skills/docx/scripts/office/validators/base.py

call -> parseString

skills/docx/scripts/office/validators/base.py

import -> pathlib

external

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> print

skills/docx/scripts/office/validators/base.py

call -> process_text_content

skills/docx/scripts/office/validators/base.py

call -> process_text_content

skills/docx/scripts/office/validators/base.py

import -> re

external

skills/docx/scripts/office/validators/base.py

call -> read_text

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> relative_to

skills/docx/scripts/office/validators/base.py

call -> remove

skills/docx/scripts/office/validators/base.py

call -> remove

skills/docx/scripts/office/validators/base.py

call -> repair_whitespace_preservation

skills/docx/scripts/office/validators/base.py

call -> replace

skills/docx/scripts/office/validators/base.py

call -> repr

skills/docx/scripts/office/validators/base.py

call -> repr

skills/docx/scripts/office/validators/base.py

call -> resolve

skills/docx/scripts/office/validators/base.py

call -> resolve

skills/docx/scripts/office/validators/base.py

call -> resolve

skills/docx/scripts/office/validators/base.py

call -> resolve

skills/docx/scripts/office/validators/base.py

call -> resolve

skills/docx/scripts/office/validators/base.py

call -> resolve

skills/docx/scripts/office/validators/base.py

call -> resolve

skills/docx/scripts/office/validators/base.py

call -> rglob

skills/docx/scripts/office/validators/base.py

call -> rglob

skills/docx/scripts/office/validators/base.py

call -> rglob

skills/docx/scripts/office/validators/base.py

call -> rglob

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> set

skills/docx/scripts/office/validators/base.py

call -> setAttribute

skills/docx/scripts/office/validators/base.py

call -> sorted

skills/docx/scripts/office/validators/base.py

call -> sorted

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> split

skills/docx/scripts/office/validators/base.py

call -> startswith

skills/docx/scripts/office/validators/base.py

call -> startswith

skills/docx/scripts/office/validators/base.py

call -> startswith

skills/docx/scripts/office/validators/base.py

call -> startswith

skills/docx/scripts/office/validators/base.py

call -> startswith

skills/docx/scripts/office/validators/base.py

call -> startswith

skills/docx/scripts/office/validators/base.py

call -> startswith

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> str

skills/docx/scripts/office/validators/base.py

call -> sub

skills/docx/scripts/office/validators/base.py

import -> tempfile

external

skills/docx/scripts/office/validators/base.py

call -> tostring

skills/docx/scripts/office/validators/base.py

call -> tostring

skills/docx/scripts/office/validators/base.py

call -> toxml

skills/docx/scripts/office/validators/base.py

call -> validate

skills/docx/scripts/office/validators/base.py

call -> validate_file_against_xsd

skills/docx/scripts/office/validators/base.py

call -> write_bytes

skills/docx/scripts/office/validators/base.py

call -> xpath

skills/docx/scripts/office/validators/base.py

import -> zipfile

external

skills/docx/scripts/office/validators/docx.py

import -> .base

skills/docx/scripts/office/validators/docx.py

call -> RuntimeError

skills/docx/scripts/office/validators/docx.py

call -> TemporaryDirectory

skills/docx/scripts/office/validators/docx.py

call -> ZipFile

skills/docx/scripts/office/validators/docx.py

call -> _parse_id_value

skills/docx/scripts/office/validators/docx.py

call -> _parse_id_value

skills/docx/scripts/office/validators/docx.py

call -> _parse_id_value

skills/docx/scripts/office/validators/docx.py

call -> _parse_id_value

skills/docx/scripts/office/validators/docx.py

call -> _parse_id_value

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> append

skills/docx/scripts/office/validators/docx.py

call -> compare_paragraph_counts

skills/docx/scripts/office/validators/docx.py

call -> count_paragraphs_in_original

skills/docx/scripts/office/validators/docx.py

call -> count_paragraphs_in_unpacked

skills/docx/scripts/office/validators/docx.py

import -> defusedxml.minidom

external

skills/docx/scripts/office/validators/docx.py

call -> exists

skills/docx/scripts/office/validators/docx.py

call -> extractall

skills/docx/scripts/office/validators/docx.py

call -> findall

skills/docx/scripts/office/validators/docx.py

call -> findall

skills/docx/scripts/office/validators/docx.py

call -> get

skills/docx/scripts/office/validators/docx.py

call -> get

skills/docx/scripts/office/validators/docx.py

call -> get

skills/docx/scripts/office/validators/docx.py

call -> get

skills/docx/scripts/office/validators/docx.py

call -> get

skills/docx/scripts/office/validators/docx.py

call -> get

skills/docx/scripts/office/validators/docx.py

call -> getAttribute

skills/docx/scripts/office/validators/docx.py

call -> getElementsByTagName

skills/docx/scripts/office/validators/docx.py

call -> getroot

skills/docx/scripts/office/validators/docx.py

call -> getroot

skills/docx/scripts/office/validators/docx.py

call -> getroot

skills/docx/scripts/office/validators/docx.py

call -> getroot

skills/docx/scripts/office/validators/docx.py

call -> getroot

skills/docx/scripts/office/validators/docx.py

call -> getroot

skills/docx/scripts/office/validators/docx.py

call -> getroot

skills/docx/scripts/office/validators/docx.py

call -> hasAttribute

skills/docx/scripts/office/validators/docx.py

call -> int

skills/docx/scripts/office/validators/docx.py

call -> int

skills/docx/scripts/office/validators/docx.py

call -> int

skills/docx/scripts/office/validators/docx.py

call -> int

skills/docx/scripts/office/validators/docx.py

call -> isdigit

skills/docx/scripts/office/validators/docx.py

call -> isdigit

skills/docx/scripts/office/validators/docx.py

call -> isdigit

skills/docx/scripts/office/validators/docx.py

call -> iter

skills/docx/scripts/office/validators/docx.py

call -> iter

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

call -> len

skills/docx/scripts/office/validators/docx.py

import -> lxml.etree

external

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parse

skills/docx/scripts/office/validators/docx.py

call -> parseString

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> print

skills/docx/scripts/office/validators/docx.py

call -> randint

skills/docx/scripts/office/validators/docx.py

import -> random

external

skills/docx/scripts/office/validators/docx.py

import -> re

external

skills/docx/scripts/office/validators/docx.py

call -> read_text

skills/docx/scripts/office/validators/docx.py

call -> relative_to

skills/docx/scripts/office/validators/docx.py

call -> relative_to

skills/docx/scripts/office/validators/docx.py

call -> relative_to

skills/docx/scripts/office/validators/docx.py

call -> relative_to

skills/docx/scripts/office/validators/docx.py

call -> relative_to

skills/docx/scripts/office/validators/docx.py

call -> relative_to

skills/docx/scripts/office/validators/docx.py

call -> relative_to

skills/docx/scripts/office/validators/docx.py

call -> repair

skills/docx/scripts/office/validators/docx.py

call -> repair_durableId

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> repr

skills/docx/scripts/office/validators/docx.py

call -> search

skills/docx/scripts/office/validators/docx.py

call -> search

skills/docx/scripts/office/validators/docx.py

call -> set

skills/docx/scripts/office/validators/docx.py

call -> setAttribute

skills/docx/scripts/office/validators/docx.py

call -> sorted

skills/docx/scripts/office/validators/docx.py

call -> sorted

skills/docx/scripts/office/validators/docx.py

call -> sorted

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> str

skills/docx/scripts/office/validators/docx.py

call -> super

skills/docx/scripts/office/validators/docx.py

import -> tempfile

external

skills/docx/scripts/office/validators/docx.py

call -> toxml

skills/docx/scripts/office/validators/docx.py

call -> validate_against_xsd

skills/docx/scripts/office/validators/docx.py

call -> validate_all_relationship_ids

skills/docx/scripts/office/validators/docx.py

call -> validate_comment_markers

skills/docx/scripts/office/validators/docx.py

call -> validate_content_types

skills/docx/scripts/office/validators/docx.py

call -> validate_deletions

skills/docx/scripts/office/validators/docx.py

call -> validate_file_references

skills/docx/scripts/office/validators/docx.py

call -> validate_id_constraints

skills/docx/scripts/office/validators/docx.py

call -> validate_insertions

skills/docx/scripts/office/validators/docx.py

call -> validate_namespaces

skills/docx/scripts/office/validators/docx.py

call -> validate_unique_ids

skills/docx/scripts/office/validators/docx.py

call -> validate_whitespace_preservation

skills/docx/scripts/office/validators/docx.py

call -> validate_xml

skills/docx/scripts/office/validators/docx.py

call -> write_bytes

skills/docx/scripts/office/validators/docx.py

call -> xpath

skills/docx/scripts/office/validators/docx.py

call -> xpath

skills/docx/scripts/office/validators/docx.py

call -> xpath

skills/docx/scripts/office/validators/docx.py

call -> xpath

skills/docx/scripts/office/validators/docx.py

call -> xpath

skills/docx/scripts/office/validators/docx.py

call -> xpath

skills/docx/scripts/office/validators/docx.py

call -> xpath

skills/docx/scripts/office/validators/docx.py

import -> zipfile

external

skills/docx/scripts/office/validators/pptx.py

import -> .base

skills/docx/scripts/office/validators/pptx.py

call -> RuntimeError

skills/docx/scripts/office/validators/pptx.py

call -> _looks_like_uuid

skills/docx/scripts/office/validators/pptx.py

call -> add

skills/docx/scripts/office/validators/pptx.py

call -> all

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> append

skills/docx/scripts/office/validators/pptx.py

call -> compile

skills/docx/scripts/office/validators/pptx.py

call -> endswith

skills/docx/scripts/office/validators/pptx.py

call -> exists

skills/docx/scripts/office/validators/pptx.py

call -> findall

skills/docx/scripts/office/validators/pptx.py

call -> findall

skills/docx/scripts/office/validators/pptx.py

call -> findall

skills/docx/scripts/office/validators/pptx.py

call -> findall

skills/docx/scripts/office/validators/pptx.py

call -> get

skills/docx/scripts/office/validators/pptx.py

call -> get

skills/docx/scripts/office/validators/pptx.py

call -> get

skills/docx/scripts/office/validators/pptx.py

call -> get

skills/docx/scripts/office/validators/pptx.py

call -> get

skills/docx/scripts/office/validators/pptx.py

call -> get

skills/docx/scripts/office/validators/pptx.py

call -> get

skills/docx/scripts/office/validators/pptx.py

call -> getroot

skills/docx/scripts/office/validators/pptx.py

call -> getroot

skills/docx/scripts/office/validators/pptx.py

call -> getroot

skills/docx/scripts/office/validators/pptx.py

call -> getroot

skills/docx/scripts/office/validators/pptx.py

call -> getroot

skills/docx/scripts/office/validators/pptx.py

call -> glob

skills/docx/scripts/office/validators/pptx.py

call -> glob

skills/docx/scripts/office/validators/pptx.py

call -> glob

skills/docx/scripts/office/validators/pptx.py

call -> isalnum

skills/docx/scripts/office/validators/pptx.py

call -> items

skills/docx/scripts/office/validators/pptx.py

call -> items

skills/docx/scripts/office/validators/pptx.py

call -> iter

skills/docx/scripts/office/validators/pptx.py

call -> join

skills/docx/scripts/office/validators/pptx.py

call -> len

skills/docx/scripts/office/validators/pptx.py

call -> len

skills/docx/scripts/office/validators/pptx.py

call -> len

skills/docx/scripts/office/validators/pptx.py

call -> len

skills/docx/scripts/office/validators/pptx.py

call -> len

skills/docx/scripts/office/validators/pptx.py

call -> len

skills/docx/scripts/office/validators/pptx.py

call -> len

skills/docx/scripts/office/validators/pptx.py

call -> list

skills/docx/scripts/office/validators/pptx.py

call -> list

skills/docx/scripts/office/validators/pptx.py

call -> list

skills/docx/scripts/office/validators/pptx.py

call -> lower

skills/docx/scripts/office/validators/pptx.py

import -> lxml.etree

external

skills/docx/scripts/office/validators/pptx.py

import -> lxml.etree

external

Routes

No routes detected yet.

Generated chunks

.claude-plugin/marketplace.json

.claude-plugin/marketplace.json:1-55

configuration
strategy: configurationgraph nodes: 2related: 2

README.md

README.md:1-96

readme
strategy: documentationgraph nodes: 2related: 2

THIRD_PARTY_NOTICES.md

THIRD_PARTY_NOTICES.md:1-405

documentation
strategy: documentationgraph nodes: 2related: 2

skills/algorithmic-art/SKILL.md

skills/algorithmic-art/SKILL.md:1-405

documentation
strategy: documentationgraph nodes: 2related: 2

Module skills.algorithmic-art.templates.generator_template

skills/algorithmic-art/templates/generator_template.js:1-223

module
strategy: modulegraph nodes: 103related: 2

function initializeSeed

skills/algorithmic-art/templates/generator_template.js:42-42

function
strategy: symbolgraph nodes: 132related: 25

function setup

skills/algorithmic-art/templates/generator_template.js:52-52

function
strategy: symbolgraph nodes: 114related: 25

function draw

skills/algorithmic-art/templates/generator_template.js:69-69

function
strategy: symbolgraph nodes: 170related: 167

class Entity

skills/algorithmic-art/templates/generator_template.js:91-91

class
strategy: symbolgraph nodes: 58related: 25

method constructor

skills/algorithmic-art/templates/generator_template.js:93-96

method
strategy: symbolgraph nodes: 126related: 25

method update

skills/algorithmic-art/templates/generator_template.js:97-104

method
strategy: symbolgraph nodes: 183related: 38

method display

skills/algorithmic-art/templates/generator_template.js:105-109

method
strategy: symbolgraph nodes: 118related: 25

function hexToRgb

skills/algorithmic-art/templates/generator_template.js:132-132

function
strategy: symbolgraph nodes: 60related: 25

function colorFromPalette

skills/algorithmic-art/templates/generator_template.js:140-140

function
strategy: symbolgraph nodes: 68related: 25

function mapRange

skills/algorithmic-art/templates/generator_template.js:146-146

function
strategy: symbolgraph nodes: 60related: 25

function easeInOutCubic

skills/algorithmic-art/templates/generator_template.js:149-149

function
strategy: symbolgraph nodes: 66related: 25

function wrapAround

skills/algorithmic-art/templates/generator_template.js:155-155

function
strategy: symbolgraph nodes: 62related: 25

function updateParameter

skills/algorithmic-art/templates/generator_template.js:164-164

function
strategy: symbolgraph nodes: 67related: 25

function regenerate

skills/algorithmic-art/templates/generator_template.js:170-170

function
strategy: symbolgraph nodes: 62related: 25

function fadeBackground

skills/algorithmic-art/templates/generator_template.js:183-183

function
strategy: symbolgraph nodes: 66related: 25

function getNoiseValue

skills/algorithmic-art/templates/generator_template.js:190-190

function
strategy: symbolgraph nodes: 65related: 25

function vectorFromAngle

skills/algorithmic-art/templates/generator_template.js:195-195

function
strategy: symbolgraph nodes: 67related: 25

function exportImage

skills/algorithmic-art/templates/generator_template.js:202-202

function
strategy: symbolgraph nodes: 63related: 25

skills/brand-guidelines/SKILL.md

skills/brand-guidelines/SKILL.md:1-73

documentation
strategy: documentationgraph nodes: 2related: 2

skills/canvas-design/SKILL.md

skills/canvas-design/SKILL.md:1-130

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/SKILL.md

skills/claude-api/SKILL.md:1-578

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/csharp/claude-api/README.md

skills/claude-api/csharp/claude-api/README.md:1-361

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/csharp/claude-api/batches.md

skills/claude-api/csharp/claude-api/batches.md:1-14

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/csharp/claude-api/files-api.md

skills/claude-api/csharp/claude-api/files-api.md:1-23

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/csharp/claude-api/streaming.md

skills/claude-api/csharp/claude-api/streaming.md:1-28

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/csharp/claude-api/tool-use.md

skills/claude-api/csharp/claude-api/tool-use.md:1-164

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/curl/examples.md

skills/claude-api/curl/examples.md:1-255

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/curl/managed-agents.md

skills/claude-api/curl/managed-agents.md:1-340

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/go/claude-api/README.md

skills/claude-api/go/claude-api/README.md:1-185

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/go/claude-api/files-api.md

skills/claude-api/go/claude-api/files-api.md:1-21

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/go/claude-api/streaming.md

skills/claude-api/go/claude-api/streaming.md:1-43

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/go/claude-api/tool-use.md

skills/claude-api/go/claude-api/tool-use.md:1-220

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/go/managed-agents/README.md

skills/claude-api/go/managed-agents/README.md:1-564

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/java/claude-api/README.md

skills/claude-api/java/claude-api/README.md:1-238

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/java/claude-api/files-api.md

skills/claude-api/java/claude-api/files-api.md:1-25

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/java/claude-api/streaming.md

skills/claude-api/java/claude-api/streaming.md:1-24

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/java/claude-api/tool-use.md

skills/claude-api/java/claude-api/tool-use.md:1-228

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/java/managed-agents/README.md

skills/claude-api/java/managed-agents/README.md:1-443

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/php/claude-api/README.md

skills/claude-api/php/claude-api/README.md:1-173

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/php/claude-api/batches.md

skills/claude-api/php/claude-api/batches.md:1-15

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/php/claude-api/files-api.md

skills/claude-api/php/claude-api/files-api.md:1-11

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/php/claude-api/streaming.md

skills/claude-api/php/claude-api/streaming.md:1-27

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/php/claude-api/tool-use.md

skills/claude-api/php/claude-api/tool-use.md:1-253

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/php/managed-agents/README.md

skills/claude-api/php/managed-agents/README.md:1-443

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/python/claude-api/README.md

skills/claude-api/python/claude-api/README.md:1-564

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/python/claude-api/batches.md

skills/claude-api/python/claude-api/batches.md:1-198

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/python/claude-api/files-api.md

skills/claude-api/python/claude-api/files-api.md:1-170

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/python/claude-api/streaming.md

skills/claude-api/python/claude-api/streaming.md:1-179

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/python/claude-api/tool-use.md

skills/claude-api/python/claude-api/tool-use.md:1-590

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/python/managed-agents/README.md

skills/claude-api/python/managed-agents/README.md:1-335

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/ruby/claude-api/README.md

skills/claude-api/ruby/claude-api/README.md:1-133

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/ruby/claude-api/streaming.md

skills/claude-api/ruby/claude-api/streaming.md:1-16

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/ruby/claude-api/tool-use.md

skills/claude-api/ruby/claude-api/tool-use.md:1-41

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/ruby/managed-agents/README.md

skills/claude-api/ruby/managed-agents/README.md:1-394

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/agent-design.md

skills/claude-api/shared/agent-design.md:1-101

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/anthropic-cli.md

skills/claude-api/shared/anthropic-cli.md:1-246

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/claude-platform-on-aws.md

skills/claude-api/shared/claude-platform-on-aws.md:1-59

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/error-codes.md

skills/claude-api/shared/error-codes.md:1-256

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/live-sources.md

skills/claude-api/shared/live-sources.md:1-143

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-api-reference.md

skills/claude-api/shared/managed-agents-api-reference.md:1-441

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-client-patterns.md

skills/claude-api/shared/managed-agents-client-patterns.md:1-211

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-core.md

skills/claude-api/shared/managed-agents-core.md:1-279

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-environments.md

skills/claude-api/shared/managed-agents-environments.md:1-219

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-events.md

skills/claude-api/shared/managed-agents-events.md:1-254

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-memory.md

skills/claude-api/shared/managed-agents-memory.md:1-197

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-multiagent.md

skills/claude-api/shared/managed-agents-multiagent.md:1-101

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-onboarding.md

skills/claude-api/shared/managed-agents-onboarding.md:1-82

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-outcomes.md

skills/claude-api/shared/managed-agents-outcomes.md:1-106

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-overview.md

skills/claude-api/shared/managed-agents-overview.md:1-71

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-scheduled-deployments.md

skills/claude-api/shared/managed-agents-scheduled-deployments.md:1-146

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md

skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md:1-174

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-tools.md

skills/claude-api/shared/managed-agents-tools.md:1-367

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/managed-agents-webhooks.md

skills/claude-api/shared/managed-agents-webhooks.md:1-123

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/model-migration.md

skills/claude-api/shared/model-migration.md:1-1301

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/models.md

skills/claude-api/shared/models.md:1-135

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/platform-availability.md

skills/claude-api/shared/platform-availability.md:1-96

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/prompt-caching.md

skills/claude-api/shared/prompt-caching.md:1-223

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/token-counting.md

skills/claude-api/shared/token-counting.md:1-56

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/shared/tool-use-concepts.md

skills/claude-api/shared/tool-use-concepts.md:1-444

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/typescript/claude-api/README.md

skills/claude-api/typescript/claude-api/README.md:1-404

readme
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/typescript/claude-api/batches.md

skills/claude-api/typescript/claude-api/batches.md:1-106

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/typescript/claude-api/files-api.md

skills/claude-api/typescript/claude-api/files-api.md:1-98

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/typescript/claude-api/streaming.md

skills/claude-api/typescript/claude-api/streaming.md:1-178

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/typescript/claude-api/tool-use.md

skills/claude-api/typescript/claude-api/tool-use.md:1-548

documentation
strategy: documentationgraph nodes: 2related: 2

skills/claude-api/typescript/managed-agents/README.md

skills/claude-api/typescript/managed-agents/README.md:1-358

readme
strategy: documentationgraph nodes: 2related: 2

skills/doc-coauthoring/SKILL.md

skills/doc-coauthoring/SKILL.md:1-375

documentation
strategy: documentationgraph nodes: 2related: 2

skills/docx/SKILL.md

skills/docx/SKILL.md:1-590

documentation
strategy: documentationgraph nodes: 2related: 2

Module skills.docx.scripts.__init__

skills/docx/scripts/__init__.py:1-1

module
strategy: modulegraph nodes: 78related: 2

Module skills.docx.scripts.accept_changes

skills/docx/scripts/accept_changes.py:1-135

module
strategy: modulegraph nodes: 86related: 2

constant LIBREOFFICE_PROFILE

skills/docx/scripts/accept_changes.py:16-16

dependency
strategy: symbolgraph nodes: 71related: 21

constant MACRO_DIR

skills/docx/scripts/accept_changes.py:17-17

dependency
strategy: symbolgraph nodes: 61related: 21

constant ACCEPT_CHANGES_MACRO

skills/docx/scripts/accept_changes.py:19-33

dependency
strategy: symbolgraph nodes: 72related: 21

function accept_changes

skills/docx/scripts/accept_changes.py:36-88

function
strategy: symbolgraph nodes: 305related: 139

function _setup_libreoffice_macro

skills/docx/scripts/accept_changes.py:91-118

function
strategy: symbolgraph nodes: 75related: 197

Module skills.docx.scripts.comment

skills/docx/scripts/comment.py:1-318

module
strategy: modulegraph nodes: 79related: 2

Context package

Select a generated chunk to preview graph-aware context.

Symbol hierarchy

contains
generator_template.js->skills.algorithmic-art.templates.generator_template

file to module · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->colorFromPalette

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->constructor

file to method · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->display

file to method · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->draw

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->easeInOutCubic

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->Entity

file to class · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->exportImage

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->fadeBackground

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->getNoiseValue

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->hexToRgb

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->initializeSeed

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->mapRange

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->regenerate

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->setup

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->update

file to method · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->updateParameter

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->vectorFromAngle

file to function · skills/algorithmic-art/templates/generator_template.js

contains
generator_template.js->wrapAround

file to function · skills/algorithmic-art/templates/generator_template.js

contains
__init__.py->skills.docx.scripts.__init__

file to module · skills/docx/scripts/__init__.py

contains
accept_changes.py->skills.docx.scripts.accept_changes

file to module · skills/docx/scripts/accept_changes.py

contains
accept_changes.py->accept_changes

file to function · skills/docx/scripts/accept_changes.py

contains
accept_changes.py->ACCEPT_CHANGES_MACRO

file to symbol · skills/docx/scripts/accept_changes.py

contains
accept_changes.py->LIBREOFFICE_PROFILE

file to symbol · skills/docx/scripts/accept_changes.py

contains
accept_changes.py->MACRO_DIR

file to symbol · skills/docx/scripts/accept_changes.py

contains
accept_changes.py->_setup_libreoffice_macro

file to function · skills/docx/scripts/accept_changes.py

contains
comment.py->skills.docx.scripts.comment

file to module · skills/docx/scripts/comment.py

contains
comment.py->add_comment

file to function · skills/docx/scripts/comment.py

contains
comment.py->_append_xml

file to function · skills/docx/scripts/comment.py

contains
comment.py->COMMENT_MARKER_TEMPLATE

file to symbol · skills/docx/scripts/comment.py

contains
comment.py->COMMENT_XML

file to symbol · skills/docx/scripts/comment.py

contains
comment.py->_encode_smart_quotes

file to function · skills/docx/scripts/comment.py

contains
comment.py->_ensure_comment_content_types

file to function · skills/docx/scripts/comment.py

contains
comment.py->_ensure_comment_relationships

file to function · skills/docx/scripts/comment.py

contains
comment.py->_find_para_id

file to function · skills/docx/scripts/comment.py

contains
comment.py->_generate_hex_id

file to function · skills/docx/scripts/comment.py

contains
comment.py->_get_next_rid

file to function · skills/docx/scripts/comment.py

contains
comment.py->_has_content_type

file to function · skills/docx/scripts/comment.py

contains
comment.py->_has_relationship

file to function · skills/docx/scripts/comment.py

contains
comment.py->NS

file to symbol · skills/docx/scripts/comment.py

contains
comment.py->REPLY_MARKER_TEMPLATE

file to symbol · skills/docx/scripts/comment.py

contains
comment.py->SMART_QUOTE_ENTITIES

file to symbol · skills/docx/scripts/comment.py

contains
comment.py->TEMPLATE_DIR

file to symbol · skills/docx/scripts/comment.py

contains
__init__.py->skills.docx.scripts.office.helpers.__init__

file to module · skills/docx/scripts/office/helpers/__init__.py

contains
merge_runs.py->skills.docx.scripts.office.helpers.merge_runs

file to module · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_can_merge

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_consolidate_text

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_find_elements

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_first_child_run

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_get_child

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_get_children

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_is_adjacent

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_is_run

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_merge_run_content

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->merge_runs

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_merge_runs_in

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_next_element_sibling

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_next_sibling_run

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_remove_elements

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->_strip_run_rsid_attrs

file to function · skills/docx/scripts/office/helpers/merge_runs.py

contains
merge_runs.py->traverse

file to method · skills/docx/scripts/office/helpers/merge_runs.py

contains
simplify_redlines.py->skills.docx.scripts.office.helpers.simplify_redlines

file to module · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->_can_merge_tracked

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->_find_elements

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->_get_author

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->_get_authors_from_docx

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->get_tracked_change_authors

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->infer_author

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->_is_element

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->_merge_tracked_changes_in

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->_merge_tracked_content

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->simplify_redlines

file to function · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->traverse

file to method · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
simplify_redlines.py->WORD_NS

file to symbol · skills/docx/scripts/office/helpers/simplify_redlines.py

contains
pack.py->skills.docx.scripts.office.pack

file to module · skills/docx/scripts/office/pack.py

contains
pack.py->_condense_xml

file to function · skills/docx/scripts/office/pack.py

contains
pack.py->pack

file to function · skills/docx/scripts/office/pack.py

contains
pack.py->_run_validation

file to function · skills/docx/scripts/office/pack.py

contains
soffice.py->skills.docx.scripts.office.soffice

file to module · skills/docx/scripts/office/soffice.py

contains
soffice.py->_ensure_shim

file to function · skills/docx/scripts/office/soffice.py

contains
soffice.py->get_soffice_env

file to function · skills/docx/scripts/office/soffice.py

contains
soffice.py->_needs_shim

file to function · skills/docx/scripts/office/soffice.py

contains
soffice.py->run_soffice

file to function · skills/docx/scripts/office/soffice.py

contains
soffice.py->_SHIM_SO

file to symbol · skills/docx/scripts/office/soffice.py

contains
soffice.py->_SHIM_SOURCE

file to symbol · skills/docx/scripts/office/soffice.py

contains
unpack.py->skills.docx.scripts.office.unpack

file to module · skills/docx/scripts/office/unpack.py

contains
unpack.py->_escape_smart_quotes

file to function · skills/docx/scripts/office/unpack.py

contains
unpack.py->_pretty_print_xml

file to function · skills/docx/scripts/office/unpack.py

contains
unpack.py->SMART_QUOTE_REPLACEMENTS

file to symbol · skills/docx/scripts/office/unpack.py

contains
unpack.py->unpack

file to function · skills/docx/scripts/office/unpack.py

contains
validate.py->skills.docx.scripts.office.validate

file to module · skills/docx/scripts/office/validate.py

contains
validate.py->main

file to function · skills/docx/scripts/office/validate.py

contains
__init__.py->skills.docx.scripts.office.validators.__init__

file to module · skills/docx/scripts/office/validators/__init__.py

contains
base.py->skills.docx.scripts.office.validators.base

file to module · skills/docx/scripts/office/validators/base.py

contains
base.py->BaseSchemaValidator

file to class · skills/docx/scripts/office/validators/base.py

contains
base.py->_clean_ignorable_namespaces

file to method · skills/docx/scripts/office/validators/base.py

contains
base.py->CONTENT_TYPES_NAMESPACE

file to symbol · skills/docx/scripts/office/validators/base.py

contains
base.py->ELEMENT_RELATIONSHIP_TYPES

file to symbol · skills/docx/scripts/office/validators/base.py

contains
base.py->EXCLUDED_ID_CONTAINERS

file to symbol · skills/docx/scripts/office/validators/base.py

contains
base.py->_get_expected_relationship_type

file to method · skills/docx/scripts/office/validators/base.py

Inheritance

No inheritance relationships detected yet.

Call chain

calls
generator_template.js->cos

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->createCanvas

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->createVector

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->detection

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->elements

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->Examples

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->exec

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->fill

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->generation

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->mult

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->noise

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->noiseSeed

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->noLoop

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->noStroke

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->operations

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->parseInt

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->pow

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->random

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->RANDOMNESS

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->randomSeed

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->rect

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->redraw

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->saveCanvas

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->sin

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->STRUCTURE

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->UPDATES

file to module · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->constructor

file to method · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->display

file to method · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->draw

file to function · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->initializeSeed

file to function · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->setup

file to function · skills/algorithmic-art/templates/generator_template.js

calls
generator_template.js->update

file to method · skills/algorithmic-art/templates/generator_template.js

calls
accept_changes.py->add_argument

file to module · skills/docx/scripts/accept_changes.py

calls
accept_changes.py->ArgumentParser

file to module · skills/docx/scripts/accept_changes.py

calls
accept_changes.py->getLogger

file to module · skills/docx/scripts/accept_changes.py

calls
accept_changes.py->parse_args

file to module · skills/docx/scripts/accept_changes.py

calls
accept_changes.py->print

file to module · skills/docx/scripts/accept_changes.py

calls
accept_changes.py->SystemExit

file to module · skills/docx/scripts/accept_changes.py

calls
accept_changes.py->accept_changes

file to function · skills/docx/scripts/accept_changes.py

calls
comment.py->add_argument

file to module · skills/docx/scripts/comment.py

calls
comment.py->ArgumentParser

file to module · skills/docx/scripts/comment.py

calls
comment.py->exit

file to module · skills/docx/scripts/comment.py

calls
comment.py->format

file to module · skills/docx/scripts/comment.py

calls
comment.py->parse_args

file to module · skills/docx/scripts/comment.py

calls
comment.py->Path

file to module · skills/docx/scripts/comment.py

calls
comment.py->print

file to module · skills/docx/scripts/comment.py

calls
comment.py->add_comment

file to function · skills/docx/scripts/comment.py

calls
pack.py->add_argument

file to module · skills/docx/scripts/office/pack.py

calls
pack.py->ArgumentParser

file to module · skills/docx/scripts/office/pack.py

calls
pack.py->exit

file to module · skills/docx/scripts/office/pack.py

calls
pack.py->lower

file to module · skills/docx/scripts/office/pack.py

calls
pack.py->parse_args

file to module · skills/docx/scripts/office/pack.py

calls
pack.py->print

file to module · skills/docx/scripts/office/pack.py

calls
pack.py->pack

file to function · skills/docx/scripts/office/pack.py

calls
soffice.py->exit

file to module · skills/docx/scripts/office/soffice.py

calls
soffice.py->gettempdir

file to module · skills/docx/scripts/office/soffice.py

calls
soffice.py->Path

file to module · skills/docx/scripts/office/soffice.py

calls
soffice.py->run_soffice

file to function · skills/docx/scripts/office/soffice.py

calls
unpack.py->add_argument

file to module · skills/docx/scripts/office/unpack.py

calls
unpack.py->ArgumentParser

file to module · skills/docx/scripts/office/unpack.py

calls
unpack.py->exit

file to module · skills/docx/scripts/office/unpack.py

calls
unpack.py->lower

file to module · skills/docx/scripts/office/unpack.py

calls
unpack.py->parse_args

file to module · skills/docx/scripts/office/unpack.py

calls
unpack.py->print

file to module · skills/docx/scripts/office/unpack.py

calls
unpack.py->unpack

file to function · skills/docx/scripts/office/unpack.py

calls
validate.py->main

file to function · skills/docx/scripts/office/validate.py

calls
base.py->RuntimeError

file to module · skills/docx/scripts/office/validators/base.py

calls
docx.py->RuntimeError

file to module · skills/docx/scripts/office/validators/docx.py

calls
pptx.py->RuntimeError

file to module · skills/docx/scripts/office/validators/pptx.py

calls
redlining.py->RuntimeError

file to module · skills/docx/scripts/office/validators/redlining.py

calls
evaluation.py->run

file to module · skills/mcp-builder/scripts/evaluation.py

calls
evaluation.py->main

file to function · skills/mcp-builder/scripts/evaluation.py

calls
check_bounding_boxes.py->exit

file to module · skills/pdf/scripts/check_bounding_boxes.py

calls
check_bounding_boxes.py->len

file to module · skills/pdf/scripts/check_bounding_boxes.py

calls
check_bounding_boxes.py->open

file to module · skills/pdf/scripts/check_bounding_boxes.py

calls
check_bounding_boxes.py->print

file to module · skills/pdf/scripts/check_bounding_boxes.py

calls
check_bounding_boxes.py->get_bounding_box_messages

file to function · skills/pdf/scripts/check_bounding_boxes.py

calls
check_fillable_fields.py->get_fields

file to module · skills/pdf/scripts/check_fillable_fields.py

calls
check_fillable_fields.py->PdfReader

file to module · skills/pdf/scripts/check_fillable_fields.py

calls
check_fillable_fields.py->print

file to module · skills/pdf/scripts/check_fillable_fields.py

calls
convert_pdf_to_images.py->exit

file to module · skills/pdf/scripts/convert_pdf_to_images.py

calls
convert_pdf_to_images.py->len

file to module · skills/pdf/scripts/convert_pdf_to_images.py

calls
convert_pdf_to_images.py->print

file to module · skills/pdf/scripts/convert_pdf_to_images.py

calls
convert_pdf_to_images.py->convert

file to function · skills/pdf/scripts/convert_pdf_to_images.py

calls
create_validation_image.py->exit

file to module · skills/pdf/scripts/create_validation_image.py

calls
create_validation_image.py->int

file to module · skills/pdf/scripts/create_validation_image.py

calls
create_validation_image.py->len

file to module · skills/pdf/scripts/create_validation_image.py

calls
create_validation_image.py->print

file to module · skills/pdf/scripts/create_validation_image.py

calls
create_validation_image.py->create_validation_image

file to function · skills/pdf/scripts/create_validation_image.py

calls
extract_form_field_info.py->exit

file to module · skills/pdf/scripts/extract_form_field_info.py

calls
extract_form_field_info.py->len

file to module · skills/pdf/scripts/extract_form_field_info.py

calls
extract_form_field_info.py->print

file to module · skills/pdf/scripts/extract_form_field_info.py

calls
extract_form_field_info.py->write_field_info

file to function · skills/pdf/scripts/extract_form_field_info.py

calls
extract_form_structure.py->main

file to function · skills/pdf/scripts/extract_form_structure.py

calls
fill_fillable_fields.py->exit

file to module · skills/pdf/scripts/fill_fillable_fields.py

calls
fill_fillable_fields.py->len

file to module · skills/pdf/scripts/fill_fillable_fields.py

calls
fill_fillable_fields.py->print

file to module · skills/pdf/scripts/fill_fillable_fields.py

calls
fill_fillable_fields.py->fill_pdf_fields

file to function · skills/pdf/scripts/fill_fillable_fields.py

calls
fill_fillable_fields.py->monkeypatch_pydpf_method

file to function · skills/pdf/scripts/fill_fillable_fields.py

calls
fill_pdf_form_with_annotations.py->exit

file to module · skills/pdf/scripts/fill_pdf_form_with_annotations.py

Route ownership

No route ownership relationships detected yet.