tuturuuu-satellite-app-ux

tuturuuu-satellite-app-ux is a skill for Codex from tutur3u/platform. It costs 25 tokens per session (622 once invoked), scanned A, original, Apache-2.0.

UX guidance for building standalone Tuturuuu apps such as Mail or a CMS, including their login, language support, workspace routes, navigation, and app layout.

In plain words
What is it for?
Use it when creating or redesigning a standalone app that uses Tuturuuu authentication, shared providers, translations, workspace pages, and access controls.
Why use it?
It helps keep a satellite app consistent with the platform and avoids broken login flows, missing navigation, and unsuitable landing-page layouts.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md.

Good fit Use it when creating or redesigning a standalone app that uses Tuturuuu authentication, shared providers, translations, workspace pages, and access controls.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tutur3u/platform/tuturuuu-satellite-app-ux
Install

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.

Any agent
npx skills add tutur3u/platform --skill tuturuuu-satellite-app-ux
Clone the repo
git clone --depth 1 https://github.com/tutur3u/platform

Made for: Codex.

Wrote 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.

agentmods badge for tuturuuu-satellite-app-ux

README.md
[![agentmods](https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-satellite-app-ux/github.svg)](https://agentmods.dev/skills/tutur3u/platform/tuturuuu-satellite-app-ux)
Your own site
<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.

agentmods 80×15 button for tuturuuu-satellite-app-ux

Your own site · 80×15
<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>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 38b29feaeb0e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

plugins/tuturuuu/skills/tuturuuu-satellite-app-ux/SKILL.md · 68 lines

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/satellite providers, 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:

Read the full file on GitHub · 68 lines

Files

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.

Changes

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.

  1. 6d ago Changed · -31 tokens per session 38b29feaeb0e
  2. 9d ago First seen · 68 lines · 56 tokens per session scan A ecb18ede651c

Subscribe to this mod's changes

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.

Related

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.

magicuidesign/magicui · 56 tokens

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…

buiphucminhtam/forgewright · 55 tokens

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…

shadcn-ui/ui · 94 tokens

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.

nikhils4/ui-beats · 62 tokens

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.…

boussadjra/vuestrata · 189 tokens

i-animate

Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight.

boussadjra/vuestrata · 27 tokens