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 tutur3u/platform --skill tuturuuu-satellite-app-uxgit clone --depth 1 https://github.com/tutur3u/platformWrote 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/tutur3u/platform/tuturuuu-satellite-app-ux)<a href="https://agentmods.dev/skills/tutur3u/platform/tuturuuu-satellite-app-ux"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-satellite-app-ux/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/tutur3u/platform/tuturuuu-satellite-app-ux"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-satellite-app-ux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00025 | $0.00622 |
| Opus 5 | $0.00013 | $0.00311 |
| Sonnet 5 | $0.00005 | $0.00124 |
| Haiku 4.5 | $0.00003 | $0.00062 |
Grade A, and why
tuturuuu-satellite-app-ux 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 6d 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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tuturuuu Satellite App UX
Core Workflow
Use this skill for standalone app surfaces under apps/* that behave like
satellite apps rather than sections inside apps/web.
Start with AGENTS.md, git status --short, and active coordination notes.
Then inspect the target app's existing proxy.ts, i18n/routing.ts,
providers, workspace layout, navigation, and app-session routes before designing
new UI.
App Shell Checklist
- Use
@tuturuuu/satelliteproviders, i18n helpers, constants, and app-session helpers where the app already follows that pattern. - Keep auth target names consistent across proxy, verify-token, refresh, logout, and server session reads.
- Preserve workspace route shapes and locale handling. New dashboard routes need navigation aliases, icons, permissions or access gates, and empty states.
- Build the actual app workspace as the first screen. Avoid marketing-style landing pages for operational apps.
- Prefer a focused app shell with clear primary navigation, search/filter tools, and compact repeated actions over a generic dashboard card wall.
- Add strings to the owning app's English and Vietnamese bundles. If shared UI strings are added, update every app bundle that ships that shared surface.
Data And Mutation Rules
- Use TanStack Query for client fetching/mutation.
- Put shared app API clients behind
packages/internal-api/src/*when code is reused outside one route. - Do not add raw client-side app API fetches.
- Keep protected data reads and writes behind server-owned APIs. Do not expose privileged Supabase access to satellite clients.
Cross-App Parity
For Calendar or Finance, assume the standalone app and the apps/web
counterpart move together unless the user explicitly scopes an exception.
For other satellite apps, inspect whether a shared package or apps/web
counterpart already owns the behavior before duplicating logic in the app.
Verification
Run focused tests for the target app first, then required repo checks:
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 6d ago Changed · -31 tokens per session 38b29feaeb0e
- 9d ago First seen · 68 lines · 56 tokens per session scan A ecb18ede651c
tuturuuu-satellite-app-ux is a skill published in the GitHub repository tutur3u/platform (53 stars, last pushed yesterday), licensed Apache-2.0. It adds 25 tokens to every session and 622 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
magic-ui
Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.
frontend-engineer
!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults" !cat .forgewright/codebase-context.md…
shadcn
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json…
ui-beats
Use this skill when users want to add, customize, or troubleshoot UI Beats components in React/Next.js projects. It covers component selection, shadcn registry installation from uibeats.com, the UI Beats MCP server, motion and reduced-motion handling, and integration patterns for animated sections.
impeccable
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…
i-animate
Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight.