# backplane_skill_protocol v0.8.0 - Table of Contents

> Independent Skill document and bundle protocol core

## Modules

- [Backplane.SkillProtocol](Backplane.SkillProtocol.md): Host-independent Skill document and bundle protocol primitives.

- [Backplane.SkillProtocol.Bundle](Backplane.SkillProtocol.Bundle.md): Bounded inspection, packing, and atomic preparation of complete Skill bundles.
- [Backplane.SkillProtocol.BundleManifest](Backplane.SkillProtocol.BundleManifest.md): Immutable inventory and identity for one exact Skill bundle.
- [Backplane.SkillProtocol.Catalog](Backplane.SkillProtocol.Catalog.md): Deterministic catalog helpers.
- [Backplane.SkillProtocol.Client](Backplane.SkillProtocol.Client.md): Instance-scoped, bounded client for the Skill Protocol v1 read API.
- [Backplane.SkillProtocol.Descriptor](Backplane.SkillProtocol.Descriptor.md): Lightweight discovery result; it is not proof of bundle verification.
- [Backplane.SkillProtocol.Diagnostic](Backplane.SkillProtocol.Diagnostic.md): A bounded validation or compatibility diagnostic.
- [Backplane.SkillProtocol.Document](Backplane.SkillProtocol.Document.md): A parsed Skill document retaining its exact source bytes.
- [Backplane.SkillProtocol.Eligibility](Backplane.SkillProtocol.Eligibility.md): Pure trigger and host-policy eligibility; it grants no tool authority.
- [Backplane.SkillProtocol.Error](Backplane.SkillProtocol.Error.md): Stable error returned for expected protocol failures.
- [Backplane.SkillProtocol.Parser](Backplane.SkillProtocol.Parser.md): Bounded, raw-preserving Skill document parser.
- [Backplane.SkillProtocol.PreparedSkill](Backplane.SkillProtocol.PreparedSkill.md): A verified immutable-root view whose lifetime is owned by its host.
- [Backplane.SkillProtocol.Resolver](Backplane.SkillProtocol.Resolver.md): Deterministic source-aware Skill resolution.
- [Backplane.SkillProtocol.Resource](Backplane.SkillProtocol.Resource.md): Boundary-checked reads from a prepared Skill; no content is executed.
- [Backplane.SkillProtocol.SkillRef](Backplane.SkillProtocol.SkillRef.md): Source-scoped stable Skill identity, optionally resolved exactly.
- [Backplane.SkillProtocol.Source.Backplane](Backplane.SkillProtocol.Source.Backplane.md): Thin remote source adapter for one-shot verified Skill preparation.
- [Backplane.SkillProtocol.Source.Local](Backplane.SkillProtocol.Source.Local.md): Bounded local discovery under explicit host-approved roots.
- [Backplane.SkillProtocol.Telemetry](Backplane.SkillProtocol.Telemetry.md): Bounded operational telemetry for Skill Protocol operations.
- [Backplane.SkillProtocol.Validator](Backplane.SkillProtocol.Validator.md): Separate strict and legacy validation profiles.
- [Backplane.SkillProtocol.Wire](Backplane.SkillProtocol.Wire.md): Strict JSON encoding and decoding for Skill Protocol v1.

