Skip to main content

update-docs

Update AGENTS.md files based on session learnings about a topic. Use when documenting patterns, commands, or conventions discovered during development.

インストールへ移動

ソース情報

リポジトリ
cashew-labs/opencode-gui
ソースの最終更新活動
2026年3月3日 02:53
検出された SKILL.md の言語
英語
スター
58
フォーク
20

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
update-docs
description
Update AGENTS.md files based on session learnings about a topic. Use when documenting patterns, commands, or conventions discovered during development.
Update AGENTS.md files based on what was learned in this session about: $TOPIC Read `docs/updating-agents-docs.md` for full guidelines before proceeding. ## Process 1. Review the conversation for learnings about the specified topic: - Patterns or conventions discovered - Commands needed but not documented - Architectural insights - Common pitfalls encountered 2. Determine where each learning belongs (lowest common ancestor): - Root `AGENTS.md` for repo-wide patterns - Package-level AGENTS.md for package-specific patterns - `docs/*.md` for detailed explanations 3. Check if the target AGENTS.md already has related content: - If multiple related items exist, consider extracting to a docs/ page - If adding would make the file too long (>60 lines for root), extract to docs/ 4. Apply changes following the writing style in the guidelines 5. List what was updated and why
GitHubで見る