원클릭으로
context-sync
Audit and synchronize local OpenCode context, commands, skills, agents, config, and AGENTS.md with the current repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit and synchronize local OpenCode context, commands, skills, agents, config, and AGENTS.md with the current repository.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bootstrap agent configuration and generate AGENTS.md from project config (codi.toml), SCM flow, monorepo structure, MCP ecosystem, and docs/ — template-based and idempotent.
Repository understanding and hierarchical codemap generation
Generate a daily planning Markdown file combining Google Calendar events and Jira tasks. Creates an executable daily agenda with configurable parameters, dynamic emoji detection, and timezone support.
Create consistent releases and changelogs
Validate, push the current branch, and create a GitHub pull request from the current diff
Push branch commits and update the existing PR body safely (prefer REST API)
| name | context-sync |
| description | Audit and synchronize local OpenCode context, commands, skills, agents, config, and AGENTS.md with the current repository. |
| license | Proprietary |
Load skill: targets, invalid task names, and metadata drift.Review these areas when present:
.opencode/context/.opencode/agent/.opencode/skills/.opencode/commands/.opencode/config/.agents/skills/.claude/skills/opencode.jsonAGENTS.mdIf a scope hint is provided (context, agents, commands, skills, config, workflow, repo, all), use it only when that scope can be checked safely without hiding cross-file drift.
AGENTS.mdTaskfile.ymlopencode.json.opencode/paths.json.opencode/config/agent-metadata.json.opencode/context/project/*.md.opencode/commands/*.md.agents/skills/<skill-name>/SKILL.md.claude/skills/<skill-name>/SKILL.md.opencode/skills/<skill-name>/SKILL.mdLoad skill: <name> reference resolves in this order:
.agents/skills/<name>/SKILL.md.claude/skills/<name>/SKILL.md.opencode/skills/<name>/SKILL.mdTaskfile.yml and its includes; do not assume local tasks must be declared inline when they are provided through includes:.architecture/infrastructure..opencode/context/project/*.md aligned with the actual repo layout, active workflows, and local skill locations..infobot/... task backend as stale unless a current repo file explicitly restores that workflow..opencode/agent/ and the agent registry in opencode.json.