From apple-dev
Use when setting up localization for a new project, adding new language support, or answering questions about String Catalogs, pluralization, or variable handling. Provides interactive guidance on iOS localization based on the reference guide.
npx claudepluginhub n0rvyn/indie-toolkit --plugin apple-devThis skill uses the workspace's default tool permissions.
Provide interactive guidance on iOS localization based on `references/localization-guide.md`.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Provide interactive guidance on iOS localization based on references/localization-guide.md.
Determine what the user needs:
Grep for section markers:
Grep("<!-- section:", "references/localization-guide.md")
Read only the section matching the user's scenario:
Read("references/localization-guide.md", offset=<marker_line + 1>, limit=<lines_to_next_marker>)
Section-to-need mapping:
Based on user's specific scenario:
For Initial Setup:
For String Management:
For Pluralization:
For Organization:
For Validation:
Extract relevant localization patterns from the guide: