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/commitgit 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.00514 |
| Opus 5 | $0.00000 | $0.00257 |
| Sonnet 5 | $0.00000 | $0.00103 |
| Haiku 4.5 | $0.00000 | $0.00051 |
Grade A, and why
commit 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
프로젝트 규칙에 따라 변경사항 커밋
커밋 생성·제안 시 AGENTS.MD의 커밋 규칙을 적용한다.
메시지 형식
<type>(<scope>): <subject>
<body>
<footer>
- Type (필수):
feat|fix|refactor|test|docs|chore|style - Scope (선택):
server|react-native|docs|scripts|config - Subject (필수): 한국어, 명령형, 50자 이하, 마침표 없음
- Body (선택): 한국어, 72자마다 줄바꿈, 무엇을·왜 변경했는지 설명
- Footer (선택): Breaking changes, Issue 번호
원칙
- 커밋당 단일 목적
- 관련 없는 변경은 별도 커밋으로 분리
- 각 커밋은 독립적으로 의미 있어야 함
- 작고 논리적인 단위로 커밋
커밋 전 (필수)
도구 버전은 mise로 관리 (.mise.toml). mise exec --로 프로젝트 bun 사용.
- 브랜치 먼저 생성 — 새 작업 시
git checkout -b <branch>로 브랜치 생성 후 해당 브랜치에서 커밋. mise exec -- bun run format실행mise exec -- bun run lint실행- 변경 파일 스테이징 후 커밋
커밋 후 (필수)
커밋 후 요약용 MD 파일 작성 (이 파일은 커밋하지 않음).
- 제목: 브랜치명 또는 커밋 주제
- 작업 내용: 목표, 변경사항, 결과를 산문체로 작성
예시
feat(server): MCP 서버 및 도구 지원 추가
- MCP 프로토콜 기반 서버 구현
- 여러 도구(Tool) 등록 및 실행 지원
fix(react-native): WebSocket 재연결 처리 수정
- 연결 끊김 시 재연결 로직 수정
- 지수 백오프 적용
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 · 59 lines · 0 tokens per session scan A e74100b54a45
commit 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 514 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.