Back to Marketplaces

ohads_skills

OhadRubin/skills
active
8plugins
5skills
Ohad Rubin

python-file-splitter

Split large Python modules into smaller, well-organized files

0 skills

No verified skills in this plugin.

skill-creator

Create a new skill

0 skills

No verified skills in this plugin.

skill-creator-multi

Create multi-phase skills with orchestrated sequential execution

0 skills

No verified skills in this plugin.

skill-spec-generator

Generate structured skill specifications for independent skill creators

0 skills

No verified skills in this plugin.

diff-since-my-commit

Show changes to a git branch since your last commit, filtered to only files you touched

0 skills

No verified skills in this plugin.

agent-report

Extract and display the final message from a Claude agent JSONL file

0 skills

No verified skills in this plugin.

onboarding-doc

Create onboarding documentation for codebases: analyze source material, extract key info, identify gaps/pitfalls, and write structured docs

0 skills

No verified skills in this plugin.

gap-finder

Find conceptual gaps in plan/spec documents that prevent self-containment

5 skills

agent-report

verified

Extract and display the final message from a Claude agent JSONL file. Use when the user wants to see an agent report, view agent output, extract agent results, check what an agent produced, or read the final response from a subagent. Triggers on requests like "show me agent report", "what did agent X produce", "extract agent output", "view agent results", or "get the report from agent ad42ecb".

diff-since-my-commit

verified

Show changes to a git branch since your last commit, filtered to only files you touched. Use when user asks to see what others changed on their branch, review changes since they last committed, or compare their work against upstream modifications. Triggers on requests like "what changed on my branch", "show me the diff since my commit", "what did others change to my files", or "review changes to my PR".

python-file-splitter

verified

Split large Python files into multiple files organized as a package. Use when user says "split this file", "this file is too big", "break this into multiple files", or similar requests for Python (.py) files.

skill-creator-multi

verified

Guide for creating multi-phase skills with orchestrated sequential execution. Use when user wants to create a skill that runs multiple steps in sequence (like gap-finder), needs a start-* orchestrator pattern, or asks about multi-step/multi-phase skill architecture.

skill-spec-generator

verified

Generate structured skill specifications for independent skill creators. Use when asked to ideate, brainstorm, or specify multiple skills for a domain, workflow, or problem space. Outputs self-contained specs with list-level context so each skill can be built independently. Triggers on requests like "what skills would help with X", "generate skill ideas for Y", "specify skills to cover Z workflow".