From partme-ai-full-stack-skills
Develops native Android and iOS plugins for uni-app including module creation, JavaScript-to-native communication, and plugin packaging. Use for custom native modules or extending uni-app capabilities.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use this skill whenever the user wants to:
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use this skill whenever the user wants to:
To develop native plugins:
Identify the platform from the user's request:
Load the appropriate example file from the examples/ directory:
examples/guide/ - Native plugin development guideexamples/android-plugin/ - Android plugin examplesexamples/ios-plugin/ - iOS plugin examplesLoad the appropriate template from the templates/ directory:
templates/plugin-template.md - Plugin development templatesFollow the specific instructions in those files for development
Located in examples/:
Located in templates/:
native plugin, 原生插件, Android插件, iOS插件, plugin development, native module