foscomputerservices
- 17 skills
- 0 followers
- 1 week ago last updated
- ▌ Fosmvvm Fields Generator · foscomputerservices bundleGenerate FOSMVVM Fields protocols with validation rules, FormField definitions, and localized messages. Define form contracts once, validate everywhere.
- ▌ Fosutilities API Catalog · foscomputerservicesDiscover FOSUtilities APIs before writing helper code. Use when reaching for JSON/Codable encoding-decoding, wire-format date formatting, URLSession/HTTP fetching, WebSockets, network mocking in tests, collection grouping or throttled iteration, string casing/hashing/obfuscation/CSV parsing, hex or rounded-number formatting, semantic version comparison, semaphores or async-from-sync bridging, typed model identifiers, runtime environment/bundle-version checks (simulator/TestFlight detection), ViewModel declaration and localization, form fields and validation, ServerRequests/CRUD, SwiftUI ViewModel binding, Vapor boot wiring/routes/Fluent/Leaf/middleware, ViewModel or ServerRequest or UI testing, or PDF generation — in any project that imports FOSFoundation, FOSMVVM, FOSMVVMVapor, FOSTesting, or FOSReporting.
- ▌ Fosmvvm Swiftui App Setup · foscomputerservices bundleMaintain and extend the @main App struct of an existing FOSMVVM SwiftUI app — MVVMEnvironment, deployment URLs, test-view registration, client-hosted localization (resourceBundles, missingLocalizationStore/noResourcePaths symptoms), and adding framework targets by hand after bootstrap. To CREATE an app, run fosmvvm-bootstrap instead.
- ▌ Fosmvvm UI Tests Generator · foscomputerservices bundleGenerate UI tests for FOSMVVM SwiftUI views using XCTest and FOSTestingUI. Covers accessibility identifiers, ViewModelOperations, and test data transport.
- ▌ Fosmvvm Leaf View Generator · foscomputerservices bundleGenerate Leaf templates for FOSMVVM WebApps. Create full-page views and HTML-over-the-wire fragments that render ViewModels.
- ▌ Fosmvvm Viewmodel Generator · foscomputerservices bundleGenerate FOSMVVM ViewModels for SwiftUI screens, pages, and components. Scaffolds RequestableViewModel, localization bindings, and stub factories.
- ▌ Fosmvvm React View Generator · foscomputerservices bundleGenerate React components that render FOSMVVM ViewModels. Scaffolds ViewModelView pattern with hooks, loading states, and TypeScript types.
- ▌ Fosmvvm Swiftui View Generator · foscomputerservices bundleGenerate SwiftUI views that render FOSMVVM ViewModels. Scaffolds ViewModelView pattern with binding, loading states, and previews.
- ▌ Fosmvvm Serverrequest Generator · foscomputerservices bundleGenerate FOSMVVM ServerRequest types for CRUD operations and client-server communication. Scaffolds requests, response bodies, and typed error handling.
- ▌ Fosutilities API Catalog Update · foscomputerservicesUpdate the FOSUtilities API catalog after API changes. Runs the symbol-graph audit, fixes stale entries, writes curated entries for gaps, maintains the reach-for index, and bumps the plugin version. Use in the FOSUtilities repo when CI's catalog audit warns/fails, after adding or renaming public API, or when a reach-for index line is missing.
- ▌ Fosmvvm Viewmodel Test Generator · foscomputerservices bundleGenerate ViewModel tests with codable round-trip, versioning stability, and multi-locale translation verification.
- ▌ Fosmvvm Behavioral Test Generator · foscomputerservices bundleGenerate behavioral test suites projected from requirements + ratified design in an ISOLATED context that has never seen the implementation. Use when a traversal reaches its tests stage and requirement semantics (validation rules, operation semantics, ordering) need verification — the second channel of f.
- ▌ Fosmvvm Fluent Datamodel Generator · foscomputerservices bundleGenerate Fluent DataModels for FOSMVVM server-side persistence. Scaffolds models, migrations, and tests for database-backed entities.
- ▌ Fosmvvm Serverrequest Test Generator · foscomputerservices bundleGenerate ServerRequest tests using VaporTesting. Covers typed request/response validation for Show, Create, Update, and Delete operations.
- ▌ Fosmvvm Review · foscomputerservices bundleReview FOSMVVM code in two tiers - the deterministic fosmvvm-doctor structural audit first (structural errors halt area review), then per-area check files dispatched one subagent per affected area. Emits one severity-tagged report covering both tiers. Report-only, no auto-fix. Use when reviewing a branch before merge, sweeping the codebase periodically, or in CI.
- ▌ Skill Generator · foscomputerservices bundleGenerate new Claude Code skills following the context-aware pattern. Scaffolds SKILL.md, reference docs, and frontmatter.
- ▌ Fosmvvm Planning · foscomputerservicesPlan FOSMVVM implementation work with a design-first, DocC-first gate. Use BEFORE writing an implementation plan that adds or changes FOSMVVM types, protocols, ViewModels, requests, identities, or persistence — it applies FOSMVVM's design and documentation discipline up front, then hands task decomposition to your generic plan process.