Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
RhysSullivan
GitHub creator profile

RhysSullivan

Repository-level view of 20 collected skills across 3 GitHub repositories, including approximate occupation coverage.

skills collected
20
repositories
3
occupation fields
1
updated
2026-05-16
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
executor
17 skills1.9k117updated 2026-05-16
85% of creator
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
Showing top 8 of 17 collected skills in this repository.
#002
skills
2 skills472updated 2026-05-09
10% of creator
Showing 3 of 3 repositories
All repositories loaded