Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

pocketshell

pocketshell에는 involvex에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
1
업데이트
2026-04-06
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

architecture-feature-first
소프트웨어 개발자

Structures Flutter apps using layered architecture (UI / Logic / Data) with feature-first file organization. Use when creating new features, designing the project structure, adding repositories/services/view models (or cubits/providers/notifiers), or wiring dependency injection. State management agnostic.

2026-04-06
bloc
소프트웨어 개발자

Implements Flutter state management using the bloc library (Bloc and Cubit). Use when creating new features, screens, or state management logic with bloc/cubit, modeling state, wiring Flutter widgets to blocs, or writing bloc/cubit unit tests.

2026-04-06
code-review
소프트웨어 품질 보증 분석가·테스터

Performs thorough code reviews for Flutter/Dart pull requests and merge requests. Use when asked to review a PR, MR, branch, or a set of changed files. Follows a structured checklist covering correctness, security, style, testing, and documentation.

2026-04-06
dart-3-updates
소프트웨어 개발자

Applies Dart 3 language features in Flutter/Dart code. Use when writing if-else or switch statements, creating new classes, or deciding between a data class and a record.

2026-04-06
dart-checks-migration
소프트웨어 품질 보증 분석가·테스터

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

2026-04-06
effective-dart
소프트웨어 개발자

Applies Effective Dart guidelines in Flutter/Dart code. Use when writing or reviewing Dart code for naming conventions, types, style, imports, file structure, usage patterns, documentation, testing, widgets, state management, or performance.

2026-04-06
flutter-app-architecture
소프트웨어 개발자

Provides best practices for Flutter app architecture, including layered architecture, data flow, state management patterns, and extensibility guidelines.

2026-04-06
flutter-change-notifier
소프트웨어 개발자

Implements state management with ChangeNotifier and Provider in Flutter. Use when setting up ChangeNotifier models, providing them to the widget tree, consuming state with Consumer or Provider.of, or optimizing rebuilds.

2026-04-06
mockito
소프트웨어 품질 보증 분석가·테스터

Uses the Mockito package for mocking in Flutter/Dart tests. Use when generating mocks, stubbing methods, verifying interactions, capturing arguments, or deciding between mocks, fakes, and real objects.

2026-04-06
patrol-e2e-testing
소프트웨어 품질 보증 분석가·테스터

Generates and maintains end-to-end tests for Flutter apps using Patrol. Use when adding E2E coverage for new features, regression tests for UI bugs, or testing native interactions (permissions, system dialogs, deep links)

2026-04-06
provider
소프트웨어 개발자

Uses the Provider package for dependency injection and state management in Flutter. Use when setting up providers, consuming state, optimizing rebuilds, using ProxyProvider, or migrating from deprecated providers.

2026-04-06
testing
소프트웨어 품질 보증 분석가·테스터

Writes and reviews Flutter/Dart tests. Use when writing unit tests, widget tests, or reviewing existing tests for correctness, structure, and naming conventions.

2026-04-06