|
| 1 | +# Local Skill Bundle Registry |
| 2 | + |
| 3 | +This document serves as the local registry index for all authorized skills in the CompText workspace. |
| 4 | + |
| 5 | +> [!IMPORTANT] |
| 6 | +> - **Local Scope**: This registry operates strictly as a local repository index. It is **not** a remote, distributed, or cloud-based plugin marketplace. |
| 7 | +> - **Integrity Hashes**: The SHA-256 checksums recorded below are strictly for local change-detection and workspace configuration verification. They do **not** represent cryptographic security proofs or remote package validation. |
| 8 | +
|
| 9 | +--- |
| 10 | + |
| 11 | +## Skill Index |
| 12 | + |
| 13 | +### 1. `ctxt-antigravity-governance` |
| 14 | +- **Path**: [.agent/skills/ctxt-antigravity-governance/SKILL.md](file:///.agent/skills/ctxt-antigravity-governance/SKILL.md) |
| 15 | +- **Description**: Defines token-efficient governance and operating guidelines for agent runs. |
| 16 | +- **Intended Use**: Auditing agent runs, defining permissions baseline, and selecting model effort. |
| 17 | +- **Allowed Scope**: Reading `AGENTS.md`, `PROJEKT.md`, token docs. |
| 18 | +- **Forbidden Scope**: Reading `.env`, printing env, live network/provider calls, out-of-bounds writes. |
| 19 | +- **Validation Commands**: `cargo test`, `git diff --exit-code` |
| 20 | +- **Local SHA-256 Checksum**: `3BD2A34E74EF24DA0EE871691AFF7528B655D738C3687EBAAA41D8A10CA575EB` |
| 21 | + |
| 22 | +### 2. `ctxt-security-review` |
| 23 | +- **Path**: [.agent/skills/ctxt-security-review/SKILL.md](file:///.agent/skills/ctxt-security-review/SKILL.md) |
| 24 | +- **Description**: Audits repository modifications against safety boundaries, credential safety, and claims hygiene. |
| 25 | +- **Intended Use**: Running security audits on code changes and checking documentation claims before commits. |
| 26 | +- **Allowed Scope**: Scanning repository workspace, adjusting `.gitignore` rules, verifying offline providers. |
| 27 | +- **Forbidden Scope**: Reading `.env`, printing env, live network/provider calls, out-of-bounds writes. |
| 28 | +- **Validation Commands**: `cargo test` |
| 29 | +- **Local SHA-256 Checksum**: `5C2E7E9167EF2532B06212307DD4D7CADAC31509D8855332269FDEF2158DD367` |
| 30 | + |
| 31 | +### 3. `ctxt-ci-diagnoser` |
| 32 | +- **Path**: [.agent/skills/ctxt-ci-diagnoser/SKILL.md](file:///.agent/skills/ctxt-ci-diagnoser/SKILL.md) |
| 33 | +- **Description**: Analyzes Cargo compilation failures, clippy warnings, or test logs to suggest precise repairs. |
| 34 | +- **Intended Use**: Locating and fixing local Cargo build errors, Clippy lint issues, or failing unit/smoke tests. |
| 35 | +- **Allowed Scope**: Modifying Rust source files (`src/**`) and test files (`tests/**`) to fix compilation or lint bugs. |
| 36 | +- **Forbidden Scope**: Suppressing compiler errors, adding new dependencies, live network requests. |
| 37 | +- **Validation Commands**: `cargo check`, `cargo test`, `cargo clippy -- -D warnings` |
| 38 | +- **Local SHA-256 Checksum**: `157A487EF1A349F25A3D37AA73EF52CC0EC3D59375073886673D6AAA8D479E6D` |
| 39 | + |
| 40 | +### 4. `ctxt-docs-consistency-checker` |
| 41 | +- **Path**: [.agent/skills/ctxt-docs-consistency-checker/SKILL.md](file:///.agent/skills/ctxt-docs-consistency-checker/SKILL.md) |
| 42 | +- **Description**: Audits markdown documentation for broken links, file presence, and claims hygiene. |
| 43 | +- **Intended Use**: Verification of markdown integrity, readme references, and documentation locations. |
| 44 | +- **Allowed Scope**: Modifying markdown documents in `docs/`, `reports/`, and repository root. |
| 45 | +- **Forbidden Scope**: Creating/modifying Rust code, adding forbidden readiness/compatibility claims. |
| 46 | +- **Validation Commands**: `git status --porcelain` |
| 47 | +- **Local SHA-256 Checksum**: `C1C7F9751F77F7EB00A103C10468A947CB603E342FC6E00166B6A0B96707ED7B` |
| 48 | + |
| 49 | +### 5. `ctxt-proposal-auditor` |
| 50 | +- **Path**: [.agent/skills/ctxt-proposal-auditor/SKILL.md](file:///.agent/skills/ctxt-proposal-auditor/SKILL.md) |
| 51 | +- **Description**: Reviews proposal JSON files to verify schema shapes and target write path safety. |
| 52 | +- **Intended Use**: Reviewing proposal JSON files under `proposals/` before executing apply operations. |
| 53 | +- **Allowed Scope**: Reading proposal files under `proposals/` and checking write allowed boundaries. |
| 54 | +- **Forbidden Scope**: Executing manual patch applications outside of the `ctxt apply` command. |
| 55 | +- **Validation Commands**: `cargo run --bin ctxt -- validate` |
| 56 | +- **Local SHA-256 Checksum**: `9879D22861B7F4A5438BAF3BBA45C65888F7F42A618C1B6E76AE1A9626246FBF` |
| 57 | + |
| 58 | +### 6. `ctxt-release-packaging` |
| 59 | +- **Path**: [.agent/skills/ctxt-release-packaging/SKILL.md](file:///.agent/skills/ctxt-release-packaging/SKILL.md) |
| 60 | +- **Description**: Audits release checklist, compiles release target binary, and verifies git hygiene. |
| 61 | +- **Intended Use**: Checking release readiness checklists, writing release tags, compiling release build binary. |
| 62 | +- **Allowed Scope**: Compiling release build (`cargo build --release`), updating version tags, editing changelogs. |
| 63 | +- **Forbidden Scope**: Committing temporary `.comptext/` cache directories, force pushes. |
| 64 | +- **Validation Commands**: `cargo build --release`, `git diff --exit-code` |
| 65 | +- **Local SHA-256 Checksum**: `099603E467A7E2EDD7DE82FCE3A453377F980FD8423FFF7FF3CB96164521BE82` |
| 66 | + |
| 67 | +### 7. `ctxt-phase-13-skill-bundle-registry` |
| 68 | +- **Path**: [.agent/skills/ctxt-phase-13-skill-bundle-registry/SKILL.md](file:///.agent/skills/ctxt-phase-13-skill-bundle-registry/SKILL.md) |
| 69 | +- **Description**: Manages the local Skill Bundle Registry files, templates, and integrity check metadata. |
| 70 | +- **Intended Use**: Registering skill capsules, normalizing directory structures, and updating change-detection hashes. |
| 71 | +- **Allowed Scope**: Staging and editing `.agent/skills/REGISTRY.md` or `.agent/skills/registry.json`. |
| 72 | +- **Forbidden Scope**: Implementing remote network registries, distributed downloads, or cryptographic proof logic. |
| 73 | +- **Validation Commands**: `cargo test`, `git status` |
| 74 | +- **Local SHA-256 Checksum**: `7B2F81C2AF5A97B2E0FA8A1243FABA9F605985A2F35E675F4C429DDBAE426B21` |
0 commit comments