msobczyk-x

6 mods across 1 repository, 2 stars between them.

msobczyk-x/agent-skills

Instructions file CodexOpenCode

AGENTS.md instructions for msobczyk-x/agent-skills, covering agents.md, repository overview, directory structure, skill.md format and readme.md convention.

2 14d ago A 966 tokens

cleanup-comments

02

msobczyk-x/agent-skills

Skill Claude CodeCodex

Remove noise comments from the files in the current diff so the code stays self-explanatory. Use when asked to clean up comments in the current changes, or before committing or reviewing a diff.

2 14d ago A 42 tokens

code-simplify

03

msobczyk-x/agent-skills

Skill Claude CodeCodex

Simplify the code in the current diff without changing behavior. Use when asked to simplify, refactor for clarity, or tidy up recent changes.

2 14d ago A 34 tokens

commit-plan

04

msobczyk-x/agent-skills

Skill Claude CodeCodex

Propose how to split the current git diff into logical commits — a Conventional Commit message plus the files to stage for each — then offer to create those commits once you approve the plan. Never adds agent or co-author attribution to commit messages. Use when asked to plan commits, write a commit message, or group…

2 14d ago A 79 tokens

pragmatic-review

05

msobczyk-x/agent-skills

Skill Claude CodeCodex

Review the current branch's changes like a senior engineer, judging them against DRY, YAGNI, SOLID, and Pragmatic Programmer principles and emitting a severity-ranked findings report without editing code. For React/React Native diffs it also delegates to the Vercel React skills to catch bugs. Use when asked to review…

2 14d ago A 83 tokens

precommit-simplify

06

msobczyk-x/agent-skills

Skill Claude CodeCodex

Tidy up changes before a commit by running code-simplify then cleanup-comments in sequence. Works on staged, uncommitted, or all changes. Use as a pre-commit step, or when asked to tidy changes before committing.

2 14d ago A 54 tokens