Skip to content

fgeistert/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills

Reusable agent skills for iOS development.

Compatible with Claude Code, OpenAI Codex, Cursor, and other agents that support the open Agent Skills standard.

Install

Via skills CLI (recommended)

npx skills add fgeistert/skills

Claude Code (plugin marketplace)

/plugin marketplace add fgeistert/skills
/plugin install add-string-texterify@skills

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

Structure

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors