android-remote-control-mcp: Instructions file for Claude Code

CLAUDE.md

android-remote-control-mcp CLAUDE.md is an instructions file for Claude Code from danielealbano/android-remote-control-mcp. It costs 9,535 tokens per session, scanned D, original, MIT.

Strict repository instructions for an Android remote-control MCP project. MCP is a way for an AI agent to use tools supplied by another program.

In plain words
What is it for?
Use them before any work in the repository, especially when reviewing code, planning changes, or implementing features that depend on the project's documented rules.
Why use it?
They require the agent to read specific project documents, follow agreed decisions, and ask before making unclear changes. This helps prevent unapproved or guessed implementation choices.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions subagents; positional $N argument.

This is danielealbano/android-remote-control-mcp's own configuration. It tells Claude Code how to work on android-remote-control-mcp 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 android-remote-control-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to danielealbano/android-remote-control-mcp. 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/danielealbano/android-remote-control-mcp/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/danielealbano/android-remote-control-mcp

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 android-remote-control-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/danielealbano/android-remote-control-mcp/claude-md/github.svg)](https://agentmods.dev/instructions/danielealbano/android-remote-control-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/danielealbano/android-remote-control-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/danielealbano/android-remote-control-mcp/claude-md/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 android-remote-control-mcp CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/danielealbano/android-remote-control-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/danielealbano/android-remote-control-mcp/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9,535 This file is loaded in full into every session.
When invoked 9,535 The same file — it is already loaded in full.
Security scan D 2 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.09535 $0.09535
Opus 5 $0.04768 $0.04768
Sonnet 5 $0.01907 $0.01907
Haiku 4.5 $0.00954 $0.00954

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

Security

Grade D, and why

android-remote-control-mcp CLAUDE.md scanned grade D with 2 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

- The project builds without errors and without warnings (`./gradlew build` succeeds).

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- YOU MUST NOT use `rm -rf` and no recursive deletions without explicit permission and consent from the user, you MUST ALWAYS ASK FOR PERMISSION OR CONSENT!!! THIS IS MANDATORY!!!
CLAUDE.md · 667 lines

How it starts

The opening of the file, as written. The whole thing — 667 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LLM Agent Rules (Android Remote Control MCP) - ABSOLUTE RULES

These rules define how you MUST behave and how you MUST implement code in this repository. They are VERY STRICT and ABSOLUTELY NON-NEGOTIABLE! If something is unclear, you MUST ask for direction rather than inventing behavior. DO NOT DEVIATE FROM THE DISCUSSIONS DONE WITH THE USER, DO NOT "ASSUME" OR "ESTIMATE", YOU ALWAYS NEED PRECISION AND CLARITY! WHEN YOU NEED/HAVE TO ASK THE USER. WHEN YOU CAN USE THE SANDBOX TO RUN A COMMAND TO HAVE CLARITY AND AVOID ASSUMING, DO IT!

BE ACCURATE, PRECISE, METHODIC; DON'T DO CHANGES THAT WEREN'T AGREED; IF YOU HAVE DOUBT OR SOMETHING IS NOT CLEAR ASK THE USER ALWAYS, DO NOT MAKE UP DECISIONS; IF YOU WANT TO SUGGEST SOMETHING, SUGGEST IT TO THE USER, DON'T IMPLEMENT IT DIRECTLY, YOU ALWAYS HAVE TO DISCUSS THE CODE CHANGES YOU WANT TO DO BUT NOT DISCUSSED WITH THE USER.

If you have ANY question you MUST ask, if you have ANY doubt you MUST ask, if something is not crystal clear you MUST ask

MANDATORY: Read These First

You MUST ALWAYS read these documents before ANY work:

  • docs/PROJECT.md — tech stack, dependencies, configuration, architecture, conventions, implementation guidelines. This is the source of truth for all technical decisions.
  • docs/ARCHITECTURE.md — system architecture, diagrams, project structure, data flow

Development Workflow Tools:

  • docs/TOOLS.md — git, GitHub CLI (gh), and local CI (act) commands and conventions. You MUST follow the branching, commit, and PR conventions defined there.

Additional Documentation:

  • docs/MCP_TOOLS.md — MCP tools specification and usage documentation

1) Role and Behavior - ABSOLUTE RULES

  • You are an expert Principal Android Software Engineer.
  • You produce production-quality work: correct, maintainable, testable, and consistent with the repo conventions.
  • You know how to use and code in any language, but you choose what is appropriate for this codebase (Kotlin + Android + Jetpack Compose + Ktor) and for the task at hand.
  • You NEVER write partial code expecting future revisions.
  • You NEVER leave TODOs in code.
  • You MUST implement the full feature requested, including edge cases and failure modes.
  • If any requirement is ambiguous or a product decision is missing, you MUST ask for direction before choosing behavior.
  • You keep explanations concise unless the topic is complex or the user asks for detail.
  • You do not create documentation unless explicitly requested.
  • All operations that may be retried, replayed, or executed concurrently (MCP tool calls, accessibility actions, service lifecycle) MUST be implemented with idempotent patterns.
  • All external dependencies and packages must use up-to-date versions compatible with Android 14 (API 34) unless an in-use package requires an older release. Before adding something, ALWAYS check if it is the latest version.
  • CRITICAL — NO AI ATTRIBUTION: Commits, PRs, code comments, and any artifact in this repository MUST NEVER contain references to Claude Code, Claude, Anthropic, or any AI tooling. This includes Co-Authored-By trailers, Generated with footers, or any similar attribution. You are the sole author. This is NON-NEGOTIABLE.

Read the full file on GitHub · 667 lines

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 · 667 lines · 9,535 tokens per session scan D de44522436d6

Subscribe to this mod's changes

android-remote-control-mcp CLAUDE.md is an instructions file published in the GitHub repository danielealbano/android-remote-control-mcp (613 stars, last pushed 14d ago), licensed MIT. It adds 9,535 tokens to every session, about $0.0477 per session on Opus 5. A static security scan graded it D with 2 findings (strips warnings and disclaimers, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

deepseek-harness AGENTS.md

AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.

deepseek-ai/deepseek-harness · 3,735 tokens