Borrowing it
Nothing to install: this file belongs to jonapoul/aktual. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jonapoul/aktual/main/.claude/skills/new-list-screen/SKILL.mdgit clone --depth 1 https://github.com/jonapoul/aktualWrote 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/jonapoul/aktual/new-list-screen)<a href="https://agentmods.dev/skills/jonapoul/aktual/new-list-screen"><img src="https://agentmods.dev/badge/skills/jonapoul/aktual/new-list-screen/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/jonapoul/aktual/new-list-screen"><img src="https://agentmods.dev/badge/skills/jonapoul/aktual/new-list-screen.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.00048 | $0.04016 |
| Opus 5 | $0.00024 | $0.02008 |
| Sonnet 5 | $0.00010 | $0.00803 |
| Haiku 4.5 | $0.00005 | $0.00402 |
Grade A, and why
new-list-screen 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 yesterday.
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 — 565 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate a pair of VM and UI Gradle modules for a new scrolling list screen, following the exact patterns from
aktual-budget:schedules.
Before starting — ask one question
Ask the user: "Is this feature budget-scoped? (i.e. does it live inside an open budget, using BudgetNavEntryContributor / BudgetNavScope / BudgetNavKey?)"
Wait for the answer, then proceed. Use {budgetScoped} = true or false to select the correct
NavEntryContributor template in Step 2 below.
Arguments
$ARGUMENTS contains two space-separated values:
- FeatureName — PascalCase singular name for the feature, e.g.
Rules - GradleModulePath — colon-separated path without a leading colon, e.g.
aktual-budget:rules
Derived values
Given FeatureName = Rules and GradleModulePath = aktual-budget:rules:
| Variable | Derivation | Example |
|---|---|---|
{Name} |
FeatureName as-is | Rules |
{name} |
FeatureName lowercased | rules |
{dir} |
GradleModulePath with : → / |
aktual-budget/rules |
{pkg} |
GradleModulePath with : → . and - → . |
aktual.budget.rules |
{vmGradle} |
:{GradleModulePath}:vm |
:aktual-budget:rules:vm |
{uiGradle} |
:{GradleModulePath}:ui |
:aktual-budget:rules:ui |
{snakeTitle} |
list_{name}_title |
list_rules_title |
The List{Name} prefix (e.g. ListRules) is used for all list-specific classes.
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.
- yesterday Changed c590aaa6e106
- 8d ago First seen · 565 lines · 48 tokens per session scan A 9a329662f8b1
new-list-screen is a skill published in the GitHub repository jonapoul/aktual (34 stars, last pushed yesterday), licensed Apache-2.0. It adds 48 tokens to every session and 4,016 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-09-01.
Other skills, from other repositories
kotlin-expert
Expert-level Kotlin development, Android, coroutines, and multiplatform. Use when the user mentions Android, coroutines, multiplatform, or JVM, or when the task involves Kotlin Fundamentals, Android Development, Kotlin Multiplatform, or Kotlin Style.
compose-animations
Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animateAsState, rememberTransition, AnimatedContent, and Crossfade.
compose-focus-navigation
Use when writing or reviewing Jetpack Compose UI for TV, keyboard, desktop, accessibility focus, D-pad navigation, FocusRequester, focusProperties, key events, or initial focus behavior.
ios-slim-bindings
Create iOS slim bindings for MAUI. USE FOR: slim iOS binding, Native Library Interop, Swift/Objective-C wrappers, XcodeGen project.yml, Podfile, CocoaPods static linking, BUILDLIBRARYFORDISTRIBUTION, XcodeProject MSBuild, @objc/[Export] selector crashes, async completion handlers. DO NOT USE FOR: Android bindings…
kmp-lsp
Kotlin/Java/Swift LSP server for code navigation in Android and iOS codebases. Use when navigating Kotlin, Java, or Swift source files: finding class definitions, listing symbols, jumping to implementations, finding all usages, checking type signatures, or switching workspace between projects. Triggers for: "find this…
compose-multiplatform
Use when building one shared Compose UI in Kotlin across Android, iOS, and desktop — commonMain @Composables, expect/actual, source-set placement, native interop, multiplatform ViewModel/navigation/Koin. NOT a single-platform native build (that is kotlin-android / swift-ios), and NOT Dart/Flutter cross-platform UI…