Communitygithub.com

Appllama/appllama-skills

A builder, not just a researcher. Agent skills that turn top-grossing app patterns into native-quality mobile screens.

appllama-skills란 무엇인가요?

appllama-skills is a Cursor agent skill that a builder, not just a researcher. Agent skills that turn top-grossing app patterns into native-quality mobile screens.

지원 대상~Claude Code~Codex CLICursor
npx skills add Appllama/appllama-skills

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

Appllama Usage Skill

Appllama is a library of top-grossing mobile apps — their real screens, flows, and UI patterns, with revenue and download context. The MCP makes it an agent's research floor: not just a research tool, a builder's tool. You study what already wins, then you build something better.

Pair this skill with appllama-design-skill for every design/implementation step — this skill tells you what to study; that one tells you how to build.

Ground rules (read first)

  1. Start with get_credits — it's free. It tells you the balance, limits, and reset date. Pro includes 1,500 credits a month (they reset in full on the 1st, UTC); every other tool call costs 1 credit.
  2. Go deep. Design language lives in the whole journey, not a sample — walk every screen of the apps that matter for the task, images included. That is exactly what the library is for. The one thing that's against the terms is harvesting: sweeping the catalog to extract the dataset itself rather than to answer a real task. That isn't research, and it's detected server-side.
  3. Media URLs expire in ~1 hour. Download/view what you study promptly. If links died mid-task, re-request that page for fresh ones — screen ids are durable, links are not.
  4. Ignore the watermark. Every Appllama image and video carries a small Appllama watermark in the top-left corner. It is provenance, not part of the screen — don't let it skew your read of that corner (status bar, back button, title), and never reproduce it in anything you build.
  5. Pagination is sequential. Every list response carries next_cursor; pass it back to continue. You cannot jump to page N — and a cursor only works for the same query that minted it. If a cursor errors, drop it and restart from page one.
  6. If you hit a rate limit, wait it out. The per-minute and per-day limits sit far above real research; on the rare hit, wait the stated time — don't retry-hammer.
  7. Errors are instructions. Tool errors are written to be acted on (expired cursor → restart; out of credits → tell the user their credits reset on the 1st and they can request more in Settings → Usage).

Tool map

ToolWhat it gives youTypical use
get_creditsBalance, limits, reset date. Free.Session start
search_apps10 apps/page: name, revenue, downloads, rating, launch date, screens count, flow list with screen counts. Natural-language query + filters (revenue/downloads/rating/launch date/price/onboarding steps) + sort + board_idFind the top apps for a category or need
get_appOne app in full: ratings breakdown, category rank, IAP pricing, top countries, flowsDecide if an app deserves a deep study
list_app_screens10 screens/page in journey order (welcome → onboarding → paywall → product), each with media URL, flow, UI elements, colors. Filter by flow or sectionWalk an app screen by screen
search_screensScreens across the whole library. mode="keyword" matches screen names + filters (flow, screen_type, element, app_id); mode="semantic" searches by meaning/visual languageGather design references for one screen type
get_screenOne screen in full + up to 5 visually similar screens from other apps. Accepts screen_ref = app_id/screen_id (what appllama.io's "Copy Screen ID" produces)The user pasted a screen ref; or drill into one reference
list_flowsThe flow taxonomy with screen/app countsDiscover what flows exist for a category
get_flow_appsApps containing a flow, top revenue firstFind the best examples of one flow
list_ui_elements~38 UI-element families with counts (one call)Vocabulary for element-level research
get_element_screensScreens featuring an element familyStudy how winners build one component
list_my_boardsThe member's own appllama.io boards (screens / apps / flows)Find their curation first
get_boardA board's full contents: screens with media, app profiles, or (app, flow) pairsWhen the member curated a board for the task, START from it

The screen_ref handshake: members can click "Copy Screen ID" on any screen at appllama.io and paste it to you. It looks like 1393061654/spl_9i075 — feed it straight to get_screen(screen_ref=...) and you're looking at exactly the screen they mean, plus its closest siblings across the library.

The playbooks

ScenarioReference
Build an app from scratch (e.g. "build me a habit tracker")references/build-from-scratch.md
Make an existing screen betterreferences/improve-a-screen.md
Flow & element research; general research methodreferences/research-methods.md

Both build playbooks end the same way: the simulator loop from appllama-design-skill, repeated until you cannot find a flaw. Research without that loop is decoration.

Local reference boards

When you pull screens for study, save them into a local working structure — links expire in about an hour, but your notes and downloads don't:

research/
  <category>/
    apps.md            # the shortlist: metrics, flows, verdicts
    <app-name>/
      screens.md       # per-screen notes: id, name, flow, elements, colors
      img/             # downloaded screens, in journey order
    patterns.md        # cross-app synthesis: the category's design language

Download the screens as you study them — synthesis happens with the images side by side, not from metadata. Notes and screen IDs are durable; re-fetch a fresh link from the ID if you ever need the pixels again.

관련 스킬