Skip to main content
GitHub 仓库

claude-config

claude-config 收录了来自 TomerAberbach 的 21 个 skills,并提供仓库级职业覆盖和站内 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