tuturuuu-mobile-task-board

tuturuuu-mobile-task-board is a skill for Codex from tutur3u/platform. It costs 25 tokens per session (640 once invoked), scanned A, original, Apache-2.0.

Workflow guidance for changing the Tuturuuu Flutter mobile task board, including task details, dates, assignees, descriptions, navigation, and localized text.

In plain words
What is it for?
Use it when modifying task-board screens, routing, overdue labels, task editing, refresh behavior, workspace navigation, or mobile state-management code.
Why use it?
It helps preserve established mobile behavior and keeps user-visible changes, tests, and translations aligned.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md; $skill-name invocation.

Good fit Use it when modifying task-board screens, routing, overdue labels, task editing, refresh behavior, workspace navigation, or mobile state-management code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tutur3u/platform/tuturuuu-mobile-task-board
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-mobile-task-board
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-mobile-task-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-mobile-task-board/github.svg)](https://agentmods.dev/skills/tutur3u/platform/tuturuuu-mobile-task-board)
Your own site
<a href="https://agentmods.dev/skills/tutur3u/platform/tuturuuu-mobile-task-board"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-mobile-task-board/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-mobile-task-board

Your own site · 80×15
<a href="https://agentmods.dev/skills/tutur3u/platform/tuturuuu-mobile-task-board"><img src="https://agentmods.dev/badge/skills/tutur3u/platform/tuturuuu-mobile-task-board.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 640 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.00640
Opus 5 $0.00013 $0.00320
Sonnet 5 $0.00005 $0.00128
Haiku 4.5 $0.00003 $0.00064

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

Security

Grade A, and why

tuturuuu-mobile-task-board 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-mobile-task-board/SKILL.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tuturuuu Mobile Task Board

Start Here

Read references/task-board-reference.md before editing. It captures the known file map, UX semantics, and verification flow for this area. Read references/mobile-patterns.md when the work needs the broader mobile pattern catalog that was split out of root AGENTS.md.

If the user asks to commit mobile work, combine this skill with $tuturuuu-commit. Keep a user-visible mobile behavior, its tests, and localization together unless the user explicitly asks for a different split. Do not manually bump apps/mobile/pubspec.yaml for ordinary authored work; Release Please owns mobile version updates.

Search these files first, then expand only as needed:

  • apps/mobile/lib/features/tasks/presentation/cubit/task_board_detail_cubit.dart
  • apps/mobile/lib/features/tasks/presentation/utils/task_board_navigation.dart
  • apps/mobile/lib/features/tasks/presentation/views/task_board_detail_page_view.dart
  • apps/mobile/lib/features/tasks/presentation/widgets/task_board_detail_page_actions.dart
  • apps/mobile/pubspec.yaml

Behavioral Defaults

Preserve these user-visible defaults unless the user explicitly changes the product decision:

  • Selected start dates default to 12 AM at the start of the day.
  • Selected end dates default to 11:59 PM at the end of the day.
  • A task should become overdue only after today's midnight has passed, meaning the next day.
  • Task descriptions open in view mode. Enter edit mode only when the edit FAB is clicked.
  • Hide task-detail shell chrome that competes with the task title area when the route/view pattern supports it.
  • After task mutations, refresh the affected task list instead of relying only on a full board reload.

Code Patterns

Keep navigation workspace-aware through openUserTaskBoardDetailWithWorkspace(...). After any awaited workspace-switching work, guard navigation with a mounted check before using context.go(...).

When changing assignee flows, sanitize stale or invalid assignee IDs before submitting mutation payloads. Bulk clear-assignee behavior should clear all selected assignees without leaving stale state in the payload.

Read the full file on GitHub · 61 lines

Files

What ships with it

4 files 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 · +3 lines · -49 tokens per session 2e93ccb198d3
  2. 9d ago First seen · 58 lines · 74 tokens per session scan A b0e145fc8c66

Subscribe to this mod's changes

tuturuuu-mobile-task-board 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 640 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

server-side-calls

Call tRPC procedures directly from server code using t.createCallerFactory() and router.createCaller(context) for integration testing, internal server logic, and custom API endpoints. Catch TRPCError and extract HTTP status with getHTTPStatusCodeFromError(). Error handling via onError option.

trpc/trpc · 61 tokens

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

quality-engineering-appium-mcp

Drives iOS/Android mobile devices via Appium MCP. Use for verifying mobile bugs, E2E tests, and navigating real device clouds (LambdaTest/BrowserStack).

HoangNguyen0403/agent-skills-standard · 44 tokens

common-mobile-visual-testing

Standardizes mobile UI audits, performance/scroll checks, RTL verification, and state-specific testing on iOS/Android.

HoangNguyen0403/agent-skills-standard · 30 tokens

android-testing

Write Android unit, Compose UI, and Hilt-integrated tests. Use when designing test behavior with MockK or coroutine test utilities; defer database/WorkManager-specific recipes to the owning feature skill.

HoangNguyen0403/agent-skills-standard · 43 tokens

build-swiftui-interface

Use when a coding agent must design, scaffold, implement, or verify an iOS or macOS SwiftUI interface with Apple-platform state, accessibility, availability, testing, and Xcode evidence.

memi-design/memi · 45 tokens