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.
npx agentmods add commands/ohah/react-native-mcp/init-prgit clone --depth 1 https://github.com/ohah/react-native-mcpWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00370 |
| Opus 5 | $0.00000 | $0.00185 |
| Sonnet 5 | $0.00000 | $0.00074 |
| Haiku 4.5 | $0.00000 | $0.00037 |
Grade A, and why
init-pr 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 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.
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.
What it actually says
PR 전 gh 계정·SSH 설정 (이 레포 전용)
이 레포(ohah/react-native-mcp)에서는 ohah GitHub 계정으로 push·PR을 사용한다.
해야 할 것
- SSH remote: push가 ohah SSH 키를 쓰도록 origin을
github.com-private로 맞춘다. (한 번만 하면 됨.)git remote set-url origin [email protected]:ohah/react-native-mcp.git~/.ssh/config에Host github.com-private가 ohah용 키를 쓰도록 설정되어 있어야 한다. - gh:
gh auth switch로 ohah 계정을 쓰면 된다.
수동으로 할 때
이 레포에서 PR 만들기·푸시 전에:
gh auth switch --hostname github.com --user ohah
작업 끝난 뒤 다른 레포로 갈 때, 원래 쓰던 계정으로 돌리려면:
gh auth switch --hostname github.com --user <원래_계정명>
/pr 커맨드 동작
/pr 실행 시 에이전트가 자동으로:
- origin이
[email protected]:ohah/react-native-mcp.git인지 확인하고, 아니면 한 번 설정한 뒤 - 현재 gh 로그인 계정을 확인하고,
- ohah가 아니면 일시적으로 ohah로 전환한 뒤 push·PR 생성/수정을 하고,
- 다시 원래 계정으로 전환한다.
그래서 /pr 한 번 실행해도 전역 gh 설정은 원래대로 유지된다.
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.
- yesterday First seen · 38 lines · 0 tokens per session scan A d498390db6a7
init-pr is a command published in the GitHub repository ohah/react-native-mcp (7 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 370 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.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.