Skip to main content
toss
GitHub creator profile

toss

Repository-level view of 54 collected skills across 7 GitHub repositories.

skills collected
54
repositories
7
updated
Sep 7, 2026
repository explorer

Repositories and representative skills

jotai
software-developers

Render-prop components for Jotai atoms: Atom ([value, setValue] like useAtom), AtomValue (read-only like useAtomValue), SetAtom (write-only like useSetAtom) from @suspensive/jotai. Load when reading or writing jotai atoms declaratively in JSX, when asyncโ€ฆ

Jul 4, 2026
suspensive-react
software-developers

Composition seam between @suspensive/react-query-4 and @suspensive/react: replacing removed QueryErrorBoundary with ErrorBoundary + useQueryErrorResetBoundary, resetting query errors so retries actually refetch, shouldCatch with API error classes aroundโ€ฆ

Jul 4, 2026
declarative-queries
software-developers

SuspenseQuery, SuspenseQueries, SuspenseInfiniteQuery render-prop components for fetching in JSX without hook wrapper components. Load when placing queries at the same depth as Suspense/ErrorBoundary, running parallel queries, using select, integratingโ€ฆ

Jul 4, 2026
mutations
software-developers

Mutation render-prop component and mutationOptions for TanStack Query v4. Load when adding mutations inside list rows, loops, or conditionals where useMutation cannot be called, removing per-row wrapper components, or reusing mutation configs withโ€ฆ

Jul 4, 2026
prefetching
software-developers

Fire prefetches during render before Suspense boundaries with usePrefetchQuery/usePrefetchInfiniteQuery hooks and PrefetchQuery/PrefetchInfiniteQuery components. Load when avoiding request waterfalls, warming the cache for useSuspenseQuery/SuspenseQuery, orโ€ฆ

Jul 4, 2026
react-query
software-developers

Root skill for @suspensive/react-query-4: render-prop components for TanStack Query v4 Suspense โ€” SuspenseQuery, SuspenseQueries, SuspenseInfiniteQuery, Mutation, PrefetchQuery, PrefetchInfiniteQuery, QueriesHydration, createGetQueryClient,โ€ฆ

Jul 4, 2026
ssr-hydration
software-developers

Server rendering and hydration for TanStack Query v4 in RSC frameworks: request-scoped QueryClient with createGetQueryClient, server prefetch + dehydrate + hydrate with QueriesHydration, skipSsrOnError, timeout, per-boundary HTML streaming,โ€ฆ

Jul 4, 2026
suspensive-react
software-developers

Composition seam between @suspensive/react-query-5 and @suspensive/react: replacing removed QueryErrorBoundary with ErrorBoundary + useQueryErrorResetBoundary, resetting query errors so retries actually refetch, shouldCatch with API error classes aroundโ€ฆ

Jul 4, 2026
Showing 8 of 19 collected skills.
react-simplikit
unclassified

Selects and applies react-simplikit hooks, components and utils (useDebounce, useThrottle, useToggle, useBooleanState, useCounter, useList, useMap, useSet, useInterval, useTimeout, usePrevious, usePreservedCallback, useOutsideClickEffect,โ€ฆ

Sep 7, 2026
commit
unclassified

Create commits following repo conventions. Use when committing changes, creating commit messages.

Sep 6, 2026
react-simplikit-codemod
unclassified

Migrates a codebase off the deprecated @react-simplikit/mobile package onto the react-simplikit root entry. Use when a project still imports @react-simplikit/mobile, when an install warns that the package is deprecated, or when someone asks how to migrate offโ€ฆ

Sep 2, 2026
branch
software-developers

Create branches following repo conventions. Use when creating branches, starting new features.

Mar 4, 2026
code-reviewer
software-quality-assurance-analysts-and-testers

PR/code review. 100% coverage, SSR safety, JSDoc validation. Use when reviewing code, checking PRs.

Mar 4, 2026
development-workflow
software-developers

Complete workflow from new Hook/Component/Util development to deployment. Use when starting new feature development.

Mar 4, 2026
jsdoc-guide
software-developers

JSDoc writing rules for AI-powered documentation generation. Use when writing JSDoc, documenting functions, or adding code comments.

Mar 4, 2026
library-api-design
software-developers

React library public API design principles. Use when designing hooks, components, or utility APIs.

Mar 4, 2026
Showing 8 of 10 collected skills.
Showing 8 of 9 collected skills.
new-miniapp
unclassified

Scaffold a new Apps in Toss mini-app by driving the official `create-ait-app` CLI non-interactively (`--inline`, always `@latest`), then verifying the `@apps-in-toss/devtools` wiring (mock SDK + panel) the CLI performs so `npm run dev` runs in a plain browserโ€ฆ

Sep 2, 2026
design
unclassified

Build and fix mini-app screens. Run it for "ํ™”๋ฉด ๋งŒ๋“ค์–ด์ค˜", "์ถœ์„ ์ฒดํฌ ํ™”๋ฉด ๊ทธ๋ ค์ค˜", "ํ™”๋ฉด์ด ๊ตฌ๋ฆฐ๋ฐ ์˜ˆ์˜๊ฒŒ ํ•ด์ค˜", "๋””์ž์ธ ์ข€ ๋ด์ค˜" โ€” it writes and edits the project's actual screen files, it is not a review-only pass and not a chat answer about design. Works from nothing: with no screen, noโ€ฆ

Sep 2, 2026
setup-debugger
unclassified

Wire the `ait-devtools` debug MCP server (`@apps-in-toss/debugger`) into the current project's MCP config (project scope, opt-in) โ€” `.mcp.json` on Claude Code, `.cursor/mcp.json` on Cursor โ€” so `/ait:debug` can run on-device CDP relay attach (environment 3).โ€ฆ

Sep 1, 2026
welcome
unclassified

Print the harness entry-point map right after plugin install, and check the local environment/integration state (git, Node/npm/npx, cwd shape, MCP wiring) to suggest or hand off the next concrete step โ€” since `/plugin install` itself prints no next step.โ€ฆ

Sep 1, 2026
test-on-device
unclassified

Put the current mini-app on a real phone through the standard path โ€” build the `.ait` bundle, upload it with console MCP (`bundle_upload` โ†’ `bundle_upload_complete`), confirm the compile with `miniapp_get_status`, and hand over the entry link the toolsโ€ฆ

Aug 31, 2026
debug
unclassified

Debug an Apps in Toss mini-app across two environments โ€” local browser (devtools panel, `window.__ait`, browser DevTools) and on-device intoss-private candidate (real Toss WebView via `ait-devtools` MCP relay-staging QR attach). Branches by what it observes,โ€ฆ

Aug 30, 2026
inject
unclassified

Patch an existing Apps in Toss mini-app's build setup. Three facets: `/ait:inject-devtools` adds the `@apps-in-toss/devtools` unplugin for browser dev ("๊ธฐ์กด Vite ํ”„๋กœ์ ํŠธ์— devtools ๋ถ™์—ฌ์ค˜"); `/ait:inject-debug-console` installs `@apps-in-toss/debug-console`โ€ฆ

Aug 28, 2026
ux-writing
unclassified

Rewrite mini-app screen copy against measurable UX writing principles. Use when the user asks "๋ฌธ๊ตฌ ๋‹ค๋“ฌ์–ด์ค˜", "์นดํ”ผ ์ ๊ฒ€ํ•ด์ค˜", or "UX ๋ผ์ดํŒ… ๊ธฐ์ค€์œผ๋กœ ๋ด์ค˜" โ€” invoke it right away even with no screen or file named yet, it surveys the current project's screen copy first, so do notโ€ฆ

Aug 28, 2026
Showing 8 of 9 collected skills.
cohesion
software-developers

Use when ํ•œ ๊ธฐ๋Šฅ ์ˆ˜์ • ์‹œ ์—ฌ๋Ÿฌ ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ๊ฑด๋“œ๋ฆฌ๊ฑฐ๋‚˜, ๊ฐ™์€ ์ˆซ์ž/์ƒ์ˆ˜๊ฐ€ ์—ฌ๋Ÿฌ ํŒŒ์ผ์— ํฉ์–ด์ ธ ์žˆ๊ฑฐ๋‚˜, import ๊ฒฝ๋กœ๊ฐ€ `../../..`์ฒ˜๋Ÿผ ๊ธธ์–ด์งˆ ๋•Œ

Feb 20, 2026
coupling
software-developers

Use when props๊ฐ€ 3๊ฐœ ์ด์ƒ ์ปดํฌ๋„ŒํŠธ ๊ณ„์ธต์„ ํ†ต๊ณผํ•˜๊ฑฐ๋‚˜, ํ•˜๋‚˜์˜ Hook์ด 5๊ฐœ ์ด์ƒ ๊ฐ’์„ ๋ฐ˜ํ™˜ํ•˜๊ฑฐ๋‚˜, A ์ˆ˜์ • ์‹œ ๊ด€๋ จ ์—†๋Š” B๊ฐ€ ๊นจ์งˆ ๋•Œ

Feb 20, 2026
predictability
software-developers

Use when `getX()`๋‚˜ `fetchX()`์— ์ˆจ์€ ๋ถ€์ˆ˜ ํšจ๊ณผ๊ฐ€ ์žˆ๊ฑฐ๋‚˜, ๊ฐ™์€ ์ข…๋ฅ˜์˜ ํ•จ์ˆ˜๋“ค์ด ์„œ๋กœ ๋‹ค๋ฅธ ๋ฐ˜ํ™˜ ํƒ€์ž…์„ ๊ฐ€์ง€๊ฑฐ๋‚˜, ํ•จ์ˆ˜ ์ด๋ฆ„๊ณผ ์‹ค์ œ ๋™์ž‘์ด ๋‹ค๋ฅผ ๋•Œ

Feb 20, 2026
readability
software-developers

Use when ์‚ผํ•ญ ์—ฐ์‚ฐ์ž๊ฐ€ ์ค‘์ฒฉ๋˜๊ฑฐ๋‚˜, ๋ณต์žกํ•œ ์กฐ๊ฑด์‹ `a && !b || c`๊ฐ€ ์ด๋ฆ„ ์—†์ด ์‚ฌ์šฉ๋˜๊ฑฐ๋‚˜, ๋™์‹œ์— ์‹คํ–‰๋˜์ง€ ์•Š๋Š” ์ฝ”๋“œ๊ฐ€ ํ•œ ์ปดํฌ๋„ŒํŠธ์— ์„ž์—ฌ ์žˆ์„ ๋•Œ

Feb 20, 2026
Showing 7 of 7 repositories
All repositories loaded