Skip to content

onatcipli/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Skills

Reusable AI agent skills for Claude Code.

Setup

Prerequisites

Install a skill

npx skills add onatcipli/skills --skill <skill-name>

Install all skills

npx skills add onatcipli/skills

Available Skills

Skill Description Install
apphouse-new-app Bootstrap a new app the AppHouse way — manifest + full launch checklist (Firebase, RevenueCat, backend, website, analytics) npx skills add onatcipli/skills --skill apphouse-new-app
apphouse-check Audit an existing app against the AppHouse standard — prioritized P0–P3 findings report npx skills add onatcipli/skills --skill apphouse-check
apphouse-marketing Evidence-based marketing: pain → angle → hook → short-form video production npx skills add onatcipli/skills --skill apphouse-marketing
explore-app-store App Store market intelligence: find app ideas, sweet spots, competitor revenue estimates, localization arbitrage npx skills add onatcipli/skills --skill explore-app-store
app-store-reviews Review analysis, sentiment, intelligent replies npx skills add onatcipli/skills --skill app-store-reviews
app-store-price-index Price localization via purchasing power parity npx skills add onatcipli/skills --skill app-store-price-index
app-store-aso-localization ASO optimization and metadata localization npx skills add onatcipli/skills --skill app-store-aso-localization
app-store-screenshots Screenshot research, competitor analysis, planning npx skills add onatcipli/skills --skill app-store-screenshots
ios-swiftui-design-language Native-first SwiftUI design system for consistent, premium iOS UI npx skills add onatcipli/skills --skill ios-swiftui-design-language

AppHouse New App

Turn an app idea (or existing repo) into an AppHouse-standard project. Creates apphouse.project.yml — the per-app manifest every other skill reads — and walks the full launch checklist so nothing is forgotten: identity, Firebase, RevenueCat, backend security (rate limits, App Check), subdomain website with legal pages, standard analytics events, release readiness.

npx skills add onatcipli/skills --skill apphouse-new-app

AppHouse Check

Audit an existing iOS app against the AppHouse quality standard. Verifies the settings-screen contract, loading/empty/error/offline states, monetization correctness (no hardcoded prices, restore purchases), Firebase security rules, analytics events, website/legal pages, and App Store readiness. Outputs a findings report classified P0 (release blocker) → P3 (polish), with file-level evidence.

npx skills add onatcipli/skills --skill apphouse-check

AppHouse Marketing

Evidence-based marketing for iOS apps: mine real user pain from reviews, build an angle bank, write and score hooks, and produce short-form videos (TikTok/Reels/Shorts) from a reproducible video-spec.yml — AI generation for assets, FFmpeg for deterministic assembly.

npx skills add onatcipli/skills --skill apphouse-marketing

Explore App Store

App Store idea discovery and market intelligence using free public APIs: find "sweet spot" apps in a revenue band, map niche competitors with revenue/download estimates, detect localization arbitrage, tear down publisher portfolios, and pull charts per storefront and genre.

npx skills add onatcipli/skills --skill explore-app-store

App Store Reviews

App Store review analysis, competitor intelligence, and automated response generation for iOS/macOS apps.

npx skills add onatcipli/skills --skill app-store-reviews
Feature Description
Review Fetching Fetch reviews via App Store Connect API (own apps) or public RSS feed (competitors)
Sentiment Analysis Classify reviews, extract themes, and score sentiment
Reply Generation Context-aware replies with brand voice configuration
Onboarding Auto-detect reply patterns and configure brand preferences
Competitor Analysis Compare ratings, sentiment, and feature gaps across competing apps
Trend Monitoring Track rating changes over time, detect anomalies
Executive Reports Generate stakeholder-ready summaries with recommendations

App Store Price Index

Price localization intelligence using purchasing power parity analysis — like the Big Mac Index for your iOS app pricing.

npx skills add onatcipli/skills --skill app-store-price-index
Feature Description
Build Price Index Analyze reference app prices across 175 territories
Pricing Analysis Compare your prices against PPP-adjusted benchmarks
Recommendations Generate localized prices (conservative/balanced/aggressive)
API Automation Apply price updates via App Store Connect API
Competitor Intel Analyze competitor pricing strategies globally

App Store ASO Localization

App Store Optimization and metadata localization across 38 languages.

npx skills add onatcipli/skills --skill app-store-aso-localization
Feature Description
Metadata Health Audit character usage, missing locales, ASO violations
Keyword Research Research, score, and optimize keyword distribution
Localization AI-translate + localize (not just translate) to 38 languages
Cross-Localization Double keyword coverage using Apple's multi-locale indexing
Bulk Updates Programmatically update metadata via App Store Connect API
Competitor ASO Analyze competitor keywords and find gaps

App Store Screenshots

Screenshot research, competitor analysis, and planning tool with local preview website.

npx skills add onatcipli/skills --skill app-store-screenshots
Feature Description
Find Competitors Discover competitors via iTunes Search and RSS feeds
Download Screenshots Download competitor screenshots locally for analysis
Strategy Analysis Analyze screenshot styles, captions, and patterns
Plan Screenshots Generate detailed screenshot plan based on research
Preview Website Lightweight local HTML tool to view and compare
Export Guide Checklist and specs for App Store Connect upload

iOS SwiftUI Design Language

A native-first SwiftUI design language for building consistent, premium iOS app UI — a dark-first, image-forward, softly-rounded aesthetic (inspired by apps like Luma) expressed almost entirely through native SwiftUI components.

npx skills add onatcipli/skills --skill ios-swiftui-design-language
Feature Description
Native First Maps every UI need to a built-in SwiftUI API before any custom view
Design Tokens Drop-in Color/Font/Spacing/Radius/Motion tokens + button styles
Components The few justified custom pieces (ambient background, avatar stack, chips, hero header)
Patterns Screen archetypes: hero-detail, list-feed, discover-grid, empty-state
Redesign Audit Pass/fail checklist + old→new mapping for restyles and refactors
Liquid Glass iOS 26 glass with graceful material fallbacks

Repository Structure

skills/
├── skills/
│   └── <skill-name>/
│       ├── SKILL.md           # Skill definition (required)
│       ├── scripts/           # Executable scripts (optional)
│       ├── references/        # Reference documentation (optional)
│       └── assets/            # Output resources (optional)
├── .gitignore
└── README.md

Creating a New Skill

Use the skill-creator skill to scaffold and package new skills:

# Initialize a new skill
python scripts/init_skill.py <skill-name> --path skills/

# Package for distribution
python scripts/package_skill.py skills/<skill-name>

About

Reusable AI agent skills for Claude Code

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors