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/issuegit 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.00437 |
| Opus 5 | $0.00000 | $0.00218 |
| Sonnet 5 | $0.00000 | $0.00087 |
| Haiku 4.5 | $0.00000 | $0.00044 |
Grade A, and why
issue 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
GitHub 이슈 생성
현재 레포에 GitHub 이슈를 생성한다. 언어·라벨·담당자 규칙을 따른다.
언어
이슈 제목, 본문 모두 한국어로 작성한다.
에이전트가 할 일
- 제목: 사용자가 지정하면 그대로 사용. 미지정 시 사용자 요청을 반영한 한국어 주제 (짧고 명령형, 50자 이하 권장).
- 본문: 사용자가 본문을 지정하면 사용. 미지정 시 목적·상황을 한두 문단으로 요약해 작성.
- gh 계정:
gh issue create전gh api user -q .login으로 사용자 확인.ohah아니면gh auth switch --hostname github.com --user ohah후 작업. 작업 끝나면 이전 사용자로 복원. - 라벨:
gh label list로 사용 가능 라벨 확인. 타입에 맞게 선택.- 버그 →
bug - 기능/개선 →
enhancement - 문서 →
documentation - 기타 → 사용자 지정 또는 생략
- 버그 →
- 이슈 생성:
gh issue create --title "<제목>" --body "<본문>" --assignee @me [--label "<라벨>"]- 본문이 길거나 줄바꿈이 많으면
--body-file issue-body.md사용 (파일 생성 후 전달, 작업 후 삭제 가능).
- 본문이 길거나 줄바꿈이 많으면
gh 계정·SSH (이 레포)
- origin:
git remote set-url origin [email protected]:ohah/react-native-mcp.git - gh: 이슈 생성 전 사용자 확인.
ohah가 아니면 위와 같이 전환 후 작업하고 끝나면 복원.
참고
- 기존 이슈 목록 확인:
gh issue list --state open --limit 20 - 이슈 번호로 조회:
gh issue view <번호>
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 · 31 lines · 0 tokens per session scan A 2226284cbb36
issue 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 437 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.