lotti: Skill for Claude Code

.claude/skills/add-flutter-docusaurus-locale/SKILL.md

add-flutter-docusaurus-locale is a skill for Claude Code, Codex from matthiasn/lotti. It costs 91 tokens per session (936 once invoked), scanned A, original, GPL-3.0.

A localization helper for adding or checking a language in a Flutter app and its Docusaurus documentation. Flutter is a toolkit for building apps, while Docusaurus is a tool for publishing documentation websites.

In plain words
What is it for?
Use it when introducing a new language, completing an unfinished translation, or checking that localized app and manual content match.
Why use it?
It helps keep app text, documentation, language settings, screenshots, tests, and generated code aligned across a language update.

Skill for Claude CodeCodex

Written for Claude Code and Codex: installed under .claude/, but also agents/openai.yaml present.

This is matthiasn/lotti's own configuration. It tells Claude Code and Codex how to work on lotti itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything lotti configures →

About the project

Lotti is a private logbook that stores tasks, time records, notes, habits, and health data on a person's devices, with personal AI assistants that summarize records and suggest changes for approval. It is for people who want to track intended and completed work while keeping synchronized data end-to-end encrypted. The catalogue add-ons provide agents, skills, and instructions for working with Lotti.

matthiasn/lotti · 1,171 stars · on GitHub · matthiasn.github.io

Reuse

Borrowing it

Nothing to install: this file belongs to matthiasn/lotti. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/matthiasn/lotti/main/.claude/skills/add-flutter-docusaurus-locale/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/matthiasn/lotti

Made for: Claude Code, 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 add-flutter-docusaurus-locale

README.md
[![agentmods](https://agentmods.dev/badge/skills/matthiasn/lotti/add-flutter-docusaurus-locale/github.svg)](https://agentmods.dev/skills/matthiasn/lotti/add-flutter-docusaurus-locale)
Your own site
<a href="https://agentmods.dev/skills/matthiasn/lotti/add-flutter-docusaurus-locale"><img src="https://agentmods.dev/badge/skills/matthiasn/lotti/add-flutter-docusaurus-locale/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 add-flutter-docusaurus-locale

Your own site · 80×15
<a href="https://agentmods.dev/skills/matthiasn/lotti/add-flutter-docusaurus-locale"><img src="https://agentmods.dev/badge/skills/matthiasn/lotti/add-flutter-docusaurus-locale.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 936 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 unknown 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.00091 $0.00936
Opus 5 $0.00046 $0.00468
Sonnet 5 $0.00018 $0.00187
Haiku 4.5 $0.00009 $0.00094

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

Security

Grade A, and why

add-flutter-docusaurus-locale 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit_locale.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/add-flutter-docusaurus-locale/SKILL.md · 95 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

3 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. 10d ago First seen · 95 lines · 91 tokens per session scan A 2e3eb8a8c072

Subscribe to this mod's changes

add-flutter-docusaurus-locale is a skill published in the GitHub repository matthiasn/lotti (1,171 stars, last pushed yesterday), licensed GPL-3.0. It adds 91 tokens to every session and 936 once invoked, about $0.0005 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-08-30.

Related

Other skills, from other repositories

ios-marketing-capture

Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…

ParthJadhav/ios-marketing-capture · 78 tokens

maui-localization-theming

Implement MAUI localization and theming. USE FOR: RESX/AppResources, runtime culture switching, RTL/FlowDirection, platform language metadata, AppThemeBinding, DynamicResource, light/dark/system themes, UserAppTheme. DO NOT USE FOR: general layout, accessibility audits, icon/splash assets.

dotnet/maui-labs · 73 tokens

android-resources

Organize Android strings, drawables, fonts, themes, localization, and concrete resource-backed Compose values such as MaterialTheme colors. Use for resource declarations and their direct UI lookup; defer design-system token architecture, network image loading, lint-rule configuration, and general Compose…

HoangNguyen0403/agent-skills-standard · 59 tokens

boutique-store

Create and use Boutique Store for Swift data persistence, including initialization, @Stored controllers, CRUD operations, operation chaining, and granular event monitoring. Use when persisting arrays of items, building data controllers, or working with Boutique's Store type.

mergesort/Boutique · 52 tokens

boutique-stored-values

Persist individual values with Boutique's @StoredValue (UserDefaults) and @SecurelyStoredValue (Keychain), including set, reset, toggle, bindings, keypath setters, array and dictionary helpers, and async observation. Use when storing preferences, settings, feature flags, or sensitive data like auth tokens.

mergesort/Boutique · 68 tokens

boutique-swiftui

Integrate Boutique with SwiftUI views using onChange, onStoreDidLoad, bindings, and preview stores. Use when building SwiftUI views that display or react to Boutique-persisted data.

mergesort/Boutique · 45 tokens