3dollar-in-my-pocket3dollar-in-my-pocketOfficial·4 Agent Skills Included

3dollars-in-my-pocket-ios

Automated iOS feature implementation, testing, and MVVM patterns

Implements complete iOS features from tech specs, generating ViewModels, ViewControllers, Repositories, and tests automatically. Enforces consistent MVVM and Repository patterns with Combine, async/await, and SwiftLint validation across a Tuist modular architecture. Eliminates repetitive boilerplate coding, manual test writing, and build-fix cycles for iOS developers.
npx skills add 3dollar-in-my-pocket/3dollars-in-my-pocket-ios --all -g -y
Available:

Instructs your AI agent on the project's Tuist modular architecture, build and test commands, and mandatory MVVM, Repository, and UI coding conventions to follow when writing code in this repository.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install 3dollars-in-my-pocket-ios skills?

Run `npx skills add 3dollar-in-my-pocket/3dollars-in-my-pocket-ios --all -g -y` in your terminal to install all skills globally.

How to automate iOS feature development?

The feature-implementer skill reads your tech spec, then generates the Model, API, Repository, ViewModel, ViewController, and tests, and runs builds until everything passes.

How to write ViewModel tests for iOS?

The ios-viewmodel-test-generator skill creates Given-When-Then XCTest cases with Mock Repositories that verify Input events produce the correct Output and routing.

What MVVM pattern does this project use?

Every ViewModel follows a strict Input/Output/Route/Config/Dependency/State structure built on Combine, with BaseViewModel inheritance and async/await network calls.

Can I check the backend API schema from my editor?

Yes. The server-schema skill fetches the dev server's OpenAPI spec and extracts only the endpoints and model fields you ask about.

Related Repositories in Software Engineering

View All in Software Engineering