Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Ampli-Group/agentic-mobile-blueprint --skill social-auth-setupgit clone --depth 1 https://github.com/Ampli-Group/agentic-mobile-blueprintWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ampli-group/agentic-mobile-blueprint/social-auth-setup)<a href="https://agentmods.dev/skills/ampli-group/agentic-mobile-blueprint/social-auth-setup"><img src="https://agentmods.dev/badge/skills/ampli-group/agentic-mobile-blueprint/social-auth-setup/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ampli-group/agentic-mobile-blueprint/social-auth-setup"><img src="https://agentmods.dev/badge/skills/ampli-group/agentic-mobile-blueprint/social-auth-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.02252 |
| Opus 5 | $0.00024 | $0.01126 |
| Sonnet 5 | $0.00010 | $0.00450 |
| Haiku 4.5 | $0.00005 | $0.00225 |
Grade A, and why
social-auth-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Social Auth Setup (Apple + Google)
Overview
Both providers require setup in three places:
- The provider's developer console (Apple Developer Portal / Google Cloud Console)
- Supabase Auth settings
- Mobile app (
app.json+ Expo config)
Sign in with Apple
Step 1: Enable Sign in with Apple on the App ID
- developer.apple.com/account/resources/identifiers
- Click your App ID (the one matching your
ios.bundleIdentifier) - Scroll to Sign in with Apple → Enable → Edit
- Leave as "Enable as a primary App ID" → Save
Step 2: Create a Services ID (for web/Supabase callback)
This is separate from your App ID — it's used for the OAuth redirect flow.
- Identifiers → + → Services IDs → Continue
- Description:
Your App Name Sign In - Identifier:
com.yourorg.appname.siwa(convention: bundle ID +.siwa) - Register
- Click the new Services ID → Enable Sign in with Apple → Configure
- Add your Supabase callback URL:
- Primary App ID: select your app
- Domains:
YOUR_PROJECT.supabase.co - Return URLs:
https://YOUR_PROJECT.supabase.co/auth/v1/callback
- Save → Continue → Register
Step 3: Create a Private Key
- developer.apple.com/account/resources/authkeys → +
- Name:
Sign in with Apple - Your App - Enable Sign in with Apple → Configure → select your App ID
- Continue → Register
- Download the
.p8file — one-time download, save it - Note the Key ID (10 chars)
Step 4: Configure Supabase
- Supabase Dashboard → Authentication → Providers → Apple
- Fill in:
- Service ID: the Services ID from Step 2 (e.g.
com.yourorg.appname.siwa) - Team ID: your 10-char Apple Team ID (top-right of developer.apple.com)
- Key ID: from the key you downloaded
- Private Key: paste the full contents of the
.p8file
- Service ID: the Services ID from Step 2 (e.g.
- Save
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 247 lines · 49 tokens per session scan A 1fc2169dbdd8
social-auth-setup is a skill published in the GitHub repository Ampli-Group/agentic-mobile-blueprint (4 stars, last pushed 1mo ago), licensed MIT. It adds 49 tokens to every session and 2,252 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
core-architecture-patterns
Use when adding a segment type, platform adapter, editor manager, core service, or descriptor effect (look/grade/motion/section-audio field) in packages/ffmpeg-video-composer, or when wiring new dependencies into the tsyringe container.
dpf-bring-work-under-formula
Use when adding a DPF work carrier or lifecycle. Routes it through one case, a WorkUnit adapter, the source registry, and canonical status projection.
rn-app-builder
A build workflow for React Native mobile apps, including Expo setup, shared code in a monorepo, login routing, APIs, themes, and releases. A monorepo stores multiple related packages in one code repository.
native-ui
Building native mobile UIs with Expo Router and React Native. Covers routing, navigation, styling, native controls, animations, and platform conventions following Apple Human Interface Guidelines.
expo-native-ui
Build beautiful native iOS/Android apps with Expo Router. Covers route structure, native tabs, animations, blur effects, liquid glass, SF Symbols, and platform patterns.
copilotkit-upgrade
Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.