foscomputerservices logo

foscomputerservices skills on Remote OpenClaw

10 skills published by foscomputerservices. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.

fosmvvm-viewmodel-generator

Scaffolds ViewModels for SwiftUI screens following FOSMVVM architecture. Handles both server-hosted and client-hosted modes, generating the correct combination of ViewModel structs, Request types, localization YAML, and factory files. Covers display ViewModels, form ViewModels, child ViewModels, and error display patterns.

Coding Agents & IDEs455 installs

fosmvvm-swiftui-view-generator

Generates SwiftUI views that conform to the FOSMVVM ViewModelView protocol. Handles display-only, interactive, form, and container view types with correct property wiring, operation binding, and debug infrastructure. Views are scaffolded to match their corresponding ViewModel by name and structure.

Coding Agents & IDEs449 installs

fosmvvm-serverrequest-test-generator

Generates test files for ServerRequest types using VaporTesting infrastructure. Tests are built around typed request/response validation, covering Show, Create, Update, and Delete operations without manual URL construction or JSON encoding.

DevOps & Cloud441 installs

fosmvvm-fluent-datamodel-generator

Scaffolds Fluent DataModels for FOSMVVM server-side persistence in Vapor apps. Generates the model class, schema migration, seed migration, and unit tests for a given entity. Works alongside fosmvvm-fields-generator for form-backed entities.

Coding Agents & IDEs437 installs

fosmvvm-react-view-generator

Scaffolds React components that render FOSMVVM ViewModels following the ViewModelView pattern. Generates test files first, then implementation files, using the viewModelComponent() wrapper and intent-based navigation. Components stay as thin rendering layers with no business logic or HTTP calls.

Web & Frontend Development420 installs

fosmvvm-fields-generator

Generates the three files that make up a FOSMVVM Form Specification: a Swift protocol with FormField definitions and validation methods, a messages struct with localized string properties, and a YAML localization file. The generated protocol becomes the single source of truth for a form's fields, constraints, and messages, adopted by request bodies, ViewModels, and persistence models alike.

Communication415 installs

fosmvvm-leaf-view-generator

Generates Leaf templates for FOSMVVM web applications. Covers full-page views that extend a base layout and fragment templates returned via HTML-over-the-wire for partial DOM updates. Templates render pre-localized ViewModels, so the template just displays what it receives.

Web & Frontend Development404 installs

fosmvvm-swiftui-app-setup

Generates the @main App struct for SwiftUI apps using the FOSMVVM architecture. Handles MVVMEnvironment configuration, deployment URL setup for production and debug environments, and optional UI test infrastructure. Works from conversation context rather than requiring file paths or Q&A.

DevOps & Cloud400 installs

fosmvvm-ui-tests-generator

Generates XCTest-based UI tests for SwiftUI views built with the FOSMVVM architecture. Handles both interactive views that verify ViewModelOperations and display-only views that only check UI state. Produces base test infrastructure and per-view test files with element accessors.

Coding Agents & IDEs317 installs

fosmvvm-viewmodel-test-generator

Generates Swift test files for FOSMVVM ViewModels, covering codable round-trip encoding, versioning stability, and multi-locale translation verification. Works from conversation context to determine ViewModel structure and localization requirements. Produces test suites and YAML translation files.

Git & GitHub302 installs