← Back to list

patch-agents-md-option-b
by macho715
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: patch-agents-md-option-b description: Update repository AGENTS.md for Option B (Tauri v2 + React/TypeScript desktop local-first) with executable commands, guardrails, and security/permission rules; creates backups and can add nested AGENTS.md.
What this skill does
When invoked, this skill patches the repository instruction files that Codex and other coding agents read:
- Writes/updates
AGENTS.mdin the repo root for the Option B desktop architecture (Tauri v2 + React/TS + Rust orchestrator + Python sidecar). - Optionally writes nested instruction files if the target directories exist:
src-tauri/AGENTS.md(Rust / Tauri backend)src/AGENTS.md(React frontend)
- Creates timestamped backups under
.codex/backups/<timestamp>/...before overwriting.
When to use
Use this skill when the team has committed to Option B and you want AI coding agents to:
- run the correct dev/test commands,
- respect Desktop-local-first constraints (Workspace + Runs),
- treat Tauri capabilities / plugin scopes / sidecar execution as security-sensitive.
How to run
From the repository root:
python .codex/skills/patch-agents-md-option-b/scripts/apply.py --dry-run
python .codex/skills/patch-agents-md-option-b/scripts/apply.py
Options
- Root file only (skip nested files):
python .codex/skills/patch-agents-md-option-b/scripts/apply.py --no-nested
- Force overwrite (still makes backups):
python .codex/skills/patch-agents-md-option-b/scripts/apply.py --force
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon