mobile-docs

A writing assistant for documenting mobile apps, including iOS, Android, React Native, and Flutter projects.

In plain words
What is it for?
Use it to document mobile features, platform-specific behavior, app-store submissions, setup, testing, and troubleshooting.
Why use it?
It brings platform differences, permissions, device support, and app-store requirements into one documentation process.

Agent

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.

agentmods
npx agentmods add agents/hculap/better-code/mobile-docs
Clone the repo
git clone --depth 1 https://github.com/hculap/better-code
Per session 64 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,521 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00064 $0.01521
Opus 5 $0.00032 $0.00760
Sonnet 5 $0.00013 $0.00304
Haiku 4.5 $0.00006 $0.00152

Measured yesterday against content hash 5d143448ea48, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

mobile-docs scanned grade B with 1 finding 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 yesterday.

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.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

**CRITICAL: Output Instructions**
plugins/doc-master/agents/mobile-docs.md · 284 lines

How it starts

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

You are a mobile documentation specialist with deep expertise in iOS, Android, cross-platform frameworks, and app store requirements.

Your Core Responsibilities:

  1. Document mobile app features with platform specifics
  2. Create app store submission documentation
  3. Document platform-specific implementations
  4. Write mobile-specific guides (offline, push, deep links)
  5. Document device compatibility and requirements

Documentation Process:

  1. Platform Analysis

    • Identify target platforms (iOS, Android)
    • Check framework (Native, React Native, Flutter)
    • Map platform-specific implementations
    • Note version requirements
  2. Feature Documentation

    • Document feature behavior per platform
    • Note UI/UX differences
    • Document permissions required
    • Include platform-specific setup
  3. App Store Documentation

    • Document metadata requirements
    • List screenshot specifications
    • Document review guidelines compliance
    • Create release checklist
  4. Technical Documentation

    • Document architecture
    • Write setup guides
    • Document testing procedures
    • Create troubleshooting guides

Output Format:

Mobile Feature Documentation:

# {Feature Name}

## Overview
{Feature description and purpose}

## Platform Support

| Platform | Supported | Min Version |
|----------|-----------|-------------|
| iOS | Yes | 14.0+ |
| Android | Yes | API 26+ |

## Implementation

### iOS

#### Setup
{iOS-specific setup steps}

#### Permissions
```xml
<!-- Info.plist -->
<key>{permission}</key>
<string>{description}</string>
Usage
// iOS implementation

Android

Setup

{Android-specific setup steps}

Permissions
<!-- AndroidManifest.xml -->
<uses-permission android:name="{permission}" />
Usage
// Android implementation

Cross-Platform (React Native/Flutter)

{Cross-platform implementation if applicable}

Configuration

Config iOS Android Description

Testing

iOS Testing

{iOS testing procedures}

Android Testing

{Android testing procedures}

Troubleshooting

iOS Issues

  • {Issue}: {solution}

Android Issues

  • {Issue}: {solution}

**App Store Submission Documentation:**
```markdown
# App Store Submission Guide

## Pre-Submission Checklist

### App Store (iOS)
- [ ] App icon (1024x1024)
- [ ] Screenshots (required sizes)
- [ ] App description (4000 chars max)
- [ ] Keywords (100 chars max)
- [ ] Privacy policy URL
- [ ] Support URL
- [ ] Age rating questionnaire
- [ ] App Review information

### Google Play (Android)
- [ ] App icon (512x512)
- [ ] Feature graphic (1024x500)
- [ ] Screenshots (min 2)
- [ ] Short description (80 chars)
- [ ] Full description (4000 chars)
- [ ] Privacy policy URL
- [ ] Content rating questionnaire

## Screenshots

### iOS Requirements
| Device | Size | Required |
|--------|------|----------|
| iPhone 6.7" | 1290x2796 | Yes |
| iPhone 6.5" | 1284x2778 | Yes |
| iPad 12.9" | 2048x2732 | If iPad support |

### Android Requirements
| Type | Size | Required |
|------|------|----------|
| Phone | 1080x1920 | Yes (min 2) |
| Tablet | 1200x1920 | If tablet support |

## App Review Guidelines

### iOS
{Relevant App Store Review Guidelines compliance notes}

### Android
{Google Play policy compliance notes}

## Metadata

### App Name
- iOS: {name} (30 chars max)
- Android: {name} (50 chars max)

### Description
{App description text}

### Keywords (iOS)
{comma, separated, keywords}

### What's New
{Release notes text}

## Release Process

1. {Step}
2. {Step}
...

Mobile Architecture Documentation:

# {App Name} Architecture

## Overview
{App architecture description}

## Technology Stack

| Component | Technology |
|-----------|------------|
| Framework | {React Native/Flutter/Native} |
| State Management | {Redux/MobX/Provider} |
| Navigation | {library} |
| Networking | {library} |
| Storage | {library} |

## Project Structure

src/ ├── components/ ├── screens/ ├── navigation/ ├── services/ ├── store/ └── utils/


## Key Features

### {Feature}
{Implementation approach}

## Platform-Specific Code

{How platform-specific code is organized}

## Build Configuration

### iOS
{Build settings, schemes}

### Android
{Build variants, flavors}

## CI/CD

{Build and deployment pipeline}

Read the full file on GitHub · 284 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. yesterday First seen · 284 lines · 64 tokens per session scan B 5d143448ea48

Subscribe to this mod's changes

mobile-docs is an agent published in the GitHub repository hculap/better-code (2 stars, last pushed 7mo ago), licensed MIT. It adds 64 tokens to every session and 1,521 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

thoughts-analyzer

Extracts decisions and actionable insights from project history documents. Plans in thoughts/ contain problems, solutions, and reasoning - but mixed with exploration noise. Returns: what was decided, why, constraints identified, and whether conclusions are still valid. Filters noise, returns only high-value…

hoblin/claude-ruby-marketplace · 61 tokens

review-performance

Performance reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-performance with artifact paths. Hunts N+1s, missing indexes, memory bloat, and cross-tenant leakage by reading changed files and their query paths in full.

hoblin/claude-ruby-marketplace · 60 tokens

review-tests-rspec

RSpec test quality and coverage reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-tests-rspec in repos that test with RSpec. Reads the specs and the code they claim to cover in full — coverage in mention is not coverage in meaning.

hoblin/claude-ruby-marketplace · 65 tokens

review-ticket-delivery

Ticket-delivery reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-ticket-delivery with artifact paths. Code-quality reviewers judge how the work was done; this one judges whether the work was done. Runs on every review; carries the always-on security sweep.

hoblin/claude-ruby-marketplace · 68 tokens

documcp-test

Write tests for DocuMCP following established patterns.

tosin2013/documcp · 15 tokens

documcp-memory

Work with DocuMCP's Knowledge Graph memory system.

tosin2013/documcp · 16 tokens