knowledge-notes
v0.1.0새로 알게 된 지식(용어·개념·판단)을 atomic 노트로 분해해 Obsidian vault에 쌓고 링크로 연결한다. 기존 노트와 alias를 대조해 중복을 막고, 아직 노트가 없는 링크를 다음에 정리할 목록으로 뽑아준다.
By choiyh0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install knowledge-notes for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install knowledge-notes@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/neneungyul2/ne-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/knowledge-notes/.
Plugin files
├── .claude-plugin/plugin.json├── skills/kb-atomize/SKILL.md├── skills/kb-audit/SKILL.md├── skills/kb-conventions/SKILL.md└── skills/kb-define-term/SKILL.md
Included Skills4
원문(대화, 문서, 아티클, 회의록)을 읽고 지식화한다. "이거 정리해줘", "이 문서 노트로 만들어줘", "지식화해줘", "정리해서 vault에 넣어줘", "이 대화 내용 남겨줘"처럼 내용을 지식 노트로 남기려는 요청에 사용한다. 용어·개념·판단으로 분류해 원자 노트로 분해하고, 기존 노트와 중복을 대조한 뒤 링크로 연결한다.
vault를 점검한다. 중복·유사 노트, 빈 링크, 고아 노트, frontmatter 누락, 원자성 위반, 미해결 TODO를 찾아 리포트한다. "vault 점검해줘", "노트 정리 상태 확인", "중복 노트 찾아줘", "고아 노트 있나"처럼 쌓인 노트의 상태를 점검하려는 요청에 사용한다.
knowledge-notes의 노트 규칙 원본. 노트 타입 5종, frontmatter 스키마, 관계 어휘 6개, 원자성 판정, 폴더 체계, vault 경로 설정을 정의한다. 다른 kb-* 스킬이 작업 전에 반드시 읽는 참조 문서이며, 사용자가 직접 호출할 일은 거의 없다.
용어 하나를 정의해 term 노트로 만들거나 기존 노트를 보강한다. "이 용어 뭐야", "OO가 뭔지 정리해줘", "용어 노트 만들어줘", "재고회전율 정의 좀", "이 약어 무슨 뜻이야"처럼 특정 용어의 정의가 필요한 요청에 사용한다. 사내 정의와 일반 정의를 구분해 적고, 혼동되는 용어를 대조로 연결한다.
Plugin manifests1
{
"name": "knowledge-notes",
"version": "0.1.0",
"description": "새로 알게 된 지식(용어·개념·판단)을 atomic 노트로 분해해 Obsidian vault에 쌓고 링크로 연결한다. 기존 노트와 alias를 대조해 중복을 막고, 아직 노트가 없는 링크를 다음에 정리할 목록으로 뽑아준다.",
"author": {
"name": "choiyh",
"email": "[email protected]"
},
"homepage": "https://github.com/neneungyul2/ne-claude-plugins/tree/main/plugins/knowledge-notes",
"repository": "https://github.com/neneungyul2/ne-claude-plugins",
"category": "지식 관리",
"keywords": [
"지식화",
"Obsidian",
"노트",
"용어",
"atomic",
"vault"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[knowledge-notes on Agent Plugins Marketplace](https://pluginsmp.com/plugins/knowledge-notes)