Skip to main content
Run any Skill in Manus
with one click
vjr2005
GitHub creator profile

vjr2005

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

skills collected
20
repositories
1
updated
2026-04-26
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.

2026-04-26
dependency-injection
software-developers

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

2026-04-26
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.

2026-04-26
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 tests, mocks, stubs, and app integration. For adding domain/data layers afterward, use /datasource, /repository, /usecase. For enhancing views, use /view, /viewmodel, /navigator.

2026-03-24
navigator
software-developers

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

2026-03-24
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.

2026-03-24
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.

2026-03-05
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.

2026-03-05
Showing top 8 of 20 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded