Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
EHotwagner
ملف منشئ GitHub

EHotwagner

عرض على مستوى المستودعات لـ 91 skills مجمعة عبر 13 مستودعات GitHub.

skills مجمعة
91
مستودعات
13
محدث
2026-06-14
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 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
عرض أهم 8 من أصل 52 skills مجمعة في هذا المستودع.
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
fsgrpc-proto
مطوّرو البرمجيات

Use when the user asks to "write a proto file", "create protobuf definitions", "generate F# from proto", "set up proto compilation", "define gRPC service contract", "convert proto to F#", or needs to work with .proto files and generate F# code from them.

2026-04-17
fsgrpc-setup
مطوّرو البرمجيات

Use when the user asks to "set up gRPC", "add gRPC to my F# project", "initialize gRPC", "configure gRPC tooling", "install gRPC packages", "create a gRPC project", or needs to bootstrap gRPC infrastructure in an F# solution.

2026-04-17
fsgrpc-server
مطوّرو البرمجيات

Use when the user asks to "implement a gRPC server", "create gRPC service implementation", "host a gRPC service", "write gRPC server in F#", "add gRPC endpoint", "configure gRPC server", or needs to implement and host gRPC services in an F# ASP.NET Core application.

2026-03-08
fsgrpc-client
مطوّرو البرمجيات

Use when the user asks to "call a gRPC service", "create gRPC client", "consume gRPC service from F#", "connect to gRPC server", "write gRPC client code", "gRPC client streaming", or needs to consume gRPC services from F# client code.

2026-03-08
fsgrpc-codefirst
مطوّرو البرمجيات

Use when the user asks to "create gRPC without proto files", "code-first gRPC", "define gRPC service in F#", "use protobuf-net with F#", "gRPC with F# records", "gRPC without .proto", or wants to define gRPC contracts using native F# types instead of .proto files.

2026-03-08
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
عرض 12 من أصل 13 مستودعات