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에서 보기