mobile-ai-skills

skill
Security Audit
Fail
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 6 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in scripts/install.sh
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Curated, portable AI skills for building, shipping, and distributing mobile apps. Install into Claude Code (and soon Codex).

README.md

mobile-ai-skills — Portable AI skills for mobile app development

mobile-ai-skills

Curated, portable AI skills for building, shipping, and distributing mobile
apps. Install them into your AI coding agent and get expert-level assistance
on demand.

What are AI skills?

Skills are structured instruction sets that AI coding agents (Claude Code,
Codex, etc.) can follow to perform specific tasks. Think of them as expert
playbooks — each skill encodes domain knowledge, best practices, and
step-by-step procedures that the agent executes in your project.

Skills

Skill Version Agents Description
appstore-review 1.1.0 Claude Code App Store review readiness audit — catches rejection risks before submission

Install

Quick install (recommended)

Clone the repo and run the install script:

git clone https://github.com/3paws-ai/mobile-ai-skills.git
cd mobile-ai-skills

# Install a specific skill
./scripts/install.sh appstore-review

# Install all skills
./scripts/install.sh --all

# List available skills
./scripts/install.sh --list

Manual install

Copy the skill directory to your agent's skill location:

# Claude Code
cp -R skills/appstore-review ~/.claude/skills/appstore-review

Using a skill

Once installed, invoke the skill from your AI agent. For Claude Code:

> /appstore-review

The agent reads the skill instructions and runs through every check in your
project.

Structure

mobile-ai-skills/
  skills/              # One directory per skill
    appstore-review/
      SKILL.md         # Main skill file with frontmatter metadata
      references/      # Supporting docs, URL catalogs, etc.
  templates/           # Skeleton for creating new skills
  scripts/             # Install and utility scripts

Each skill has a SKILL.md with structured YAML frontmatter (name, version,
description, agent compatibility, tags) and a body containing the actual
instructions the agent follows.

Contributing

We welcome contributions. See CONTRIBUTING.md for the full
guide, including:

  • How to create a new skill from the template
  • Required frontmatter fields
  • Quality bar and testing expectations
  • Pull request process

License

MIT - 3 Paws AI Studio

Reviews (0)

No results found