mobile-category-pointer

Routes mobile development tasks to 21 specialized skills stored in a hidden vault.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill mobile-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mobile-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/mobile-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill mobile-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight index to 21 specialized mobile development skills instead of loading all of them upfront. ## Core Features & Use Cases - Skill Discovery: Lists 21 mobile skills covering Android Jetpack Compose, iOS SwiftUI, Flutter, Expo, and React Native development. - On-Demand Loading: Directs the agent to read the matching skill's SKILL.md from a vault path only when needed. - Use Case: When asked to refactor a SwiftUI view or set up Expo CI/CD workflows, identify the matching skill name from the index and load its full instructions from the vault before proceeding. ## Quick Start Ask the agent to handle a mobile task such as upgrading an Expo SDK, and it will load the matching specialized skill from the vault first.

Frequently Asked Questions about mobile-category-pointer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right mobile development skill for my task?▼

Scan the list of 21 skills in the pointer's SKILL.md and match your task to a skill name, such as flutter-expert or swiftui-view-refactor. Then read that skill's SKILL.md from the vault path to load its full instructions.

What mobile frameworks does this skill library cover?▼

The library covers Android Jetpack Compose, iOS SwiftUI and UIKit, Flutter with Dart 3, React Native, and Expo including EAS workflows, deployment, and Tailwind setup.

Where are the actual mobile skill instructions stored?▼

The full skill instructions live in a vault at /home/kienct/.config/opencode/skill-libraries/mobile, with one subdirectory per skill containing its SKILL.md file.

Why use a pointer skill instead of loading all mobile skills?▼

Loading all 21 skills at once would consume excessive startup context. The pointer keeps only the index in context and loads individual skill instructions on demand when a matching task appears.

What happens if no listed skill matches my mobile task?▼

The pointer only covers the 21 listed skills, so tasks outside their scope have no vault instructions to load. The documentation explicitly warns against guessing best practices without reading from the vault first.