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-mobile-task-boardgit 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-mobile-task-board)<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.
<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>- 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.00640 |
| Opus 5 | $0.00013 | $0.00320 |
| Sonnet 5 | $0.00005 | $0.00128 |
| Haiku 4.5 | $0.00003 | $0.00064 |
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.
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.dartapps/mobile/lib/features/tasks/presentation/utils/task_board_navigation.dartapps/mobile/lib/features/tasks/presentation/views/task_board_detail_page_view.dartapps/mobile/lib/features/tasks/presentation/widgets/task_board_detail_page_actions.dartapps/mobile/pubspec.yaml
Behavioral Defaults
Preserve these user-visible defaults unless the user explicitly changes the product decision:
- Selected start dates default to
12 AMat the start of the day. - Selected end dates default to
11:59 PMat 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.
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.
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 · +3 lines · -49 tokens per session 2e93ccb198d3
- 9d ago First seen · 58 lines · 74 tokens per session scan A b0e145fc8c66
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.
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.
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.
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).
common-mobile-visual-testing
Standardizes mobile UI audits, performance/scroll checks, RTL verification, and state-specific testing on iOS/Android.
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.
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.