Skip to main content
GitHub リポジトリ

fullstack-toolkit

fullstack-toolkit には firtoz から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
12
Stars
5
更新
2026-07-07
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

core-rpc
ソフトウェア開発者

Standard Schema socka contracts (defineSocka), v1 wire envelopes, SockaSession/SockaWebSocketClient, React useSockaSession and SockaSessionProvider, SockaError.

2026-07-07
do-session
ソフトウェア開発者

SockaDoSession and SockaWebSocketDO on Cloudflare Durable Objects—contract, handlers, wireFormat, SockaError; extends websocket-do BaseSession.

2026-07-07
standard-schema
ソフトウェア開発者

Standard Schema v1 for socka contracts and wire validation—Zod, Valibot, or any compatible library; no Zod-only public surface.

2026-07-07
strict-types-no-escape-hatches
ソフトウェア開発者

Enforce strict TypeScript typing without escape hatches. Never use `any`, `as` casts to bypass the compiler, or similar workarounds—find the proper typed solution instead.

2026-07-07
routing
ウェブ開発者

React Router v7 routing patterns and environment variable configuration. Use when adding routes, configuring routing, or setting up environment variables.

2026-04-17
punch-list-execution
ソフトウェア開発者

Read when implementing multi-phase work after a plan exists. Mandatory—mkdir+touch then Write/StrReplace (no heredocs), update the temp punch list at every phase boundary, one item at a time, per-phase tests. Complements punch-list-planning for authors.

2026-03-29
punch-list-planning
ソフトウェア開発者

Read when authoring implementation plans, phased roadmaps, or CreatePlan output for multi-step code work. Ensures the plan hands off a mandatory temp punch list and tells the executor which skill to follow.

2026-03-29
cloudflare-wrangler-typegen
ソフトウェア開発者

Cloudflare Workers/Wrangler workflow for generating typed env bindings. NEVER manually edit worker configuration declaration files; always regenerate them via typegen.

2026-03-27
exhaustive-switches
ソフトウェア開発者

Use switch statements with an exhaustive default for discriminated unions and enum-like types. Use when handling union types with a discriminant (e.g. type field), message shapes, or variant types.

2026-02-20
component-organization
ウェブ開発者

Component organization patterns for React applications. Use when creating components, organizing files, or structuring routes. ALWAYS keep 1 component per file and routes simple.

2026-02-15
creating-skills
ソフトウェア開発者

Guide for creating new Agent Skills when patterns emerge or improvements are needed. Use when encountering repeated patterns, making the same mistakes, discovering better approaches, or receiving user corrections.

2026-02-15
react-patterns
ウェブ開発者

React patterns for callbacks, event handlers, and module-level constants. Use when writing React components, implementing event handlers, or defining constants.

2026-02-15