원클릭으로
documentation-updates
Update documentation based on lessons learned. Use after completing work to capture learnings and prevent future issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update documentation based on lessons learned. Use after completing work to capture learnings and prevent future issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review all unreviewed documents in Hubdoc. Use when reviewing, processing or publishing Hubdoc receipts and bills.
Use the Xero MCP server — obtain/refresh OAuth2 bearer tokens, troubleshoot authentication, and pick up other operational notes for working with Xero MCP tools. Use when Xero MCP tools fail with authentication errors, when the bearer token has expired (tokens last ~30 min), before starting any Xero workflow, or for general guidance on Xero MCP usage.
Size the agent-browser Chromium window to fill its current screen, leaving a configurable bottom margin for the desktop panel. Use before any agent-browser automation that needs the full screen visible without elements overlapping or scrolling off (e.g. Xero, dense web apps).
General Xero browser automation notes. Use when automating any Xero page with agent-browser — covers non-standard UI patterns, waiting, and dropdown menus.
Convert XLSX spreadsheets (single or multi-sheet) to CSV files you can read and grep. Use whenever you need to process an .xlsx report from Xero, Cryptio, bank exports, or any tool that delivers spreadsheet output.
Create Claude Code slash commands, OpenCode command files, and Pi prompt templates that delegate to the right subagent or skill. Use when creating new commands or refactoring existing ones to follow platform conventions.
| name | documentation-updates |
| description | Update documentation based on lessons learned. Use after completing work to capture learnings and prevent future issues. |
Update documentation based on lessons learned from the conversation.
Use this skill when:
Momentarily pause any other actions to review the conversation and reflect on any mistakes or misunderstandings. Update any/all of the following as appropriate:
Project-level documentation:
AGENTS.md in the current projectCLAUDE.md in the current projectGlobal documentation:
AGENTS.md (~/.claude/AGENTS.md or similar)CLAUDE.mdAgent settings:
.claude/settings.json, opencode.json).agents/skills~/.config/opencode/opencode.json, ~/.claude/settings.json)~/.agents/skillsOther project documentation:
Bear in mind that many global files for agent config and skills are stowed via GNU Stow using symlinks which point back to a git repo somewhere.
Do NOT resume ANY previous actions until the user is satisfied that the docs have been appropriately updated.
After updating documentation: