Skill Wiki v0.1.0
principle @backend-architecture/principle-dependencies-explicit

Dependencies Explicit

Declare every dependency. Isolate at runtime. Never lean on system-wide installs.

Skill
@backend-architecture
Domain
backend-architecture
Version
1.0.0
Quality
4.0
Edges
3 out · 3 in
Tokens
111/179/214
$ prime install @backend-architecture/principle-dependencies-explicit

Projection

Always in _index.xml · the agent never has to ask for this.

DependenciesExplicit [principle] v1.0.0

All dependencies are declared explicitly via a manifest, and isolated at runtime so the app never relies on packages that happen to be installed on the host. This applies to both library deps and system tools — never assume curl, ImageMagick, or a particular Python version is on the box.

Declare every dependency. Isolate at runtime. Never lean on system-wide installs.

Source

prime-system/examples/backend-architecture/primes/compiled/@backend-architecture/principle-dependencies-explicit/atom.yaml

Compiled at 2026-05-10