Agent Skills by Brandon Schafer
Showing 25 vetted skills indexed across 1 GitHub repositories.
project-conventions
Define and enforce codebase conventions for standardized agent behavior.
nesting-orientation-review-gate
Gate orientation-preference changes in the nesting heuristic to preserve determinism.
webview-bridge-handshake
Define a BridgeMessage envelope and expose window.hostBridge.receive for early message handling.
github-publish-review-gate
Validate GitHub repository README and docs for product scope and runtime.
framework-retarget-review-gate
Enforce code, tests, docs, and runtime alignment when retargeting .NET frameworks.
vertical-slice-contract-repair
Align cross-layer contracts and placeholder mappings across host, service, and frontend.
wpf-webview-threading
Marshal WebView2 bridge messages to the UI thread via Dispatcher in WPF.
webview2-user-data-relocation
Relocate WebView2 user data to a LOCALAPPDATA folder for immutable installs.
per-user-msi-review-gate
Verify MSI installers deploy per-user without elevated privileges.
desktop-shell-maximized-content-inset
Inset hosted WPF content margins on maximize using WindowResizeBorderThickness.
desktop-shell-maximize-gate
Verify shell chrome visibility across restored and maximized window states.
spec-first-test-scaffolding
Scaffold executable smoke or contract tests per software seam under tests/.
desktop-icon-branding-review-gate
Audit Windows desktop icon branding and MSI packaging consistency.
dotnet-retarget-review-gate
Enumerate .NET TFMs and update references across apps, tests, and packaging.
desktop-content-resolution
Enumerate executable-base directories to prioritize Web UI bundles over fallback content.
cross-layer-kickoff-review
Verify multi-agent kickoff batch readiness before vertical-slice deployment.
import-mapping-review-gate
Enforce explicit column mapping and material creation before committing data imports.
import-mapping-feedback-loop
Resolve exact-match header and material mappings during CSV/XLSX imports.
github-readme-contract-sync
Generate a GitHub README aligned with build, runtime, and installer contracts.
tabbed-resizable-workspace
Create a workspace with a sticky left tabbed pane and resizable right viewer.
persistent-user-settings-with-fallback
Persist user-chosen resource paths with silent fallback to defaults via JSON settings.
github-publish-readiness-check
Audit a local repository for blockers before publishing to GitHub.
per-user-wix-msi-packaging
Package WPF desktop apps as per-user MSI installers with WiX SDK.
phase1-domain-contracts
Define UI-agnostic domain contracts for import and nesting logic.