shared-kernel

Provide safe, low-coupling primitives reused across bounded contexts.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "shared-kernel" with this command: npx skills add 7spade/black-tortoise/7spade-black-tortoise-shared-kernel

Shared Kernel

Intent

Provide safe, low-coupling primitives reused across bounded contexts.

Allowed Content

  • Pure utilities (formatting, small helpers) with no side effects.

  • Shared UI atoms/molecules that do not contain business rules.

  • Cross-cutting technical helpers (logging adapters, error wrappers) when they do not introduce new dependencies.

Forbidden Content

  • Business logic, policies, or workflow orchestration.

  • Cross-capability state stores.

  • Domain rules that belong to a specific bounded context.

  • Direct platform SDK usage (Firebase/HTTP) unless the shared item is explicitly an infrastructure primitive and the dependency direction is preserved.

Dependency Discipline

  • Keep dependencies stable and minimal.

  • Avoid importing capability modules into shared.

API Design

  • Prefer small, intention-revealing APIs.

  • Avoid "god" utility modules; create focused files.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

material-design-3

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-ddd

No summary provided by upstream source.

Repository SourceNeeds Review
General

webapp-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

angular-material-cdk-animations

No summary provided by upstream source.

Repository SourceNeeds Review