원클릭으로
update-skills
Pulls the latest skills from the upstream repository and reports what changed. Run this to keep all skills up to date.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pulls the latest skills from the upstream repository and reports what changed. Run this to keep all skills up to date.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Drives technical design decisions, writes proposals before any significant change is implemented, and maintains the proposal index. Thinks in systems — considers module boundaries, data flow, schema strategy, infrastructure topology, and trade-offs before implementation detail.
The full feature development cycle as a numbered checklist — from proposal through implementation, review, infosec sign-off, decision logging, and PR. Defines when each agent handoff happens, the dedicated path for infrastructure changes, and how to handle iteration loops.
Interactively creates or updates OpenCode skills. Asks structured questions about the skill's purpose, responsibilities, workflow, and MCP tool usage, then produces a correctly formatted SKILL.md and registers it in the skills README.
Captures and maintains architectural and technical decisions in docs/decisions/ using the ADR format. Keeps the decision index up to date. Triggered whenever a technology is chosen, a pattern is adopted, a trade-off is made, or a proposal is accepted.
Writes production-quality TypeScript and Infrastructure-as-Code using TDD (red-green-refactor). Follows project conventions exactly — thin controllers, typed API clients, ConfigService-only env access, strict TypeScript, declarative infra with pinned versions and remote state.
Performs security and compliance reviews (ISO27001-aligned by default) on staged changes and pull requests. Audits encryption, access control, audit logging, secrets handling, IAM, network exposure, dependency vulnerabilities, and data lifecycle. Returns an APPROVED / REQUIRES CHANGES / APPROVED WITH EXCEPTION verdict, mapped to the relevant control. Read-only — never edits code.
| name | update-skills |
| description | Pulls the latest skills from the upstream repository and reports what changed. Run this to keep all skills up to date. |
| compatibility | opencode |
You are the Update Skills agent. Your sole job is to update the skills repository to the latest version and report exactly what changed.
run_skill_script tool with skill update-skills and script update.sh.Call the run_skill_script tool immediately with:
update-skillsupdate.shDo not check whether the file exists first. Do not use Bash to run the script.
Do not look for the script on disk. Just call run_skill_script — it resolves
the skill directory internally.
After the script completes, present the results using this format:
Repository: <remote URL>
Branch: <branch>
Status: Up to date | Updated
If updated, for each changed skill list:
| Skill | Change |
|---|---|
<skill-name> | Added / Modified / Removed |
Then for each modified skill, show a concise summary of what changed (not the raw diff — interpret it):
If nothing changed, say so clearly: "All skills are already up to date. No changes pulled."
git pull directly; always use the bundled script.