loopx-material

Manages lossless lifecycle transitions and ranked rebuilds for project material stores.

4.0k|479|Updated Apr 16, 2020
One-click install
npx skills add https://github.com/huangrt01/CS-Notes --skill loopx-material
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loopx-material
Source: https://github.com/huangrt01/CS-Notes/tree/main/.agents/skills/loopx-material
Command: npx skills add https://github.com/huangrt01/CS-Notes --skill loopx-material

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing a project's durable material store—candidates, active items, archives, and ranked reading lists—often leads to lost records, unverified migrations, and rankings built on stale or unread sources. This Skill enforces an explicit, owner-gated, lossless lifecycle so every transition, rerank, and rebuild is backed by exact-read evidence and auditable receipts.

Core Features & Use Cases

  • Lossless Lifecycle Management: Governs candidate → active → archived transitions with revisioned evidence, verified backups, and rehearsed rollback before any apply.
  • Exact-Read-Backed Ranking: Promotes only evidence verified against authoritative sources, settles candidate intake with explicit dispositions, and rebuilds ranked entries with exact membership and bounded overflow.
  • Owner-Gated Apply & Audit: Requires compare-and-swap revision checks, digest verification, and content-free receipts for every migration, rerank, or projection.
  • Use Case: A project maintainer wants to migrate a reading-list store and rerank its Top-N entries. This Skill snapshots the source, verifies digests, settles candidate rankings against current Decision Context, applies under an owner gate, and records rollback-ready receipts.

Quick Start

Ask the agent to run the LoopX Material workflow to inventory the project's material store and propose a bounded, rollback-ready rerank after confirming Material Lifecycle activation.

Frequently Asked Questions about loopx-material

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate a project material store without losing data?

Snapshot the source with revision and digest, verify a backup, and rehearse rollback before applying. Apply only when digests match, parse errors are zero or owner-approved, and compare-and-swap revision checks pass, then read back the destination and record an audited receipt.

How do I rerank a reading list based on verified evidence?

Exact-read each candidate's authoritative source, record revision and read scope, and reject stale or conflicting claims. Then propose a bounded rerank from revision-bound Decision Context, protecting pinned entries and keeping proposal and apply receipts separate.

When should I not use the LoopX Material lifecycle workflow?

Do not use it for ordinary one-off reading or research when the project has not explicitly activated Material Lifecycle. A catalog entry or project-local skill copy alone is not activation; the selected goal must declare lifecycle authority.

Does the material lifecycle workflow work with Claude Code or OpenCode?

Yes, managed copies can be installed per host surface using loopx project-skill install with --surface claude-code or --surface opencode. Copies live under .claude/skills/ or .opencode/skills/ and are upgraded through the same CLI.

Why does a material migration stop before applying changes?

Apply halts when activation, source authority, backup, revision, or stable ids cannot be verified, or when the owner gate or rollback path is missing. It also stops if exact-read evidence conflicts with the proposed change or output would expose private material.