Skip to main content
مستودع GitHub

claude-config

يحتوي claude-config على 21 من skills المجمعة من TomerAberbach، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
0
محدث
2026-07-28
Forks
0
التغطية المهنية
4 فئات مهنية · 90% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

homogenize
غير مصنف

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
غير مصنف

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

2026-07-28
prune-comments
مطوّرو البرمجيات

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

2026-07-02
adversarialize
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-07-02
create-skill
المهن الحاسوبية الأخرى

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

2026-07-02
editorialize
الكتّاب التقنيون

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

2026-07-02
git-split
مطوّرو البرمجيات

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

2026-07-02
jj-resolve-conflicts
مطوّرو البرمجيات

Resolve conflicts in the current `jj` commit.

2026-07-02
jj-split
مطوّرو البرمجيات

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

2026-07-02
optimize-js-library-size
مطوّرو البرمجيات

Optimize JavaScript library size.

2026-07-02
property-based-testing
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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

2026-07-02
reconcile-impl
مطوّرو البرمجيات

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

2026-07-02
reconcile-tests
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-02
refine-context
مطوّرو البرمجيات

Iteratively improve a context document.

2026-07-02
reuse
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
الكتّاب التقنيون

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

2026-07-02
ubiquitize-language
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-06-12