rename-app

rename-app is a skill for Claude Code from abhinav503/flutter-agentic. It costs 0 tokens per session (230 once invoked), scanned A, original, MIT.

A guided command for renaming a Flutter app in a repository where multiple apps live under an apps folder; this setup is called a monorepo. It updates the relevant app names and runs dependency, analysis, and test checks.

In plain words
What is it for?
Use it to rename an app when you can provide its new display and package names, then verify the repository and app still build and test correctly.
Why use it?
It helps avoid missing package names, display labels, or references when renaming one app in a multi-app repository.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to rename an app when you can provide its new display and package names, then verify the repository and app still build and test correctly.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abhinav503/flutter-agentic/rename-app
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 abhinav503/flutter-agentic --skill rename-app
Clone the repo
git clone --depth 1 https://github.com/abhinav503/flutter-agentic

Made for: Claude Code.

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 rename-app

README.md
[![agentmods](https://agentmods.dev/badge/skills/abhinav503/flutter-agentic/rename-app.svg)](https://agentmods.dev/skills/abhinav503/flutter-agentic/rename-app)
Your own site
<a href="https://agentmods.dev/skills/abhinav503/flutter-agentic/rename-app"><img src="https://agentmods.dev/badge/skills/abhinav503/flutter-agentic/rename-app.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 230 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.
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.00000 $0.00230
Opus 5 $0.00000 $0.00115
Sonnet 5 $0.00000 $0.00046
Haiku 4.5 $0.00000 $0.00023

Measured 8d ago against content hash 60d7ca6efd72, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

rename-app 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 8d 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.

.claude/skills/rename-app/SKILL.md · 17 lines

What it actually says

rename-app

If the new app name was not passed as an argument, ask: "What should the new app name be? Provide two forms:

  1. Display name (PascalCase or branded, shown to users) e.g. MyApp
  2. Package name (snake_case, used in Dart imports) e.g. my_app"

This is a monorepo — each app lives under apps/{app}/ (e.g. apps/jokes, apps/doc_scanner). Ask which app to rename if ambiguous. core is never renamed.

Derive the old package name from the name: field in apps/{app}/pubspec.yaml. Derive the old display name from the title: string in apps/{app}/lib/app.dart.

Then follow every step in the guide below exactly, substituting the old and new values throughout. At the end run flutter pub get at the repo root, flutter analyze --no-pub, and cd apps/{NewName} && flutter test before reporting done.

@docs/how-to/rename-app.md

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. 8d ago First seen · 17 lines · 0 tokens per session scan A 60d7ca6efd72

Subscribe to this mod's changes

rename-app is a skill published in the GitHub repository abhinav503/flutter-agentic (10 stars, last pushed 15d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 230 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-31.

Related

Other skills, from other repositories

appllama-app-design-skill

Build native-feeling, benchmark-quality mobile app screens (Expo / React Native). Use when designing or implementing any mobile UI — screens, flows, onboarding, paywalls, tab bars, sheets, settings, empty states — or when polishing motion, navigation, typography, dark mode, or perceived performance. Enforces Apple HIG…

Appllama/appllama-skills · 184 tokens

kotlin-android

Use when building or fixing a native Android app in Kotlin and Jetpack Compose on the UDF layered architecture — ViewModel/StateFlow, Hilt, Room, Retrofit, coroutines, type-safe Navigation, and the Gradle/AGP surface. NOT shared Android and iOS UI from one Kotlin codebase (that is compose-multiplatform).

ericrisco/rsc-harness · 78 tokens

testing-flutter

Testing Flutter 3.44 / BLoC v9 / Riverpod 3 - Stratégie Complète. Use when writing tests, reviewing test coverage, or setting up testing.

TheBeardedBearSAS/claude-craft · 42 tokens

store-screenshots

A workflow for turning raw app screenshots into PNG images for Apple App Store and Google Play listings. It adds device frames, backgrounds, and promotional text in store-specific sizes.

LeeHueeng/store-screenshots · 154 tokens

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

app-store-deployment

Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.

secondsky/claude-skills · 46 tokens