Skip to content

gyc567/open-reflect

Repository files navigation

Open-Reflect

This is the default README. For other languages, see:


Quick Links

Language File Status
English README.en.md ✅ Complete
Chinese README.zh.md ✅ Complete
Japanese README.jp.md ✅ Complete

Open-Reflect - Advanced self-learning and reflection system with evolutionary knowledge tracking.

"Learning through reflection, evolution through practice"

Dual Platform Support: Claude Code + OpenCode

See README.en.md for full documentation.


🚀 Quick Install (One-Click)

Claude Code Plugin (Full Features)

# One-line installation
curl -sSL https://raw.githubusercontent.com/gyc567/open-reflect/master/scripts/install-claude-plugin.sh | bash

OpenCode Skill (Lightweight)

# One-line installation
curl -sSL https://raw.githubusercontent.com/gyc567/open-reflect/master/.opencode/scripts/install-opencode-skill.sh | bash

📋 Installation

Claude Code

# One-click (recommended)
curl -sSL https://raw.githubusercontent.com/gyc567/open-reflect/master/scripts/install-claude-plugin.sh | bash

# Or manual
git clone https://github.com/gyc567/open-reflect.git
cp -r open-reflect ~/.claude/plugins/open-reflect
chmod +x ~/.claude/plugins/open-reflect/scripts/*.sh

OpenCode

# One-click (recommended)
curl -sSL https://raw.githubusercontent.com/gyc567/open-reflect/master/.opencode/scripts/install-opencode-skill.sh | bash

# Or manual
git clone https://github.com/gyc567/open-reflect.git
cp -r .opencode/skill/open-reflect ~/.config/opencode/skill/

✅ Verify

# Claude Code
/reflect --view

# OpenCode
skill({ name: "open-reflect" })

Expected: 📭 No pending learnings. System is up to date.


License: Apache License 2.0 - See LICENSE

About

Advanced self-learning and reflection system for Claude Code with evolutionary knowledge tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published