Skip to main content
Dépôt GitHub

claude-config

claude-config contient 21 skills collectées depuis TomerAberbach, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
21
Stars
0
mis à jour
2026-07-28
Forks
0
Couverture métier
4 catégories métier · 90% classifié
explorateur de dépôts

Skills dans ce dépôt

homogenize
non classé

Make a set of things (code, prose, config, docs) consistent along a dimension the user names, by picking a canonical form and conforming every member to it.

2026-07-28
outlaw-states
non classé

Remove illegal states from data structures by redesigning their types so the illegal states cannot be represented at all.

2026-07-28
prune-comments
Développeurs de logiciels

Remove unnecessary comments from code: tombstones, redundant restatements, and comments a well-named variable or function would replace.

2026-07-02
adversarialize
Développeurs de logiciels

Perform a task with a worker agent, critique it with an adversary agent, and apply the accepted critiques with a reconciler agent.

2026-07-02
concretize
Développeurs de logiciels

Replace jargon and imported metaphors in code and prose with concrete, domain-fitting terms a reader understands without translation.

2026-07-02
create-skill
Autres occupations informatiques

Create a new Claude Code skill following the conventions of existing skills.

2026-07-02
editorialize
Rédacteurs techniques

Do an editorial review of a post or article and report findings ordered by importance.

2026-07-02
git-split
Développeurs de logiciels

Split the current `git` commit into multiple focused, self-contained, easy to review commits.

2026-07-02
jj-resolve-conflicts
Développeurs de logiciels

Resolve conflicts in the current `jj` commit.

2026-07-02
jj-split
Développeurs de logiciels

Split the current `jj` commit into multiple focused, self-contained, easy to review commits.

2026-07-02
optimize-js-library-size
Développeurs de logiciels

Optimize JavaScript library size.

2026-07-02
property-based-testing
Analystes en assurance qualité des logiciels et testeurs

Use when writing, reviewing, or modifying property-based tests, such as those using `fast-check`, or when asked to add test coverage.

2026-07-02
reconcile-claude-md
Développeurs de logiciels

Update the project's CLAUDE.md to match its current structure and conventions.

2026-07-02
reconcile-impl
Développeurs de logiciels

Update implementation to satisfy added, updated, or deleted tests in the current commit.

2026-07-02
reconcile-tests
Analystes en assurance qualité des logiciels et testeurs

Add, update, or delete tests for changes in the current commit.

2026-07-02
refine-context
Développeurs de logiciels

Iteratively improve a context document.

2026-07-02
reuse
Développeurs de logiciels

Find opportunities for code reuse in the changed code, both against existing code and within the change itself, without creating bad coupling or contrived abstractions.

2026-07-02
stratify
Développeurs de logiciels

Refactor code so each function, class, and module sits at a single level of abstraction and reads top-down as a narrative.

2026-07-02
strunkify
Rédacteurs techniques

Make prose terse and tight in the style of The Elements of Style by Strunk & White.

2026-07-02
ubiquitize-language
Développeurs de logiciels

Extract a DDD-style ubiquitous language glossary.md file from the current conversation and codebase, flagging ambiguities and proposing canonical terms.

2026-07-02
authoring-tests
Analystes en assurance qualité des logiciels et testeurs

Use when writing, reviewing, or modifying any test files, or when asked to add test coverage.

2026-06-12