Skip to content
Skillv1.0.0

backend

API는 서비스 경계를 지키고, 데이터·외부 연동의 단일 관문이 된다.

by hello-pebble(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from hello-pebble/backoffice-ai (backend/AGENTS.md). Install upstream with npx skills add hello-pebble/backoffice-ai --skill backend. Copyright stays with the author.

API는 서비스 경계를 지키고, 데이터·외부 연동의 단일 관문이 된다.

항목 규칙 결과값
소유 범위 backend/와 API 계약을 수정한다. Kotlin API 변경
호환성 기존 응답 필드는 유지하고 새 필드는 추가 방식으로 제공한다. 기존 화면 정상 동작
검증 입력값을 검증하고 사용자용 오류 메시지를 반환한다. 예측 가능한 API 오류
장시간 작업 AI 생성·영상·외부 발행은 워커로 넘긴다. 비동기 작업 상태
AI 기록 모델·토큰·비용·도구·결과를 AI 운영 센터에 남긴다. 추적 가능한 실행 이력
검증 Kotlin 컴파일과 변경 API 응답을 확인한다. 서버 검증 결과

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/hello-pebble-backoffice-ai-backend/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.

hello-pebble-backoffice-ai-backend.ocm.jsonjson
{
  "ocm": "1",
  "id": "hello-pebble-backoffice-ai-backend",
  "kind": "skill",
  "name": "backend",
  "description": "API는 서비스 경계를 지키고, 데이터·외부 연동의 단일 관문이 된다.",
  "publisher": "hello-pebble",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "API는 서비스 경계를 지키고, 데이터·외부 연동의 단일 관문이 된다."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/hello-pebble/backoffice-ai",
      "path": "backend/AGENTS.md",
      "ref": "a8971498a8606f49d061295a8feda2444953944b",
      "url": "https://github.com/hello-pebble/backoffice-ai/blob/a8971498a8606f49d061295a8feda2444953944b/backend/AGENTS.md",
      "key": "hello-pebble/backoffice-ai/backend/AGENTS.md"
    }
  },
  "instructions": "# API는 서비스 경계를 지키고, 데이터·외부 연동의 단일 관문이 된다.\n\n| 항목 | 규칙 | 결과값 |\n|---|---|---|\n| 소유 범위 | `backend/`와 API 계약을 수정한다. | Kotlin API 변경 |\n| 호환성 | 기존 응답 필드는 유지하고 새 필드는 추가 방식으로 제공한다. | 기존 화면 정상 동작 |\n| 검증 | 입력값을 검증하고 사용자용 오류 메시지를 반환한다. | 예측 가능한 API 오류 |\n| 장시간 작업 | AI 생성·영상·외부 발행은 워커로 넘긴다. | 비동기 작업 상태 |\n| AI 기록 | 모델·토큰·비용·도구·결과를 AI 운영 센터에 남긴다. | 추적 가능한 실행 이력 |\n| 검증 | Kotlin 컴파일과 변경 API 응답을 확인한다. | 서버 검증 결과 |",
  "cost": {
    "context_tokens": 99
  }
}

Fetch it by URL: GET /api/v1/registry/hello-pebble-backoffice-ai-backend/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.