memory-write

Write knowledge content to a bucket file and automatically update the topics.md knowledge 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-write" with this command: npx skills add iyangl/memory-hub/iyangl-memory-hub-memory-write

Purpose

Write knowledge content to a bucket file and automatically update the topics.md knowledge index.

Input

  • bucket : pm | architect | dev | qa

  • file : filename within the bucket

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

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

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

  • --mode (optional): append (default) or overwrite

  • Content via stdin

Required Flow

memory-hub write <bucket> <file>
--topic <name> --summary "<description>"
[--anchor <anchor>] [--mode append|overwrite] <<'EOF' <markdown content> EOF

Output

JSON envelope with data.bytes_written and write metadata.

Error Handling

  • INVALID_BUCKET → invalid bucket name

  • NO_INPUT → no stdin content provided

  • EMPTY_CONTENT → stdin content is empty

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