3dollars-in-my-pocket-ios
Automated iOS feature implementation, testing, and MVVM patterns
All Skills in This Repository (4)
Pure Emerald Level Indicatorsios-repository-pattern
Implement the Repository pattern in Swift with async/await and Result types.
feature-implementer
Implement software features from technical specifications with code generation, tests, and Git commits.
ios-viewmodel-test-generator
Generate XCTest unit tests for iOS ViewModels with Given-When-Then patterns.
ios-viewmodel-pattern
Define standardized iOS ViewModel architecture with Combine and async/await.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core