AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Omd Sync

skill-kwakseongjae-oh-my-design-omd-sync · by kwakseongjae

A Claude skill from kwakseongjae/oh-my-design.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-kwakseongjae-oh-my-design-omd-sync

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kwakseongjae-oh-my-design-omd-sync)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Omd Sync? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About


name: omd:sync description: "DESIGN.md shim 파일들(CLAUDE.md / AGENTS.md / .cursor/rules/omd-design.mdc)을 관리합니다. 'shim 업데이트', 'AGENTS.md 동기화', 'CLAUDE.md drift 확인' 같은 요청에 트리거됩니다." ---

omd:sync — Shim Maintenance

DESIGN.md가 모든 주요 AI 코딩 에이전트 (Claude Code, Codex, OpenCode, Cursor)에게 보이도록 shim 파일 3종을 관리한다.

관리 대상

  • CLAUDE.md — Claude Code용 @./DESIGN.md import
  • AGENTS.md — Codex CLI + OpenCode 공용 pointer
  • .cursor/rules/omd-design.mdc — Cursor auto-attach rule

각 파일은 ` ~ ` marker block으로 관리된다. Cursor mdc는 frontmatter 포함 전체 파일이 관리 단위.

사용

사용자 요청에 따라 다음 중 하나를 Bash 툴로 실행:

omd sync              # 인터랙티브 — drift 시 overwrite/skip/show/quit 프롬프트
omd sync --force      # drift 포함 무조건 덮어쓰기
omd sync --check      # 상태만 검사 (CI/pre-commit, unclean 시 exit 1)

언제 실행하나

  • DESIGN.md 변경 직후 (shim hash 갱신)
  • 새 프로젝트에 처음 도입 (shim 3종 생성)
  • .claude / .cursor 디렉토리 추가 후
  • CI에서 상태 확인 (--check)

금지

  • shim 파일을 직접 편집하지 말 것. 반드시 omd sync 경유.
  • marker block 외부 유저 content는 보존된다 (CLAUDE.md / AGENTS.md만). mdc는 omd 전용이라 전체 덮어쓰기.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.