スキル一覧に戻る
KienVu2368

agent-memory

by KienVu2368

Bootstrap plugin that teaches Claude about the Agent-memory system for shared knowledge and skills

0🍴 0📅 2026年1月6日
GitHubで見るManusで実行

SKILL.md


name: agent-memory description: Bootstrap skill that teaches Claude about the shared Agent-memory system for cross-session and cross-team knowledge

Agent Memory System

This skill teaches you about the shared Agent-memory repository - a system for maintaining knowledge and skills across sessions and team members.

On Session Start (IMPORTANT - DO THIS FIRST)

  1. Check if Agent-memory exists, if not clone it:

    git clone https://github.com/KienVu2368/Agent-memory.git
    
  2. Pull latest changes:

    cd Agent-memory && git pull
    
  3. Read the README.md to understand the current state:

    cat Agent-memory/README.md
    
  4. Check project CLAUDE.md - if outdated compared to Agent-memory/skills/CLAUDE.md, update it

Repository Structure

Agent-memory/
├── README.md              # System overview, project list, behavior
├── knowledge/             # Project-specific info (writable)
│   └── {project_name}/    # Each project has its own folder
│       └── knowledge.md   # Index of knowledge files
├── skills/                # Reusable patterns (writable)
│   ├── CLAUDE.md          # Template for project CLAUDE.md
│   ├── implement/         # Implementation patterns
│   ├── plan/              # Planning patterns
│   ├── prd/               # PRD patterns
│   ├── test/              # Testing patterns
│   └── oracle/            # Knowledge management

When to Update Memory

Proactively propose updates when:

  • You implement a reusable pattern → Add to skills/
  • You discover project config/pitfalls → Add to knowledge/{project_name}/
  • You fix a bug others might encounter → Document it
  • You learn a better approach → Share it

Decision Guide

What you learnedWhere to put it
Project-specific (IDs, configs, file paths)knowledge/{project_name}/
Reusable pattern (how-to, template)skills/{category}/
Both specific AND reusableUpdate both

How to Update

  1. Make changes to the appropriate file in Agent-memory/
  2. Commit and push:
    cd Agent-memory && git add . && git commit -m "Description" && git push
    

Quick Reference

Skills = HOW to do something (reusable, generic)
Knowledge = WHAT was done in a project (specific, contextual)

Workflow

prd -> plan -> implement -> test -> oracle

The oracle skill updates knowledge after tasks complete.

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です