Skip to content
Skillv1.0.0

messaging

이 파일은 `src/core/messaging` 아래의 모든 파일에 적용된다. 루트 `AGENTS.md`를 함께 따른다.

by hellosunghyun(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from hellosunghyun/up2stage (src/core/messaging/AGENTS.md). Install upstream with npx skills add hellosunghyun/up2stage --skill messaging. Copyright stays with the author.

AGENTS.md — src/core/messaging

적용 범위

이 파일은 src/core/messaging 아래의 모든 파일에 적용된다. 루트 AGENTS.md를 함께 따른다.

책임

Background, Content, Side Panel, Viewer 사이 typed protocol을 정의한다.

작업 전 필수 문서

  • docs/02-architecture/extension-entrypoints.md

폴더 규칙

  • 모든 payload를 Zod validate한다.
  • 대형 원문 bytes를 불필요하게 message로 복제하지 않는다.
  • protocol 변경 시 sender/receiver test를 함께 수정한다.

완료 기준

  • 변경 범위가 이 폴더 책임 안에 있다.
  • 관련 unit/integration/E2E 검증을 추가하거나 갱신했다.
  • 중요한 사용자 동작 하나가 완성되면 즉시 한국어 상세 본문을 포함해 커밋했다.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/hellosunghyun-up2stage-messaging/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

hellosunghyun-up2stage-messaging.ocm.jsonjson
{
  "ocm": "1",
  "id": "hellosunghyun-up2stage-messaging",
  "kind": "skill",
  "name": "messaging",
  "description": "이 파일은 `src/core/messaging` 아래의 모든 파일에 적용된다. 루트 `AGENTS.md`를 함께 따른다.",
  "publisher": "hellosunghyun",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "이 파일은 `src/core/messaging` 아래의 모든 파일에 적용된다. 루트 `AGENTS.md`를 함께 따른다."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/hellosunghyun/up2stage",
      "path": "src/core/messaging/AGENTS.md",
      "ref": "0e76415021a055560363f1729601641989971acb",
      "url": "https://github.com/hellosunghyun/up2stage/blob/0e76415021a055560363f1729601641989971acb/src/core/messaging/AGENTS.md",
      "key": "hellosunghyun/up2stage/src/core/messaging/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md — src/core/messaging\n\n## 적용 범위\n\n이 파일은 `src/core/messaging` 아래의 모든 파일에 적용된다. 루트 `AGENTS.md`를 함께 따른다.\n\n## 책임\n\nBackground, Content, Side Panel, Viewer 사이 typed protocol을 정의한다.\n\n## 작업 전 필수 문서\n\n- `docs/02-architecture/extension-entrypoints.md`\n\n## 폴더 규칙\n\n- 모든 payload를 Zod validate한다.\n- 대형 원문 bytes를 불필요하게 message로 복제하지 않는다.\n- protocol 변경 시 sender/receiver test를 함께 수정한다.\n\n## 완료 기준\n\n- 변경 범위가 이 폴더 책임 안에 있다.\n- 관련 unit/integration/E2E 검증을 추가하거나 갱신했다.\n- 중요한 사용자 동작 하나가 완성되면 즉시 한국어 상세 본문을 포함해 커밋했다.",
  "cost": {
    "context_tokens": 125
  }
}

Fetch it by URL: GET /api/v1/registry/hellosunghyun-up2stage-messaging/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.