dotclaude

agent skills for agentic coding tools. extremely opinionated. updated (almost) daily.

$ codex plugin marketplace add JHostalek/dotclaude
$ codex plugin add jhostalek-skills@jhostalek


View on GitHub

29 Skills

Build

sparringpressure-test a proposal before committing
designexplore alternatives with independent reasoning agents
planproduce an implementation-ready design document

Quality

judgeindependent expert review before accepting work
auditfull baseline audit sweep in parallel worktrees
audit-necessitycut code that does not earn its keep
audit-structurefix misplaced files and leaky boundaries
audit-patternsunify divergent implementations
audit-correctnessfind logic and boundary bugs
audit-error-handlingfind swallowed errors and resource leaks
audit-contractscheck API and integration compatibility
audit-data-integritycheck invariants, writes, and migrations
audit-reliabilitycheck retries, recovery, and shutdown
audit-logsfix noisy or missing observability
audit-perffind N+1s and blocking hot paths
audit-securityfind injection, auth, and secrets issues
audit-testscut weak tests and close real gaps
audit-complexityreduce code and accidental complexity
audit-commentsstrip stale comments and docstrings
uxUI evaluation across Nielsen's heuristics

Ship

commitconventional commits + push
prcreate or update a reviewable PR
mergemerge branches and resolve conflicts
rebaserebase branch onto target, resolve conflicts
timesheetmonthly work summary from git

Improve

promptcreate and refine LLM system prompts
transformerrewrite skills for reasoning model performance
design-refinerturn UI requests into expert design briefs
writing-identityrewrite communication in the author's voice

Install

# Codex
codex plugin marketplace add JHostalek/dotclaude
codex plugin add jhostalek-skills@jhostalek

# Claude Code
/plugin marketplace add JHostalek/dotclaude
/plugin install jhostalek-skills@jhostalek

# Editable standalone skills
git clone git@github.com:JHostalek/dotclaude.git ~/dotclaude
ln -s ~/dotclaude/skills/* ~/.claude/skills/
      

Skills only. Versioned as a plugin and usable standalone.

CC0 1.0 — public domain.