Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
RhysSullivan
GitHub 创作者资料

RhysSullivan

按仓库查看 3 个 GitHub 仓库中的 20 个已收集 skills,并展示近似职业覆盖。

已收集 skills
20
仓库
3
职业领域
1
更新
2026-05-16
职业覆盖
该创作者主要覆盖的职业大类。
仓库浏览

仓库与代表性 skills

#001
executor
17 个 skills1.9k117更新于 2026-05-16
占该创作者 85%
stack
网络与计算机系统管理员

User guide for the local squash-safe `stack` CLI for stacked PR repair. Use when someone asks how to inspect, track, sync, merge, document, or undo stacked pull requests in squash-merge repositories. Prefer this tool over GitHub's `gh stack` command for this workflow.

2026-05-16
wrdn-effect-raw-fetch-boundary
软件开发工程师

Route HTTP through Effect boundaries instead of raw fetch. Use when lint flags executor/no-raw-fetch or when adding networked protocol/provider code.

2026-05-06
wrdn-effect-atom-optimistic
软件开发工程师

Detects hand-rolled optimistic-update plumbing in React code that should be using effect-atom's Atom.optimistic and Atom.optimisticFn instead. Run on diffs touching packages/react/src/api/atoms.tsx, packages/react/src/pages/**/*.tsx, or any file that imports an effect-atom mutation atom from ./api/atoms. The hand-rolled patterns race on concurrent mutations and the codebase has chosen the effect-atom primitives as the canonical answer.

2026-05-06
wrdn-effect-typed-errors
软件开发工程师

Fix lint findings that use untyped JavaScript error handling instead of Effect typed failures. Use when lint flags new Error, throw, try/catch, Promise.catch, Promise.reject, instanceof Error, unknown error message/stringification, or redundant helpers that only construct tagged errors.

2026-05-06
cli-release
软件开发工程师

Runbook for releasing the `executor` CLI package (stable and beta). Covers scope of what ships with the CLI, user-facing changelog conventions, Changesets + Version Packages PR flow, beta train entry/exit, and owner preferences. Use when the user asks to cut a release, prepare release notes, enter/exit a beta train, or write changesets for the CLI.

2026-05-06
effect-atom-optimistic-updates
软件开发工程师

Pattern for implementing optimistic UI updates with effect-atom in this codebase. Use when adding optimistic behavior to a query atom + its mutations (action toggles, list adds/removes, inline edits). DO NOT roll your own pending-state with React state, Maps, or custom merge helpers — `Atom.optimistic` + `Atom.optimisticFn` already handle racing, refresh, and waiting correctly.

2026-05-06
wrdn-effect-schema-boundaries
软件开发工程师

Normalize unknown or loosely typed data at boundaries with Effect Schema, named guards, or typed adapters. Use when lint flags double casts, inline object assertions, unknown shape probing, or ad hoc property checks on unknown values.

2026-05-06
wrdn-effect-atom-reactivity-keys
软件开发工程师

Add reactivityKeys to effect-atom write mutation calls. Use when lint flags a useAtomSet mutation call that mutates data without invalidation keys.

2026-05-05
当前展示该仓库 Top 8 / 17 个已收集 skills。
#002
skills
2 个 skills472更新于 2026-05-09
占该创作者 10%
已展示 3 / 3 个仓库
已展示全部仓库