YoniChechik
UserPersonal Claude Code configuration (hooks, commands, agents, settings).
Categories
Indexed Skills (25)
ci-watcher
Run the CI watcher script for the current or specified branch. Use `/ci-watcher stop` to kill the watcher for the current session.
codex
Use when Claude wants a read-only second opinion from OpenAI Codex CLI on: exploring an unfamiliar codebase, reviewing a plan/design .md, or reviewing a PR diff. Codex runs sandboxed read-only (no writes, no prompts, no network).
contrary
Adversarial devil's advocate. Use when the user wants their idea, plan, PR, code review, architectural decision, or claim deliberately attacked — 'poke holes in X', 'tell me why I'm wrong about Y', 'red-team this', 'what am I missing'. Distinct from /ask (neutral), /plan (constructive), /brainstorm (open exploration), /review (structured code review). Use when the user explicitly wants pushback.
plan
Explore codebase and create structured implementation plan
review
Run comprehensive code review on current branch changes
build-tests
Plan and build tests for the current feature
continue-feature
Resume work on existing feature clone
pr-comments
Review and triage PR comments interactively
pr-walkthrough
Step-by-step PR code walkthrough session
review-tests
Review and fix tests for quality issues
brainstorm
Interactive thinking partner for vague ideas. Use when the user has a fuzzy idea and wants to explore it before any plan or code — 'help me think through X', 'I'm not sure how to approach Y', 'let's brainstorm Z'. Distinct from /plan (produces structured plan) and /ask (answers questions). Use for the fuzzy front-end only.
new-feature-fast
Fast feature development: clone → implement → PR (no planning, no tests)
pr-create
Create a pull request. MUST be invoked for ANY request that creates a PR — including 'create a PR', 'open a PR', 'gh pr create', 'submit for review', or any equivalent phrasing. Do NOT call `gh pr create` directly; always run this skill instead.
quality
Run quality checks, fix code quality issues, check code style, format code, or perform lint checks
cd-permanent
Change directory within the session
create-clone
Create isolated git clone for feature
sum
Summarize current branch work grouped by actual tasks (not by commits)
sync
Merge main, commit changes, and push
todo
Parse input and create todo items
post
Run quality, review, and review-tests checks in parallel, then lint and format
uv
how to run python files and mangage dependencies using UV package manager (pip replacement)
new-feature
Start new feature with full planning
create-skill
Use this skill when creating a new Claude Code skill. Ensures the skill is created in the closest `.claude` directory (the nearest parent git repo's `.claude`).
notify-waiting
Ping the user with an audible chime, green iTerm2 tab color, and a 'waiting...' terminal title to grab their physical attention. Invoke this WHENEVER Claude is about to block on a manual user action that requires the user to be at their machine — e.g., right before `gcloud auth login`, 2FA approval prompts, manual OAuth browser confirmations, or any interactive CLI step that pauses until the user clicks/approves something.
react-native-guidelines
Conventions and patterns for React Native/Expo mobile development including component structure, styling with NativeWind, hooks, testing, and Storybook
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.