Marketplace

memory

Manages memory, SSOT files, and Plans.md operations. Use when user mentions メモリ, memory, SSOT, decisions.md, patterns.md, マージ, merge, Plans.md, 移行, migrate. Do NOT load for: 実装作業, レビュー, 一時的なメモ, セッション中の作業記録.

allowed_tools: Read, Write, Edit, Bash

$ 安裝

git clone https://github.com/Chachamaru127/claude-code-harness /tmp/claude-code-harness && cp -r /tmp/claude-code-harness/skills/memory ~/.claude/skills/claude-code-harness

// tip: Run this command in your terminal to install the skill


name: memory description: "Manages memory, SSOT files, and Plans.md operations. Use when user mentions メモリ, memory, SSOT, decisions.md, patterns.md, マージ, merge, Plans.md, 移行, migrate. Do NOT load for: 実装作業, レビュー, 一時的なメモ, セッション中の作業記録." allowed-tools: ["Read", "Write", "Edit", "Bash"] metadata: skillport: category: memory tags: [memory, ssot, plans, merge, migrate] alwaysApply: false

Memory Skills

メモリとSSOT管理を担当するスキル群です。

含まれる小スキル

スキル用途
init-memory-ssotdecisions.md, patterns.md 初期化
merge-plansPlans.md のマージ処理
migrate-workflow-files旧形式からの移行

ルーティング

  • SSOT初期化: init-memory-ssot/doc.md
  • Plans.mdマージ: merge-plans/doc.md
  • 移行処理: migrate-workflow-files/doc.md

実行手順

  1. ユーザーのリクエストを分類
  2. 適切な小スキルの doc.md を読む
  3. その内容に従って実行