Reusable agent skills for iOS development.
Compatible with Claude Code, OpenAI Codex, Cursor, and other agents that support the open Agent Skills standard.
npx skills add fgeistert/skills/plugin marketplace add fgeistert/skills
/plugin install add-string-texterify@skills| Skill | What it covers |
|---|---|
| add-string-texterify | Add a new localized string to an iOS project via the Texterify CLI |
| add-string-weblate | Add a new localized string to an iOS project via the Weblate REST API |
| check-unused-strings-ios | Find localization keys in Strings.swift that are never referenced in Swift source files |
| translation-audit-ios | Audit iOS .strings files for bugs, grammar issues, and style problems — no external services required |
Each skill follows the open Agent Skills standard:
skills/
skill-name/
SKILL.md # Required — instructions and metadata
README.md # Human-readable documentation
scripts/ # Optional — helper scripts