Skip to main content
Manusで任意のスキルを実行
ワンクリックで
EHotwagner
GitHub クリエイタープロフィール

EHotwagner

13 件の GitHub リポジトリにある 91 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
91
リポジトリ
13
更新
2026-06-14
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

fs-skia-viewer-host
テクニカルライター

Consumer-facing guide to hosting an interactive FS.Skia.UI app — the keyboard/pointer input surface, the preview-vs-tree render distinction, and the windowed-fullscreen blur caveat.

2026-06-14
fs-skia-ui-widgets
ソフトウェア開発者

Build Skia-rendered FS.Skia.UI Controls, rich text, chart controls, graph controls, DataGrid, custom wrappers, and generated product examples.

2026-06-14
fs-skia-ui-widgets
テクニカルライター

Generated product guidance for Skia-rendered FS.Skia.UI Controls, rich text, chart controls, graph controls, DataGrid, and custom wrappers.

2026-06-14
fs-skia-skiaviewer
ソフトウェア開発者

Wire a generated FS.Skia.UI product to the desktop viewer host.

2026-06-14
fs-skia-reconciliation
ソフトウェア開発者

Understand and work with the internal keyed VDOM diff over the lowered Control<'msg> IR (feature 067) — its key-first-then-positional matching, the NodePatch/ChildOp operation set, the totality/determinism/identity-at-rest/round-trip invariants, and the module's disposition (internal, property-tested, wired onto the live render path via RetainedRender in feature 091 and current through feature 103 — layout/bounds cache, injected-delta animation clock, visual-state cross-fade). Use when reading the diff invariants, extending the property tests, or working on the wired retained render path.

2026-06-13
fs-skia-controls-host
ソフトウェア開発者

Maintainer-facing guide to the FS.Skia.UI.Controls.Elmish interactive-host seam — how runInteractiveApp drives the retained render structure each frame (RetainedRender.step over the keyed diff), advances per-identity animation clocks from an injected Tick delta, stamps runtime visual state pre-reconcile, routes keys focus-first through routeFocusedKey, and resolves pointer hits to a stable identity via retainedHitTest. Use when reading or extending the live controls host loop, the per-frame retained-state/clock/visual-state wiring, or the key/pointer routing seam.

2026-06-11
fs-skia-generated-controls-guidance
ソフトウェア開発者

Generated product guidance for Skia-rendered FS.Skia.UI Controls, rich text, chart controls, graph controls, DataGrid, and custom wrappers.

2026-06-10
fs-skia-evidence-mode
ソフトウェア品質保証アナリスト・テスター

Deterministic render-only evidence mode, visual-proof honesty, and benign/blocking host-warning classification.

2026-06-10
このリポジトリの収集済み skills 52 件中、上位 8 件を表示しています。
fsi-fsbar-load
ソフトウェア開発者

Load FSBar assemblies into the FSI MCP server, including the libglfw/libSkiaSharp dlopen preload dance required before any #r. Use when the user wants to poke at FSBar.Viz / FSBar.Client / FSBar.Hub interactively via FSI.

2026-04-19
hub-run
ソフトウェア開発者

Launch the FSBar Hub GUI (FSBar.Hub.App) with the required display env vars, and document the FSBAR_HUB_* env-var matrix for CI smoke tests, initial tab, auto-launch, screenshotting, and bundled-proxy overrides.

2026-04-19
map-cache-refresh
ソフトウェア開発者

Regenerate committed per-map analysis cache (chokepoints + MapGrid blobs) under bots/trainer/map-cache/*.json. Use after bumping MapCacheFile codeVersion or adding a SupportedMap.

2026-04-19
proto-regen
ソフトウェア開発者

Regenerate FSBar.Proto F# code from proto/highbar/*.proto and proto/hub/scripting.proto via buf generate. Use when a .proto file changed and the committed src/FSBar.Proto/Generated/*.gen.fs files need refreshing.

2026-04-19
unit-labels-regen
ソフトウェア開発者

Regenerate src/FSBar.Viz/UnitLabels.generated.fs — the byte-stable 2- or 3-char label table for every BarData unit. Use after nupkg/BarData.*.nupkg changes or when a new unit appears.

2026-04-19
upstream-pack
ネットワーク・コンピュータシステム管理者

Update a locally-developed NuGet dependency (SkiaViewer, BarData) into FSBarV1 via the upstream pack-dev.sh timestamp-versioned prerelease workflow. Use when user edits a sibling repo and needs the change picked up in FSBarV1.

2026-04-19
repl
ソフトウェア開発者

Start a headless BAR engine REPL in FSI with live SkiaViewer visualization. Restarts FSI, loads Repl.fsx, and opens the module.

2026-04-16
repl-graphical
ソフトウェア開発者

Start a graphical (windowed) BAR engine REPL in FSI. Restarts FSI, loads ReplGraphical.fsx, and opens the module.

2026-04-07
fsdocs-api-doc
ソフトウェア開発者

This skill should be used when the user asks to "add doc comments", "improve XML docs", "document the API", "add XML documentation", "write doc comments for F#", "document public API", "add summary comments", or needs to write or improve `///` XML documentation comments in F# source files. This skill edits .fs source files, not docs/ content files.

2026-03-08
fsdocs-build
ソフトウェア開発者

This skill should be used when the user asks to "build docs", "build documentation", "run fsdocs", "preview docs", "watch docs", "fsdocs build errors", "fix doc build", or needs to build, preview, or troubleshoot an FSharp.Formatting documentation site. Covers build commands, watch mode, common errors, and build flags.

2026-03-08
fsdocs-examples
ソフトウェア開発者

This skill should be used when the user asks to "write documentation examples", "create literate scripts", "add fsx docs", "write a tutorial", "create a how-to guide", "add example scripts to docs", "write literate F# documentation", or needs to create `.fsx` literate scripts in the `docs/` directory that teach library usage through executable, narrative-driven examples.

2026-03-08
fsdocs-setup
ソフトウェア開発者

This skill should be used when the user asks to "set up fsdocs", "initialize documentation", "scaffold docs folder", "configure FSharp.Formatting", "add documentation to my F# project", "create docs site", or needs to set up a documentation pipeline for an F# project from scratch. Covers tool installation, directory structure, MSBuild configuration, and initial content creation.

2026-03-08
fsdocs-technical
ソフトウェア開発者

This skill should be used when the user asks to "write architecture docs", "document design decisions", "create an ADR", "write technical documentation", "explain the architecture", "document internals", "add a migration guide", or needs to create Markdown documentation in `docs/` that explains architecture, design decisions, and system internals for an FSharp.Formatting site.

2026-03-08
13 件中 12 件のリポジトリを表示