init-memory

Collect project metadata and scaffold memory-management components for Claude Code projects.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/jimotokara/claude-dev-seeds --skill init-memory-jimotokara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-memory
Source: https://github.com/jimotokara/claude-dev-seeds/tree/main/skills/init-memory
Command: npx skills add https://github.com/jimotokara/claude-dev-seeds --skill init-memory-jimotokara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

新しいプロジェクトに記憶管理システム(AGENTS.md + CLAUDE.md + .agent/ + .claude/agents/ + .spec/)を初期化します。これにより、エージェント環境とセッション記憶の土台が迅速に整い、開発のヒューマン/AI協働を加速します。

Core Features & Use Cases

  • 対話的なプロジェクト情報収集を通じて、記憶管理システムとサブエージェント環境を自動生成します。
  • ECCの導入状況を検証し、必要なファイルとディレクトリ構成を整えます(AGENTS.md、CLAUDE.md、.agent/、.claude/agents/、.spec/ など)。
  • 既存のアプリ構成に合わせて、将来の拡張や参照資産の統合を見据えた初期設定を提案します。

Quick Start

Run /init-memory to begin the project memory setup.

Frequently Asked Questions about init-memory

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

FAQPage Schema
How do I set up memory management for a new Claude Code project?

To set up memory management for a Claude Code project, you run the initialization process to interactively collect project metadata and automatically scaffold the required AGENTS.md, CLAUDE.md, and .agent folders.

What files are needed to bootstrap an agent environment with session memory?

Bootstrapping an agent environment requires generating AGENTS.md, CLAUDE.md, and specific directories like .agent/ and .spec/ to establish the foundation for agent collaboration and session memory tracking.

Can I initialize project scaffolding without an existing ECC setup?

No, initializing project scaffolding requires an existing ECC setup presence, as the tool validates the current project structure and adapts the generated configuration components based on the ECC integration status.

How does interactive metadata collection work for project scaffolding?

Interactive metadata collection works by prompting you for project details during initialization, then using that information to configure optional components and adapt the generated memory-management structure to your specific project type.

What are the limitations of automating memory management initialization?

Limitations include requiring a pre-existing ECC setup and validating the existing project structure, meaning it cannot bootstrap environments from scratch and may require manual configuration for non-standard project architectures.