CtrlK
BlogDocsLog inGet started
Tessl Logo

cerebro-source-integration

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

67

1.21x
Quality

52%

Does it follow best practices?

Impact

95%

1.21x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.factory/skills/cerebro-source-integration/SKILL.md
SKILL.md
Quality
Evals
Security

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.
Repository
writer/cerebro
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.