Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Skills teach Claude how to complete specific tasks in a repeatable way.
For more information, check out:
This repository contains Ohad's custom skills for Claude.
- python-file-splitter: Split large Python modules into smaller, well-organized files
- skill-creator: Create a new skill
- skill-creator-multi: Create multi-phase skills with orchestrated sequential execution
- skill-spec-generator: Generate structured skill specifications for independent skill creators
- diff-since-my-commit: Show changes to a git branch since your last commit, filtered to only files you touched
- agent-report: Extract and display the final message from a Claude agent JSONL file
- onboarding-doc: Create onboarding documentation for codebases (includes analyzer, gaps-verifier, and writer skills)
- plan-gap-finder: Find conceptual gaps in plan/spec documents that prevent self-containment
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
/plugin marketplace add OhadRubin/skills
Then, to install the skill:
- Select
Browse and install plugins - Select
ohads_skills - Select
python-file-splitter - Select
Install now
Alternatively, directly install via:
/plugin install python-file-splitter@ohads_skills