Repository Analysis

ComposioHQ/awesome-claude-skills

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows

4.4 Likely human-written View on GitHub
4.4
Adjusted Score
4.4
Raw Score
100%
Time Factor
2026-05-22
Last Push
62,509
Stars
Python
Language
118,901
Lines of Code
1008
Files
339
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 29MEDIUM 36LOW 274

Pattern Findings

339 matches across 14 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping71 hits · 95 pts
SeverityFileLineSnippet
LOWdocument-skills/xlsx/recalc.py49 except Exception:
LOWdocument-skills/xlsx/recalc.py154 except Exception as e:
LOWdocument-skills/pdf/reference.md484 except Exception as e:
LOWdocument-skills/pdf/reference.md504 except Exception as e:
LOWdocument-skills/pdf/reference.md578except Exception as e:
LOWdocument-skills/pptx/ooxml/scripts/pack.py128 except Exception as e:
MEDIUMdocument-skills/pptx/ooxml/scripts/validate.py52 print(f"Error: Validation not supported for file type {file_extension}")
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py187 except Exception as e:
MEDIUMdocument-skills/pptx/ooxml/scripts/validation/docx.py188 print(f"Error counting paragraphs in unpacked document: {e}")
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py211 except Exception as e:
MEDIUMdocument-skills/pptx/ooxml/scripts/validation/docx.py212 print(f"Error counting paragraphs in original document: {e}")
LOW…ment-skills/pptx/ooxml/scripts/validation/redlining.py59 except Exception:
LOW…ment-skills/pptx/ooxml/scripts/validation/redlining.py71 except Exception as e:
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py228 except Exception as e:
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py471 except Exception as e:
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py140 except Exception as e:
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py359 except Exception as e:
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py604 except Exception:
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py626 except Exception as e:
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py866 except Exception as e:
MEDIUMdocument-skills/pptx/scripts/thumbnail.py100 print(f"Error: Invalid PowerPoint file: {args.input}")
MEDIUMdocument-skills/pptx/scripts/thumbnail.py124 print("Error: No slides found")
LOWdocument-skills/pptx/scripts/thumbnail.py144 except Exception as e:
MEDIUMdocument-skills/pptx/scripts/thumbnail.py145 print(f"Error: {e}")
LOWdocument-skills/pptx/scripts/thumbnail.py351 except Exception:
MEDIUMdocument-skills/pptx/scripts/rearrange.py58 print(f"Error: Template file not found: {args.template}")
MEDIUMdocument-skills/pptx/scripts/rearrange.py68 print(f"Error: {e}")
LOWdocument-skills/pptx/scripts/rearrange.py70 except Exception as e:
MEDIUMdocument-skills/pptx/scripts/rearrange.py71 print(f"Error processing presentation: {e}")
LOWdocument-skills/pptx/scripts/rearrange.py124 except Exception:
MEDIUMdocument-skills/pptx/scripts/inventory.py84 print(f"Error: Input file not found: {args.input}")
MEDIUMdocument-skills/pptx/scripts/inventory.py88 print("Error: Input must be a PowerPoint file (.pptx)")
LOWdocument-skills/pptx/scripts/inventory.py120 except Exception as e:
MEDIUMdocument-skills/pptx/scripts/inventory.py121 print(f"Error processing presentation: {e}")
LOWdocument-skills/pptx/scripts/inventory.py384 except Exception:
LOWdocument-skills/pptx/scripts/inventory.py504 except Exception:
LOWdocument-skills/pptx/scripts/inventory.py601 except Exception:
MEDIUMdocument-skills/pptx/scripts/replace.py367 print(f"Error: Input file '{input_pptx}' not found")
MEDIUMdocument-skills/pptx/scripts/replace.py371 print(f"Error: Replacements JSON file '{replacements_json}' not found")
LOWdocument-skills/pptx/scripts/replace.py376 except Exception as e:
MEDIUMdocument-skills/pptx/scripts/replace.py377 print(f"Error applying replacements: {e}")
LOWdocument-skills/docx/ooxml/scripts/pack.py128 except Exception as e:
MEDIUMdocument-skills/docx/ooxml/scripts/validate.py52 print(f"Error: Validation not supported for file type {file_extension}")
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py187 except Exception as e:
MEDIUMdocument-skills/docx/ooxml/scripts/validation/docx.py188 print(f"Error counting paragraphs in unpacked document: {e}")
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py211 except Exception as e:
MEDIUMdocument-skills/docx/ooxml/scripts/validation/docx.py212 print(f"Error counting paragraphs in original document: {e}")
LOW…ment-skills/docx/ooxml/scripts/validation/redlining.py59 except Exception:
LOW…ment-skills/docx/ooxml/scripts/validation/redlining.py71 except Exception as e:
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py228 except Exception as e:
LOWdocument-skills/docx/ooxml/scripts/validation/base.py471 except Exception as e:
LOWdocument-skills/docx/ooxml/scripts/validation/base.py140 except Exception as e:
LOWdocument-skills/docx/ooxml/scripts/validation/base.py359 except Exception as e:
LOWdocument-skills/docx/ooxml/scripts/validation/base.py604 except Exception:
LOWdocument-skills/docx/ooxml/scripts/validation/base.py626 except Exception as e:
LOWdocument-skills/docx/ooxml/scripts/validation/base.py866 except Exception as e:
LOWvideo-downloader/scripts/download_video.py98 except Exception as e:
LOWskill-creator/scripts/init_skill.py217 except Exception as e:
LOWskill-creator/scripts/init_skill.py232 except Exception as e:
LOWskill-creator/scripts/init_skill.py259 except Exception as e:
11 more matches not shown…
Cross-File Repetition18 hits · 90 pts
SeverityFileLineSnippet
HIGHdocument-skills/pptx/ooxml/scripts/validation/docx.py0validator for word document xml files against xsd schemas.
HIGHdocument-skills/pptx/ooxml/scripts/validation/docx.py0validator for word document xml files against xsd schemas.
HIGHdocument-skills/docx/ooxml/scripts/validation/docx.py0validator for word document xml files against xsd schemas.
HIGHdocument-skills/docx/ooxml/scripts/validation/docx.py0validator for word document xml files against xsd schemas.
HIGHdocument-skills/pptx/ooxml/scripts/validation/docx.py0run all validation checks and return true if all pass.
HIGHdocument-skills/pptx/ooxml/scripts/validation/pptx.py0run all validation checks and return true if all pass.
HIGHdocument-skills/pptx/ooxml/scripts/validation/base.py0run all validation checks and return true if all pass.
HIGHdocument-skills/docx/ooxml/scripts/validation/docx.py0run all validation checks and return true if all pass.
HIGHdocument-skills/docx/ooxml/scripts/validation/pptx.py0run all validation checks and return true if all pass.
HIGHdocument-skills/docx/ooxml/scripts/validation/base.py0run all validation checks and return true if all pass.
HIGHdocument-skills/pptx/ooxml/scripts/validation/pptx.py0validator for powerpoint presentation xml files against xsd schemas.
HIGHdocument-skills/pptx/ooxml/scripts/validation/pptx.py0validator for powerpoint presentation xml files against xsd schemas.
HIGHdocument-skills/docx/ooxml/scripts/validation/pptx.py0validator for powerpoint presentation xml files against xsd schemas.
HIGHdocument-skills/docx/ooxml/scripts/validation/pptx.py0validator for powerpoint presentation xml files against xsd schemas.
HIGHdocument-skills/pptx/ooxml/scripts/validation/base.py0base validator with common validation logic for document files.
HIGHdocument-skills/pptx/ooxml/scripts/validation/base.py0base validator with common validation logic for document files.
HIGHdocument-skills/docx/ooxml/scripts/validation/base.py0base validator with common validation logic for document files.
HIGHdocument-skills/docx/ooxml/scripts/validation/base.py0base validator with common validation logic for document files.
Redundant / Tautological Comments40 hits · 70 pts
SeverityFileLineSnippet
LOWdocument-skills/xlsx/recalc.py82 # Check if gtimeout is available on macOS
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py90 # Check if text starts or ends with whitespace
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py92 # Check if xml:space="preserve" attribute exists
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py94 # Check if this is an ID attribute
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py97 # Check if value looks like a UUID (has the right length and pattern structure)
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py125 # Check if it's 32 hex-like characters (could include invalid hex chars)
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py449 # Check if the ID exists
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py456 # Check if we have type expectations for this element
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py463 # Check if the actual type matches or contains the expected type
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py759 # Check if file is in a main content folder and use appropriate schema
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py776 # Check if attribute is from a namespace other than allowed ones
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py212 # Check if this element type has ID uniqueness requirements
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py503 # Check if this might be a compound like "sldMasterId"
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py619 # Check if it's a known media extension that should be declared
LOWdocument-skills/pptx/scripts/inventory.py873 # Check if there's meaningful overlap (more than tolerance)
LOWdocument-skills/pptx/scripts/replace.py173 # Check if slide exists
LOWdocument-skills/pptx/scripts/replace.py306 # Check if any text overflow got worse
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py90 # Check if text starts or ends with whitespace
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py92 # Check if xml:space="preserve" attribute exists
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py94 # Check if this is an ID attribute
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py97 # Check if value looks like a UUID (has the right length and pattern structure)
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py125 # Check if it's 32 hex-like characters (could include invalid hex chars)
LOWdocument-skills/docx/ooxml/scripts/validation/base.py449 # Check if the ID exists
LOWdocument-skills/docx/ooxml/scripts/validation/base.py456 # Check if we have type expectations for this element
LOWdocument-skills/docx/ooxml/scripts/validation/base.py463 # Check if the actual type matches or contains the expected type
LOWdocument-skills/docx/ooxml/scripts/validation/base.py759 # Check if file is in a main content folder and use appropriate schema
LOWdocument-skills/docx/ooxml/scripts/validation/base.py776 # Check if attribute is from a namespace other than allowed ones
LOWdocument-skills/docx/ooxml/scripts/validation/base.py212 # Check if this element type has ID uniqueness requirements
LOWdocument-skills/docx/ooxml/scripts/validation/base.py503 # Check if this might be a compound like "sldMasterId"
LOWdocument-skills/docx/ooxml/scripts/validation/base.py619 # Check if it's a known media extension that should be declared
LOWdocument-skills/docx/scripts/document.py539 # Check if it's a numbered list item
LOWdocument-skills/docx/scripts/document.py1055 # Check if this rsid already exists
LOWdocument-skills/docx/scripts/document.py1192 # Check if author already exists
LOWskill-creator/scripts/init_skill.py208 # Check if directory already exists
LOWslack-gif-creator/core/validators.py103 # Check if roughly square (within 2:1 ratio)
LOWartifacts-builder/scripts/init-artifact.sh33# Check if pnpm is installed
LOWartifacts-builder/scripts/init-artifact.sh39# Check if project name is provided
LOWartifacts-builder/scripts/init-artifact.sh49# Check if components tarball exists
LOWartifacts-builder/scripts/bundle-artifact.sh6# Check if we're in a project directory
LOWartifacts-builder/scripts/bundle-artifact.sh12# Check if index.html exists
Deep Nesting72 hits · 64 pts
SeverityFileLineSnippet
LOWdocument-skills/xlsx/recalc.py53
LOWdocument-skills/pdf/scripts/fill_fillable_fields.py12
LOWdocument-skills/pdf/scripts/fill_fillable_fields.py59
LOWdocument-skills/pdf/scripts/extract_form_field_info.py22
LOWdocument-skills/pdf/scripts/extract_form_field_info.py62
LOWdocument-skills/pdf/scripts/check_bounding_boxes.py18
LOWdocument-skills/pptx/ooxml/scripts/pack.py45
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py72
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py124
LOW…ment-skills/pptx/ooxml/scripts/validation/redlining.py139
LOW…ment-skills/pptx/ooxml/scripts/validation/redlining.py217
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py77
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py128
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py243
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py186
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py277
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py388
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py486
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py522
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py688
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py765
LOWdocument-skills/pptx/scripts/thumbnail.py67
LOWdocument-skills/pptx/scripts/thumbnail.py321
LOWdocument-skills/pptx/scripts/rearrange.py149
LOWdocument-skills/pptx/scripts/inventory.py140
LOWdocument-skills/pptx/scripts/inventory.py280
LOWdocument-skills/pptx/scripts/inventory.py362
LOWdocument-skills/pptx/scripts/inventory.py480
LOWdocument-skills/pptx/scripts/replace.py143
LOWdocument-skills/pptx/scripts/replace.py162
LOWdocument-skills/pptx/scripts/replace.py214
LOWdocument-skills/docx/ooxml/scripts/pack.py45
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py72
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py124
LOW…ment-skills/docx/ooxml/scripts/validation/redlining.py139
LOW…ment-skills/docx/ooxml/scripts/validation/redlining.py217
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py77
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py128
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py243
LOWdocument-skills/docx/ooxml/scripts/validation/base.py186
LOWdocument-skills/docx/ooxml/scripts/validation/base.py277
LOWdocument-skills/docx/ooxml/scripts/validation/base.py388
LOWdocument-skills/docx/ooxml/scripts/validation/base.py486
LOWdocument-skills/docx/ooxml/scripts/validation/base.py522
LOWdocument-skills/docx/ooxml/scripts/validation/base.py688
LOWdocument-skills/docx/ooxml/scripts/validation/base.py765
LOWdocument-skills/docx/scripts/document.py75
LOWdocument-skills/docx/scripts/document.py116
LOWdocument-skills/docx/scripts/document.py264
LOWdocument-skills/docx/scripts/document.py342
LOWdocument-skills/docx/scripts/document.py482
LOWdocument-skills/docx/scripts/document.py988
LOWdocument-skills/docx/scripts/utilities.py76
LOWskill-creator/scripts/package_skill.py19
LOWslack-gif-creator/core/typography.py164
LOWslack-gif-creator/core/validators.py59
LOWslack-gif-creator/core/validators.py122
LOWslack-gif-creator/core/validators.py241
LOWslack-gif-creator/templates/pulse.py20
LOWslack-gif-creator/templates/wiggle.py20
12 more matches not shown…
Hyper-Verbose Identifiers60 hits · 58 pts
SeverityFileLineSnippet
LOWdocument-skills/pdf/scripts/fill_fillable_fields.py59def validation_error_for_field_value(field_info, field_value):
LOWdocument-skills/pdf/scripts/extract_form_field_info.py12def get_full_annotation_field_id(annotation):
LOWdocument-skills/pdf/scripts/check_bounding_boxes.py18def get_bounding_box_messages(fields_json_stream) -> list[str]:
LOW…cument-skills/pdf/scripts/check_bounding_boxes_test.py38 def test_label_entry_intersection_same_field(self):
LOW…cument-skills/pdf/scripts/check_bounding_boxes_test.py56 def test_intersection_between_different_fields(self):
LOW…cument-skills/pdf/scripts/check_bounding_boxes_test.py80 def test_different_pages_no_intersection(self):
LOW…cument-skills/pdf/scripts/check_bounding_boxes_test.py104 def test_entry_height_too_small(self):
LOW…cument-skills/pdf/scripts/check_bounding_boxes_test.py125 def test_entry_height_adequate(self):
LOW…cument-skills/pdf/scripts/check_bounding_boxes_test.py183 def test_multiple_errors_limit(self):
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py72 def validate_whitespace_preservation(self):
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py173 def count_paragraphs_in_unpacked(self):
LOWdocument-skills/pptx/ooxml/scripts/validation/docx.py192 def count_paragraphs_in_original(self):
LOW…ment-skills/pptx/ooxml/scripts/validation/redlining.py217 def _remove_claude_tracked_changes(self, root):
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py128 def validate_slide_layout_ids(self):
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py203 def validate_no_duplicate_slide_layouts(self):
LOWdocument-skills/pptx/ooxml/scripts/validation/pptx.py243 def validate_notes_slide_references(self):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py765 def _clean_ignorable_namespaces(self, xml_doc):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py388 def validate_all_relationship_ids(self):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py486 def _get_expected_relationship_type(self, element_name):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py641 def validate_file_against_xsd(self, xml_file, verbose=False):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py791 def _remove_ignorable_elements(self, root):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py815 def _preprocess_for_mc_ignorable(self, xml_doc):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py826 def _validate_single_file_xsd(self, xml_file, base_path):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py869 def _get_original_file_errors(self, xml_file):
LOWdocument-skills/pptx/ooxml/scripts/validation/base.py906 def _remove_template_tags_from_text_nodes(self, xml_doc):
LOWdocument-skills/pptx/scripts/thumbnail.py149def create_hidden_slide_placeholder(size):
LOWdocument-skills/pptx/scripts/inventory.py639 def _calculate_slide_overflow(self) -> None:
LOWdocument-skills/pptx/scripts/inventory.py766def collect_shapes_with_absolute_positions(
LOWdocument-skills/pptx/scripts/replace.py43def apply_paragraph_properties(paragraph, para_data: Dict[str, Any]):
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py72 def validate_whitespace_preservation(self):
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py173 def count_paragraphs_in_unpacked(self):
LOWdocument-skills/docx/ooxml/scripts/validation/docx.py192 def count_paragraphs_in_original(self):
LOW…ment-skills/docx/ooxml/scripts/validation/redlining.py217 def _remove_claude_tracked_changes(self, root):
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py128 def validate_slide_layout_ids(self):
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py203 def validate_no_duplicate_slide_layouts(self):
LOWdocument-skills/docx/ooxml/scripts/validation/pptx.py243 def validate_notes_slide_references(self):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py765 def _clean_ignorable_namespaces(self, xml_doc):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py388 def validate_all_relationship_ids(self):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py486 def _get_expected_relationship_type(self, element_name):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py641 def validate_file_against_xsd(self, xml_file, verbose=False):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py791 def _remove_ignorable_elements(self, root):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py815 def _preprocess_for_mc_ignorable(self, xml_doc):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py826 def _validate_single_file_xsd(self, xml_file, base_path):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py869 def _get_original_file_errors(self, xml_file):
LOWdocument-skills/docx/ooxml/scripts/validation/base.py906 def _remove_template_tags_from_text_nodes(self, xml_doc):
LOWdocument-skills/docx/scripts/document.py116 def _inject_attributes_to_nodes(self, nodes):
LOWdocument-skills/docx/scripts/document.py190 def add_comment_extensible_date(elem):
LOWdocument-skills/docx/scripts/document.py960 def _add_content_type_for_people(self, path):
LOWdocument-skills/docx/scripts/document.py972 def _add_relationship_for_people(self, path):
LOWdocument-skills/docx/scripts/document.py1091 def _add_to_comments_extended_xml(self, para_id, parent_para_id):
LOWdocument-skills/docx/scripts/document.py1118 def _add_to_comments_extensible_xml(self, durable_id):
LOWdocument-skills/docx/scripts/document.py1203 def _ensure_comment_relationships(self):
LOWdocument-skills/docx/scripts/document.py1243 def _ensure_comment_content_types(self):
LOWdocument-skills/docx/scripts/utilities.py346def _create_line_tracking_parser():
LOWslack-gif-creator/core/validators.py200def get_optimization_suggestions(results: dict) -> list[str]:
LOWslack-gif-creator/core/visual_effects.py455def create_screen_shake_offset(intensity: int, frame_index: int) -> tuple[int, int]:
LOWslack-gif-creator/core/frame_composer.py235def create_gradient_background(width: int, height: int,
LOWslack-gif-creator/core/color_palettes.py121def get_text_color_for_background(bg_color: tuple[int, int, int]) -> tuple[int, int, int]:
LOWslack-gif-creator/templates/pulse.py188def create_breathing_animation(
LOWslack-gif-creator/templates/kaleidoscope.py140def create_kaleidoscope_animation(
Self-Referential Comments13 hits · 40 pts
SeverityFileLineSnippet
MEDIUMdocument-skills/pptx/ooxml/scripts/validation/base.py767 # Create a clean copy
MEDIUMdocument-skills/pptx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the original
MEDIUMdocument-skills/pptx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .rels
MEDIUMdocument-skills/pptx/scripts/thumbnail.py401 # Create a highlight overlay
MEDIUMdocument-skills/pptx/scripts/rearrange.py108 # Create a new relationship in the destination slide for this image
MEDIUMdocument-skills/docx/ooxml/scripts/validation/base.py767 # Create a clean copy
MEDIUMdocument-skills/docx/ooxml/scripts/validation/base.py919 # Create a copy of the document to avoid modifying the original
MEDIUMdocument-skills/docx/ooxml/scripts/validation/base.py298 ): # This file is not referenced by .rels
MEDIUMdocument-skills/docx/scripts/document.py984 # Create the relationship entry
MEDIUMskill-creator/scripts/package_skill.py66 # Create the zip file
MEDIUMslack-gif-creator/core/typography.py248 # Create a separate layer for the box with alpha
MEDIUMslack-gif-creator/core/gif_builder.py70 # Create a global palette from all frames
MEDIUMslack-gif-creator/core/gif_builder.py80 # Create a properly-shaped RGB image from the pixel data
Docstring Block Structure7 hits · 35 pts
SeverityFileLineSnippet
HIGHdocument-skills/docx/scripts/document.py265Reject an insertion by wrapping its content in a deletion. Wraps all runs inside w:ins in w:del, converting w:t
HIGHdocument-skills/docx/scripts/document.py343Reject a deletion by re-inserting the deleted content. Creates w:ins elements after each w:del, copying deleted
HIGHdocument-skills/docx/scripts/document.py483Mark a w:r or w:p element as deleted with tracked changes (in-place DOM manipulation). For w:r: wraps in <w:del
HIGHdocument-skills/docx/scripts/document.py681 Get or create a DocxXMLEditor for the specified XML file. Enables lazy-loaded editors with bracket not
HIGHdocument-skills/docx/scripts/utilities.py83 Get a DOM element by tag and identifier. Finds an element by either its line number in the original fi
HIGHdocument-skills/docx/scripts/utilities.py313 Parse XML fragment and return list of imported nodes. Args: xml_content: String containing
HIGHmcp-builder/reference/python_mcp_server.md308 Search for users in the Example system by name, email, or team. This tool searches across all user profiles in
Example Usage Blocks13 hits · 20 pts
SeverityFileLineSnippet
LOWslack-gif-creator/templates/pulse.py231# Example usage
LOWslack-gif-creator/templates/wiggle.py263# Example usage
LOWslack-gif-creator/templates/kaleidoscope.py195# Example usage
LOWslack-gif-creator/templates/slide.py234# Example usage
LOWslack-gif-creator/templates/spin.py234# Example usage
LOWslack-gif-creator/templates/zoom.py282# Example usage
LOWslack-gif-creator/templates/shake.py112# Example usage
LOWslack-gif-creator/templates/morph.py285# Example usage
LOWslack-gif-creator/templates/bounce.py87# Example usage
LOWslack-gif-creator/templates/explode.py296# Example usage
LOWslack-gif-creator/templates/move.py240# Example usage
LOWslack-gif-creator/templates/flip.py256# Example usage
LOWslack-gif-creator/templates/fade.py290# Example usage
Unused Imports19 hits · 19 pts
SeverityFileLineSnippet
LOW…ument-skills/pptx/ooxml/scripts/validation/__init__.py5
LOW…ument-skills/pptx/ooxml/scripts/validation/__init__.py6
LOW…ument-skills/pptx/ooxml/scripts/validation/__init__.py7
LOW…ument-skills/pptx/ooxml/scripts/validation/__init__.py8
LOW…ument-skills/docx/ooxml/scripts/validation/__init__.py5
LOW…ument-skills/docx/ooxml/scripts/validation/__init__.py6
LOW…ument-skills/docx/ooxml/scripts/validation/__init__.py7
LOW…ument-skills/docx/ooxml/scripts/validation/__init__.py8
LOWskill-creator/scripts/quick_validate.py7
LOWslack-gif-creator/core/typography.py10
LOWslack-gif-creator/core/gif_builder.py10
LOWslack-gif-creator/core/color_palettes.py9
LOWslack-gif-creator/templates/wiggle.py17
LOWslack-gif-creator/templates/spin.py16
LOWslack-gif-creator/templates/morph.py14
LOWslack-gif-creator/templates/bounce.py16
LOWslack-gif-creator/templates/explode.py16
LOWslack-gif-creator/templates/move.py212
LOWslack-gif-creator/templates/fade.py13
Fake / Example Data18 hits · 17 pts
SeverityFileLineSnippet
LOWdocument-skills/docx/ooxml.md298doc = Document('unpacked', author="John Doe", initials="JD")
LOWdocument-skills/docx/scripts/document.py10 doc = Document('workspace/unpacked', author="John Doe", initials="JD")
LOWwebapp-testing/examples/static_html_automation.py21 page.fill('#name', 'John Doe')
LOWcomposio-skills/dynamics365-automation/SKILL.md57 companyname: "Acme Corp"
LOWcomposio-skills/gorgias-automation/SKILL.md79Create a new customer named "Jane Doe" with email jane@example.com and phone channel
LOWcomposio-skills/googlemeet-automation/SKILL.md61 - items: List of calendar IDs to check (e.g., ["primary", "user@example.com"])
LOWcomposio-skills/excel-automation/SKILL.md86 rows: [["john@example.com","555-0101","Active"],["jane@example.com","555-0102","Pending"]]
LOWcomposio-skills/braintree-automation/SKILL.md46 - `email:'user@example.com'` -- Exact match (case insensitive)
LOWcomposio-skills/braintree-automation/SKILL.md58 name: "Jane Doe"
LOWcomposio-skills/braintree-automation/SKILL.md61 "line1": "123 Main St",
LOWcomposio-skills/netsuite-automation/SKILL.md114 "companyName": "Acme Corp",
LOWcomposio-skills/netsuite-automation/SKILL.md117 "phone": "555-0100"
LOWcomposio-skills/netsuite-automation/SKILL.md141 "companyName": "Acme Corp",
LOWcomposio-skills/toggl-automation/SKILL.md80List all active clients in workspace 123456, then create a new client called "Acme Corp"
LOWcomposio-skills/zoho-books-automation/SKILL.md162> "Find the customer ID for 'Acme Corp', create an invoice for them with consulting services, and then get the PDF"
LOWmcp-builder/reference/python_mcp_server.md332 "name": str, # Full name (e.g., "John Doe")
LOWmcp-builder/reference/python_mcp_server.md599 return {"id": user_id, "name": "John Doe", "email": "john@example.com"}
LOWmcp-builder/reference/node_mcp_server.md154 "name": string, // Full name (e.g., "John Doe")
Magic Placeholder Names2 hits · 10 pts
SeverityFileLineSnippet
HIGHREADME.md373client = anthropic.Anthropic(api_key="your-api-key")
HIGHmcp-builder/reference/evaluation.md557export ANTHROPIC_API_KEY=your_api_key
Cross-Language Confusion2 hits · 5 pts
SeverityFileLineSnippet
HIGHwebapp-testing/scripts/with_server.py12 --server "cd backend && python server.py" --port 3000 \
HIGHwebapp-testing/scripts/with_server.py13 --server "cd frontend && npm run dev" --port 5173 \
Verbosity Indicators3 hits · 4 pts
SeverityFileLineSnippet
LOWdocument-skills/pptx/scripts/rearrange.py176 # Step 1: DUPLICATE repeated slides
LOWdocument-skills/pptx/scripts/rearrange.py200 # Step 2: DELETE unwanted slides (work backwards)
LOWdocument-skills/pptx/scripts/rearrange.py209 # Step 3: REORDER to final sequence
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWdocument-skills/pptx/scripts/thumbnail.py21Usage: