Skip to main content
vjr2005
GitHub creator profile

vjr2005

Repository-level view of 20 collected skills across 1 GitHub repositories.

skills collected
20
repositories
1
updated
Apr 26, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

concurrency
software-developers

Swift 6 concurrency patterns. Use when working with async/await, actors, MainActor isolation, or Sendable conformance.

Apr 26, 2026
dependency-injection
software-developers

Creates Features for dependency injection. Use when creating features, exposing public entry points, or wiring up dependencies.

Apr 26, 2026
repository
software-developers

Creates Repositories that abstract data access. Use when creating repositories, transforming DTOs to domain models, or implementing local-first caching. Supports remote-only, local-only, and cached (remote + local) repositories with CachePolicy.

Apr 26, 2026
feature
software-developers

Creates a new feature module with minimal viable structure. Use when bootstrapping a new feature from scratch, scaffolding the Tuist module, Container, Feature entry point, DeepLinkHandler, and initial screen with placeholder Text view. Includes all unit…

Mar 24, 2026
navigator
software-developers

Creates Navigator for navigation. Use when setting up navigation, adding navigation to ViewModels, or testing navigation behavior.

Mar 24, 2026
viewmodel
software-developers

Creates ViewModels with state management. Use when creating ViewModels, implementing ViewState pattern, or adding state management for features. Delegates to /usecase for domain use cases and to /feature for Container/Feature wiring.

Mar 24, 2026
testing
software-quality-assurance-analysts-and-testers

Testing patterns and conventions. Use when writing unit tests, using Swift Testing framework, or following Given/When/Then structure.

Mar 5, 2026
datasource
software-developers

Creates DataSources for data access. Use when creating RemoteDataSource for REST APIs or GraphQL, MemoryDataSource for in-memory storage, LocalDataSource for UserDefaults persistence, or DTOs for API responses.

Mar 5, 2026
Showing 8 of 20 collected skills.
Showing 1 of 1 repositories
All repositories loaded