By namho-hong
My Knowledge Base for Claude Code — compound your knowledge across sessions. Tracks what you know, what you're unsure about, and what you don't know, with verified assessments and timeline history.
Explain a concept tailored to the user's existing knowledge. Reads the full Knowledge Base to understand what the user already knows, then uses that context to craft a personalized explanation of ANY topic. Trigger: "/my-knowledge-base explain", "explain using my KB", "다시 설명해줘 (KB 기반)", "내가 아는 거 기반으로 설명해줘"
Update My Knowledge Base after learning something new. Trigger: "/my-knowledge-base update", "update knowledge base", "save what I learned", "지식 업데이트", "배운 거 저장"
Claude Code plugins maintained by Team Offlight.
| Plugin | Commands | Description |
|---|---|---|
dual | /dual:search, /dual:plan, --agent dual:code | Multi-model collaboration — Claude + Codex for fact verification, plan review, and code review |
manage-skill | /manage-skill | Manage Claude Code extensions (skills, hooks, agents) — create, modify, rename, delete with deployment pipeline |
my-knowledge-base | /my-knowledge-base:explain, /my-knowledge-base:update | Compound your knowledge across sessions — tracks what you know, what you're learning, with verified assessments |
session-commit | /session-commit | Commit only files changed in the current session — no git diff/status needed |
spawn | /spawn | Spawn a new Claude Code session in a Warp terminal tab |
tasklist | /tasklist:create, /tasklist:list, /tasklist:load | Browse and load saved Claude Code Task Lists |
ulp | /ulp | Ultimate Loop Planning — 6-stage critique-based planning loop |
Add marketplace to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"team-offlight": {
"source": {
"source": "github",
"repo": "namho-hong/team-offlight-claude-code-plugins"
}
}
}
}
Then install individual plugins:
claude plugin install dual@team-offlight --scope project
claude plugin install manage-skill@team-offlight --scope project
claude plugin install my-knowledge-base@team-offlight --scope project
claude plugin install session-commit@team-offlight --scope project
claude plugin install spawn@team-offlight --scope project
claude plugin install tasklist@team-offlight --scope project
claude plugin install ulp@team-offlight --scope project
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub namho-hong/team-offlight-claude-code-plugins --plugin my-knowledge-baseCommit only files changed in the current session — no git diff/status needed
Browse and load saved Claude Code Task Lists
Injects CLAUDE_CODE_SESSION_ID environment variable on SessionStart for session isolation in plugins like ralph-loop
Ultimate Loop Planning - 6-stage critique-based loop for thorough plan generation
Manage Claude Code extensions (skills, hooks, agents) — create, modify, rename, delete with deployment pipeline
Personal knowledge graph for Claude Code — remembers decisions, searches past work, captures sessions
Session workflow helpers - knowledge capture, confusion handling, course correction, clipboard copy
Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.
I (Claude) act as you - Build knowledge base from your notes.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Graph-backed persistent memory engine with SurrealDB + BGE-M3 embeddings. Gives Claude Code permanent memory that learns across sessions.