rebrand

rebrand is a skill for Claude Code from mykola-kichatov/android-clean-template. It costs 85 tokens per session (738 once invoked), scanned A, original, no licence file.

A skill that turns a fresh Android app template into a newly named app by collecting configuration choices and following the project’s clone checklist.

In plain words
What is it for?
Use it to set the app name, application ID, sample feature, and networking choices in an unmodified android-clean-template clone.
Why use it?
It avoids repeating the renaming and setup work by hand and keeps the template’s documented migration steps together.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to set the app name, application ID, sample feature, and networking choices in an unmodified android-clean-template clone.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mykola-kichatov/android-clean-template/rebrand
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 mykola-kichatov/android-clean-template --skill rebrand
Clone the repo
git clone --depth 1 https://github.com/mykola-kichatov/android-clean-template

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 rebrand

README.md
[![agentmods](https://agentmods.dev/badge/skills/mykola-kichatov/android-clean-template/rebrand/github.svg)](https://agentmods.dev/skills/mykola-kichatov/android-clean-template/rebrand)
Your own site
<a href="https://agentmods.dev/skills/mykola-kichatov/android-clean-template/rebrand"><img src="https://agentmods.dev/badge/skills/mykola-kichatov/android-clean-template/rebrand/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 rebrand

Your own site · 80×15
<a href="https://agentmods.dev/skills/mykola-kichatov/android-clean-template/rebrand"><img src="https://agentmods.dev/badge/skills/mykola-kichatov/android-clean-template/rebrand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 738 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 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.00085 $0.00738
Opus 5 $0.00043 $0.00369
Sonnet 5 $0.00017 $0.00148
Haiku 4.5 $0.00009 $0.00074

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

Security

Grade A, and why

rebrand 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 12d 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/rebrand/SKILL.md · 42 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 42 lines · 85 tokens per session scan A db2b718dc7d2

Subscribe to this mod's changes

rebrand is a skill published in the GitHub repository mykola-kichatov/android-clean-template (55 stars, last pushed 29d ago), with no licence file. It adds 85 tokens to every session and 738 once invoked, about $0.0004 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

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

auditing-compose-performance

Use this skill to run an end-to-end Jetpack Compose performance audit when the symptom is broad ("the app feels sluggish", "scroll is rough everywhere", "we're starting a perf sprint", "what should we fix first?"). Orchestrates the four-phase Measure → Diagnose → Fix → Verify loop by sequencing the 25 focused skills…

skydoves/compose-performance-skills · 214 tokens

generating-baseline-profiles

Use this skill to generate and measure Jetpack Compose Baseline Profiles end-to-end with the AGP 8.2+ Baseline Profile Generator module and the Macrobenchmark harness. Covers writing the BaselineProfileRule journey for cold startup plus first-scroll, generating baseline-prof.txt, verifying it shipped at…

skydoves/compose-performance-skills · 217 tokens

testing-compose-in-release-mode

Use this skill to ensure Jetpack Compose performance numbers reflect production reality by measuring against a release variant with R8 enabled, Live Literals disabled, and Compose Compiler reports read from the release output directory. Covers why debug builds lie (interpreted Compose runtime, JIT warmup, Live…

skydoves/compose-performance-skills · 189 tokens

tracing-recompositions-at-runtime

Use this skill to instrument a Jetpack Compose composable with @TraceRecomposition from skydoves/compose-stability-analyzer so per-recomposition diffs (which state or parameter changed, what value transition) print to logcat under the Recomposition tag. Works in release-with-debug-symbols builds where Android Studio…

skydoves/compose-performance-skills · 215 tokens

migrating-to-modifier-node

Use this skill to author new custom Jetpack Compose modifiers and migrate legacy ones from Modifier.composed { } to Modifier.Node + ModifierNodeElement . Covers the persistent-node lifecycle (onAttach, onDetach, onReset, coroutineScope), the specialized node interfaces (DrawModifierNode, LayoutModifierNode…

skydoves/compose-performance-skills · 183 tokens