memory-index

Register a knowledge file in the topics.md index. The AI writes file content directly, then calls this command to update the index.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "memory-index" with this command: npx skills add iyangl/memory-hub/iyangl-memory-hub-memory-index

Purpose

Register a knowledge file in the topics.md index. The AI writes file content directly, then calls this command to update the index.

Input

  • bucket : pm | architect | dev | qa

  • file : filename within the bucket (must already exist)

  • --topic : topic name for topics.md index

  • --summary : one-line description for topics.md

  • --anchor (optional): anchor tag for topics.md reference

Required Flow

Step 1: Write content directly

Use the file write tool to create or update the target file at .memory/<bucket>/<file> .

Step 2: Register in index

memory-hub index <bucket> <file> --topic <name> --summary "<description>" [--anchor <anchor>]

Output

JSON envelope with index metadata.

Error Handling

  • INVALID_BUCKET → invalid bucket name

  • FILE_NOT_FOUND → target file does not exist (write the file first)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

catalog-repair

No summary provided by upstream source.

Repository SourceNeeds Review
General

memory-read

No summary provided by upstream source.

Repository SourceNeeds Review
General

memory-init

No summary provided by upstream source.

Repository SourceNeeds Review