Borrowing it
Nothing to install: this file belongs to Kandil7/prprompts-flutter-generator. 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/Kandil7/prprompts-flutter-generator/master/.claude/commands/localization/update-prprompts.mdgit clone --depth 1 https://github.com/Kandil7/prprompts-flutter-generatorWrote 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/commands/kandil7/prprompts-flutter-generator/update-prprompts)<a href="https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/update-prprompts"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/update-prprompts/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/commands/kandil7/prprompts-flutter-generator/update-prprompts"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/update-prprompts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00000 | $0.00429 |
| Opus 5 | $0.00000 | $0.00215 |
| Sonnet 5 | $0.00000 | $0.00086 |
| Haiku 4.5 | $0.00000 | $0.00043 |
Grade A, and why
update-prprompts 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.
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.
What it actually says
Update PRPROMPTS with Localization Examples
Update the PRPROMPTS internationalization file with Arabic-English specific examples and RTL guidance.
Prerequisites
Check that these exist:
PRPROMPTS/09-internationalization_i18n.mdlib/l10n/app_en.arblib/l10n/app_ar.arb
If PRPROMPTS directory doesn't exist:
ℹ️ PRPROMPTS not found. Run /gen-prprompts first.
Update Strategy
Read PRPROMPTS/09-internationalization_i18n.md and enhance with:
1. Add AR-EN Specific Examples
Add after EXAMPLES section with comprehensive ARB files and RTL configuration examples.
2. Add RTL Best Practices
Include:
- RTL layout testing checklist
- Common RTL mistakes to avoid
- EdgeInsetsDirectional usage
- Directionality handling
3. Add Arabic Typography
Include:
- Font configuration for Arabic
- Line height recommendations
- Diacritic support
- Regional variations (Gulf, Egyptian, Levantine)
4. Add to VALIDATION GATES
RTL-specific validation gates:
- Test with Arabic locale
- Verify RTL layout in Flutter Inspector
- Check EdgeInsetsDirectional usage
- Verify ARB keys exist in all languages
- Run flutter gen-l10n without errors
Implementation
IMPORTANT: Don't remove existing content. Only ADD new sections.
Merge strategy:
- Keep all existing sections
- Add AR-EN SPECIFIC EXAMPLES as new section
- Append to BEST PRACTICES
- Add new items to VALIDATION GATES
Show Update Summary
After updating:
✅ Updated PRPROMPTS/09-internationalization_i18n.md
Added:
- ar-en specific ARB examples
- RTL layout configuration code
- Arabic typography setup
- RTL best practices checklist
- Common RTL mistakes to avoid
- RTL-specific validation gates
📖 Review: PRPROMPTS/09-internationalization_i18n.md
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.
- 10d ago First seen · 76 lines · 0 tokens per session scan A 27f5b4b93636
update-prprompts is a command published in the GitHub repository Kandil7/prprompts-flutter-generator (11 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 429 tokens. 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.
Other commands, from other repositories
bundle-analyze
Tu es un expert performance React. Tu dois analyser la taille du bundle, identifier les dépendances volumineuses et proposer des optimisations.
accessibility-check
Audit Accessibilité React.
design-tokens
Définition Design Tokens.
check-architecture
Angular Architecture Review.
building-flutter-apps-skill-ac1294fc
Flutter Riverpod app architecture and Windows installer delivery. Use before changing a Riverpod Flutter app/package or its Windows desktop packaging/update pipeline; skip non-Riverpod stacks and pure-Dart work.
rtl-ready
Audit CSS/components for RTL readiness and rewrite physical properties to logical equivalents.