ohads_skills
01Plugin Claude Code
Plugin marketplace listing 8 plugins: python-file-splitter, skill-creator, skill-creator-multi, skill-spec-generator, diff-since-my-commit.
Plugin Claude Code
Plugin marketplace listing 8 plugins: python-file-splitter, skill-creator, skill-creator-multi, skill-spec-generator, diff-since-my-commit.
Instructions file
Claude Code instructions for OhadRubin/skills: /plugin marketplace update ohadsskills /plugin install @ohadsskills.
Skill Claude CodeCodex
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"…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Triggered by start-gap-finder.
Skill Claude CodeCodex
Triggered by start-gap-finder.
Skill Claude CodeCodex
Triggered by start-gap-finder.
Skill Claude CodeCodex
Find conceptual gaps in plan/spec documents. Use when user explicitly asks start-gap-finder.
Skill Claude CodeCodex
Gather and analyze source material for onboarding documentation. Creates sourceinventory.md and extractiontables.md. Triggered by onboarding-start during source-material-gathering and key-information-extraction phases.
Skill Claude CodeCodex
Identify documentation gaps and pitfalls. Creates gapspitfalls.md. Triggered by onboarding-start during gaps-pitfalls-identification phase.
Skill Claude CodeCodex
Create comprehensive onboarding documentation for a codebase or feature. Use when user asks to "create an onboarding document for X".
Skill Claude CodeCodex
Synthesize analyzed codebase information into a structured onboarding document. Creates onboardingdoc.md. Triggered by onboarding-start during document-writing phase.
Skill Claude CodeCodex
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 Claude CodeCodex
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 Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
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…