inventory

Install and maintain a repository-local compiled knowledge inventory for sigils.

20|3|Updated May 14, 2026
One-click install
npx skills add https://github.com/cyberAlchemyAI/Arcanum --skill inventory-cyberalchemyai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventory
Source: https://github.com/cyberAlchemyAI/Arcanum/tree/main/.claude/skills/inventory
Command: npx skills add https://github.com/cyberAlchemyAI/Arcanum --skill inventory-cyberalchemyai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

Inventory provides a repository-local compiled knowledge layer that keeps raw sources immutable while generating navigable, governance-friendly pages for reuse across sigils.

Core Features & Use Cases

  • Install or adapt a local inventory scaffold.
  • Ingest raw sources to generate index, entries, and evidence sets.
  • Query and lint to ensure consistency and traceability.
  • Use across sigils to share context, evidence, and governance decisions in repeated tasks.

Quick Start

Install the inventory, point it at your repository root, and run the ingest flow to generate a reusable knowledge layer.

Frequently Asked Questions about inventory

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

FAQPage Schema
How do I build a reusable knowledge inventory from raw repository sources?

Inventory automates installing a repository-local compiled knowledge layer that ingests raw sources to generate a searchable index, entries, and evidence sets for cross-sigil reuse while keeping original files immutable.

What is cross-sigil context reuse and how does it work?

Cross-sigil reuse lets multiple sigils operating on a shared repository query the same compiled knowledge inventory, sharing context, evidence, and governance decisions while maintaining backlinks and traceability to original sources.

How do I enforce governance and traceability over repository knowledge assets?

Lint and query the compiled knowledge layer to enforce consistency, validation, and traceability. The inventory schema implements backlinks and observability, ensuring all indexed evidence traces back to immutable raw sources.

Do I need jq installed to run the inventory ingest workflow?

Yes, jq is a required dependency. You need jq installed in your environment to run the ingest workflow, process the local schema manifests, and execute the validation and linting scripts.

How do I install a local inventory scaffold for my repository?

Point the inventory at your repository root and run the install or ingest flow. This manifests a repository-local schema scaffold that generates a durable, navigable knowledge layer for your codebase.

When should I use a compiled knowledge inventory instead of raw files?

Use a compiled inventory when multiple sigils operate on a shared repository requiring durable context, traceability, and governance. Raw files remain immutable, while the compiled layer provides indexing, validation, and observability.