change-app-id

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

A procedure for changing an application ID, the identifier Android uses to distinguish an app. It accounts for repositories containing multiple apps, known as a monorepo, and requires an analysis check afterward.

In plain words
What is it for?
Use it to rename an app’s identifier in a Flutter project, including selecting the app, updating related values, and running the required analysis command.
Why use it?
It helps ensure the old identifier is found and replaced consistently for the intended app.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to rename an app’s identifier in a Flutter project, including selecting the app, updating related values, and running the required analysis command.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abhinav503/flutter-agentic/change-app-id
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 change-app-id
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 change-app-id

README.md
[![agentmods](https://agentmods.dev/badge/skills/abhinav503/flutter-agentic/change-app-id.svg)](https://agentmods.dev/skills/abhinav503/flutter-agentic/change-app-id)
Your own site
<a href="https://agentmods.dev/skills/abhinav503/flutter-agentic/change-app-id"><img src="https://agentmods.dev/badge/skills/abhinav503/flutter-agentic/change-app-id.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 143 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.00143
Opus 5 $0.00000 $0.00072
Sonnet 5 $0.00000 $0.00029
Haiku 4.5 $0.00000 $0.00014

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

Security

Grade A, and why

change-app-id 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/change-app-id/SKILL.md · 13 lines

What it actually says

change-app-id

If the new application ID was not passed as an argument, ask: "What is the new application ID? Use reverse-domain notation, e.g. com.company.appname"

This is a monorepo — application IDs are per app. Ask which app under apps/{app}/ to change if ambiguous. Derive the old application ID from the applicationId field in apps/{app}/android/app/build.gradle.kts.

Then follow every step in the guide below exactly, substituting the old and new values throughout. Run flutter analyze --no-pub at the repo root at the end before reporting done.

@docs/how-to/change-app-id.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 · 13 lines · 0 tokens per session scan A 8850e703252a

Subscribe to this mod's changes

change-app-id 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 143 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