Skip to main content

cerebro-source-integration

Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.

설치로 이동

소스 정보

저장소
writer/cerebro
최근 소스 활동
2026년 4월 30일 14:20
감지된 SKILL.md 언어
영어
스타
14
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
cerebro-source-integration
description
Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.
# Cerebro Source Integration ## Instructions 1. Start from the closest existing integration under `sources/`. 2. Implement config parsing with safe defaults, strict validation, and clear error mapping. 3. Add preview behavior and runtime sync behavior only within the requested scope. 4. Protect network-facing settings against loopback, unsafe schemes, malformed URLs, unbounded responses, and pagination loops. 5. Add package tests for config validation, preview decoding, pagination, and error handling. 6. Run focused source package tests, then `make verify` when feasible. ## Boundaries - Do not introduce new external dependencies unless explicitly requested. - Do not add live-service tests unless they are opt-in behind environment variables.
GitHub에서 보기