Skill Claude CodeCodex
Identify and refactor duplicated code blocks into shared functions across Python files.
Skill Claude CodeCodex
Identify and refactor duplicated code blocks into shared functions across Python files.
Skill Claude CodeCodex
Find documentation files for a given dir, file, class, or function and summarize in 3 bullet points.
Skill Claude CodeCodex
Fix Python imports of large packages needed only for few functions in a module.
Skill Claude CodeCodex
Update docstrings and comments in a Python file without changing logic.
Skill Claude CodeCodex
Move constants to their appropriate scope based on usage.
Skill Claude CodeCodex
Fix dassert in Python code.
Skill Claude CodeCodex
Fix Python Docstrings.
Skill Claude CodeCodex
Remove empty lines in Python functions.
Skill Claude CodeCodex
Replace "from X import Y" style imports with "import X" and update usages throughout a file.
Skill Claude CodeCodex
Find and remove the functions that are too thin.
Skill Claude CodeCodex
Fix function call sites to pass positional args by position and assign constants to intermediate variables.
Skill Claude CodeCodex
Run pyright on Python files and fix the reported lints.
Skill Claude CodeCodex
Fix type hints.
Skill Claude CodeCodex
Identify and replace Python code with code in the helpers package.
Skill Claude CodeCodex
Make the code more readable and debuggable.
Skill Claude CodeCodex
Identify private / public functions in a file and rename them with an underscore or not.
Skill Claude CodeCodex
Rename files, functions, and variables across a codebase and update all references.
Skill Claude CodeCodex
Reorganize the Python functions in a file.
Skill Claude CodeCodex
Implement all TODO(aigp) items in a file including renames, code updates, and update references.
Skill Claude CodeCodex
Make sure that all the functions have a single return statement.
Skill Claude CodeCodex
Review Python files for bugs, suggest fixes, and provide test cases.
Skill Claude CodeCodex
Generate image prompts for each slide in a storyboard and create a demoimages.md file.
Skill Claude CodeCodex
Create a 15-slide presentation storyboard script for a narrated explainer video.
Skill Claude CodeCodex
Propose solutions to make a Docker container faster and smaller without changing its functionality.