code-payments/code-android-app

Code Android App

23Stars on the repository
13Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bug-triage

01

code-payments/code-android-app

Agent Claude Code

Use this agent when the user wants to triage, investigate, or diagnose a bug report, crash, or error — typically referenced via a Bugsnag link, stack trace, error message, or user-reported issue. The agent traces the error through the codebase to identify root causes and suggest fixes.\n\nExamples:\n\n- user: "/triage…

23 2d ago A 335 tokens original MIT

dependency-impact

02

code-payments/code-android-app

Agent Claude Code

Use this agent when bumping a dependency or evaluating the impact of a library update. It traces which modules depend on the library, checks for breaking API changes, identifies affected code paths, and suggests targeted test runs. Examples: user: "what's the impact of bumping compose to 1.12?" assistant: "I'll…

23 2d ago A 219 tokens original MIT

module-scaffolder

03

code-payments/code-android-app

Agent Claude Code

Use this agent when the user wants to create a new feature module, shared module, or library module in the project. The agent generates the full skeleton: build.gradle.kts, package structure, entry-point files, navigation registration, and settings.gradle.kts inclusion. Examples: user: "create a new feature module for…

23 2d ago A 216 tokens original MIT

pr-reviewer

04

code-payments/code-android-app

Agent Claude Code

Use this agent to review a pull request for code quality, architectural consistency, and potential issues. It understands the project's patterns (CompositionLocal injection, MVI/MVVM, convention plugins, proto model boundaries) and flags anti-patterns. Examples: user: "review this PR" or "review #123" assistant: "I'll…

23 2d ago A 158 tokens original MIT

proto-change-tracer

05

code-payments/code-android-app

Agent Claude Code

Use this agent after fetching updated protobuf definitions (e.g., after /fetch-protos) to trace the impact of proto changes through the codebase: generated code → API wrappers → services → repositories → controllers → features. Examples: user: "what changed in the protos and what needs updating?" assistant: "I'll…

23 2d ago A 166 tokens original MIT

test-gap-finder

06

code-payments/code-android-app

Agent Claude Code

Use this agent to identify untested code and generate test stubs. Given a changed file, feature module, or area of the codebase, it finds what lacks test coverage and scaffolds tests following the project's established patterns. Examples: user: "what's untested in the cash feature?" assistant: "I'll analyze the cash…

23 2d ago A 204 tokens original MIT