JHostalek/dotclaude

Agent skills for agentic coding tools. Extremely opinionated. Updated (almost) daily.

11Stars on the repository
47Mods indexed here, across every type
27d agoLast push, which is what freshness is scored on
CC0-1.0Licence, which decides whether bodies are shown

audit-comments

01

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing comments, docstrings, or embedded documentation prose in a scope — to strip bloat and rewrite cluttered-but-justified entries. Triggers on "audit comments", "clean up docstrings", "strip stale comments", "comment cleanup".

11 27d ago A 55 tokens original CC0-1.0

audit-complexity

02

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the goal is to reduce code size, remove unnecessary complexity, or simplify a module without removing user-facing behavior.

11 27d ago A 29 tokens original CC0-1.0

audit-contracts

03

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing end-to-end contracts and compatibility in a scope — HTTP/RPC APIs, events/messages, schemas, files, CLIs, libraries, configuration, database consumers, and external integrations. Triggers on "audit contracts", "API compatibility review", "schema compatibility audit", "check…

11 27d ago A 108 tokens original CC0-1.0

audit-correctness

04

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing logic bugs in a scope — off-by-one, wrong operator, inverted condition, unhandled boundary cases, unit/dimension mismatch, code that doesn't do what its name or docstring claims. Triggers on "audit correctness", "fix logic bugs", "check for off-by-one", "correctness review".

11 27d ago A 72 tokens original CC0-1.0

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing end-to-end data integrity in a scope — invariant violations, partial or conflicting writes, unsafe migrations/backfills, duplicate or reordered effects, precision or time corruption, stale derived stores, broken retention/deletion, and unrecoverable drift. Triggers on "audit data…

11 27d ago A 94 tokens original CC0-1.0

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing error handling in a scope — swallowed exceptions, defaults returned on error, optional chaining masking missing data, floating promises / missing awaits, entry points with no error boundary, resource leaks on error paths. Triggers on "audit error handling", "hunt silent failures", "fix…

11 27d ago A 76 tokens original CC0-1.0

audit-logs

07

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing logging in a scope — missing observability, INFO bloat that doesn't scale, stale or wrong-level messages, payload dumps on routine paths. Triggers on "audit logs", "fix logging", "logging review", "clean up log noise".

11 27d ago A 58 tokens original CC0-1.0

audit-necessity

08

JHostalek/dotclaude

Skill Claude CodeCodex

Use when cutting code in a folder that doesn't earn its keep — whether a solution is over-engineered, where maintenance cost can be reduced, or where a feature should be removed entirely.

11 27d ago A 42 tokens original CC0-1.0

audit-patterns

09

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and unifying pattern consistency in a scope — divergent implementations of the same concern, reimplementations of existing utilities, naming violations, import disorder, unused dependencies. Triggers on "audit patterns", "fix inconsistencies", "unify conventions", "fix reimplementations", "pattern…

11 27d ago A 66 tokens original CC0-1.0

audit-perf

10

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing performance hot paths in a scope — N+1 queries, overfetching, wasted recomputation, blocking hot paths, unbounded growth. Triggers on "audit performance", "fix slow paths", "check for N+1", "performance review".

11 27d ago A 60 tokens original CC0-1.0

audit-reliability

11

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing reliability or resilience in a scope — timeouts, retries, idempotency, partial failure, dependency outages, overload, failover, recovery, reconciliation, and startup/shutdown behavior. Triggers on "audit reliability", "review resilience", "failure recovery review", "resilience audit"…

11 27d ago A 92 tokens original CC0-1.0

audit-security

12

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing and fixing security in a scope — injection (SQL, shell, template), auth/authz gaps, secrets in code or logs, weak crypto, missing validation at trust boundaries, XSS, SSRF, path traversal. Triggers on "audit security", "security review", "fix vulnerabilities", "OWASP check". Performs a comprehensive…

11 27d ago A 90 tokens original CC0-1.0

audit-structure

13

JHostalek/dotclaude

Skill Claude CodeCodex

Use when auditing repo topology in a scope — code grouped by type where the repo groups by feature, god-modules, misplaced files, leaky or missing module boundaries, layer-direction violations, import cycles, over-nesting. Triggers on "audit structure", "repo structure review", "fix module boundaries", "check…

11 27d ago A 77 tokens original CC0-1.0

audit-tests

14

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the user wants a thorough audit of the existing test suite — aggressively cutting tests that exist just to exist, rewriting weak ones to actually catch the bugs they should, identifying production code that is uncovered or thinly covered, and adding tests where coverage would catch real defects. Trigger on…

11 27d ago A 80 tokens original CC0-1.0

audit

15

JHostalek/dotclaude

Skill Claude CodeCodex

Use when running the full audit sweep on a scope — runs all focused audit dimensions (necessity, structure, patterns, contracts, correctness, data integrity, error handling, logs, perf, reliability, security, tests, complexity, comments) as an isolated parallel workflow that integrates in dependency order. Triggers on…

11 27d ago A 75 tokens original CC0-1.0

commit

16

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the user asks to commit, create a git commit, checkpoint changes, save work to git, or write a commit message.

11 27d ago A 29 tokens original CC0-1.0

design-refiner

17

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the user wants a UI/UX/frontend build request rewritten into an expert design brief before an LLM builds from it. Rewrites the prompt, never executes it; sharpens vague gestures into named techniques, makes implicit constraints explicit, and surfaces absent load-bearing dimensions as author-facing fill slots…

11 27d ago A 151 tokens original CC0-1.0

design

18

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the requested deliverable is distinct competing approaches to compare before choosing what to implement.

11 27d ago A 20 tokens original CC0-1.0

judge

19

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the user wants an independent expert review of work done in this conversation before accepting or extending it.

11 27d ago A 23 tokens original CC0-1.0

merge

20

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the user asks to merge another branch into the current branch, pull upstream changes without rebasing, or resolve merge conflicts.

11 27d ago A 28 tokens original CC0-1.0

JHostalek/dotclaude

Skill Claude CodeCodex

Creates and rigorously edits concise, credible, native-sounding Czech or English business writing. Use for one-pagers, executive communication, management documents, B2B marketing, PR, proposals, presentations, websites, sales materials, cold outreach, emails, announcements, localization, and rewriting. Requires…

11 27d ago A 75 tokens original CC0-1.0

plan

22

JHostalek/dotclaude

Skill Claude CodeCodex

Use when a task needs an implementation-ready design document before code changes begin.

11 27d ago A 17 tokens original CC0-1.0

pr

23

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the user asks to create or update a pull request for the current branch.

11 27d ago A 19 tokens original CC0-1.0

prompt

24

JHostalek/dotclaude

Skill Claude CodeCodex

Use when the user asks to create, refine, evaluate, or optimize an LLM system prompt.

11 27d ago A 22 tokens original CC0-1.0