Jdn Knowledge Skills — AI skill for Claude Code
JDN LLM Wiki 知識管理 Skills 套件:入庫、整理、查詢、管理,適用 Claude Code.
How to install Jdn Knowledge Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open FW1201/jdn-knowledge-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Jdn Knowledge Skills does
JDN LLM Wiki 知識管理 Skills 套件:入庫、整理、查詢、管理,適用 Claude Code.
Alternatives in AI
- Open Knowledge — Beautiful, AI-native markdown IDE and LLM wiki 3.7k ★
- Wiki Graph — Build the LLM Wiki knowledge graph 2.3k ★
- Llmwiki — Open Source Implementation of Karpathy's LLM Wiki 1.5k ★
README
jdn-knowledge-skills
JDN LLM Wiki 知識管理 Skills 套件 — 入庫、整理、查詢、管理,完整知識庫工作流
**作者**:FW1201(Kevin Wu) **版本**:1.0.0 **規格基準**:JDN LLM Wiki v1.0(`JDN_llm_wiki.md`) **適用平台**:Claude Code CLI
Skills 清單
| Skill | 說明 | 觸發詞 |
|---|---|---|
jdn-kb-intake |
讀取 raw/ 素材 → 生成 wiki 頁面 | /wiki ingest、入庫、新素材入庫 |
jdn-kb-organize |
掃描 wiki/,修復連結與 frontmatter | /wiki lint、整理知識庫、修復連結 |
jdn-kb-query |
自然語言查詢 wiki 頁面 | /wiki query、查詢知識庫、wiki 裡找 |
jdn-kb-management |
統計報告、初始化、歸檔 | /wiki status、知識庫健診、盤點 |
安裝
npx skills add FW1201/jdn-knowledge-skills --all -a claude-code
或手動安裝單一 Skill:
npx skills add FW1201/jdn-knowledge-skills/jdn-kb-intake -a claude-code
快速上手
新知識庫初始化
/wiki status → 查看目前狀態(或初始化新知識庫)
日常入庫流程
raw/ 放入新素材
→ /wiki ingest → 掃描新檔案,生成 wiki 頁面
定期整理
/wiki lint → 診斷問題(孤立頁面、斷裂連結)
整理知識庫 → 修復全部問題
查詢
/wiki query 構式語法 → 搜尋相關頁面,綜合回答
wiki 裡有關 AI 教育的筆記?
JDN- Frontmatter 規格
所有 wiki 頁面必須使用 JDN- 前綴欄位:
---
JDN-title: "頁面標題"
JDN-role: researcher # editor|researcher|teacher|developer|admin|learner|cross-role
JDN-type: source-summary # source-summary|entity|concept|synthesis|profile|index
JDN-sources:
- raw/{角色}/{檔名}
JDN-created: 2026-04-20
JDN-updated: 2026-04-20
JDN-links: []
JDN-tags: []
---
規格對齊(JDN LLM Wiki v1.0)
| Skill | 對應規格章節 |
|---|---|
jdn-kb-intake |
§5.1 /wiki ingest workflow |
jdn-kb-query |
§5.2 /wiki query workflow |
jdn-kb-organize |
§5.3 /wiki lint + §5.4 /wiki status |
jdn-kb-management |
§5.4 /wiki status + §10 Agent Replication Checklist |
| JDN- frontmatter | §4.1 Frontmatter Specification |
| log.md 格式 | ## [YYYY-MM-DD] {op} | {desc} |
規格來源:[FW1201/jdn-llm-wiki](https://github.com/FW1201/jdn-llm-wiki)
Skills augment the wiki system — they provide role-specific workflows that PRODUCE content that then gets i
Related Skills
Karpathy LLM Wiki
Agent Skills-compatible LLM wiki for Claude Code, Cursor, and Codex. Build a Karpathy-style knowledge base fro
Molio
A local-first personal knowledge layer for AI agents. Build evolving knowledge spaces with LLM Wiki, knowledge
LLM Wiki Compiler
Claude Code plugin that compiles markdown knowledge files into a topic-based wiki. Implements Karpathy's LLM K
Memoriki
Memoriki - LLM Wiki + MemPalace. Personal knowledge base with real memory.
Karpathy LLM Wiki Stack
A comprehensive, build-ready reference for constructing a high-performance personal knowledge system using Obs
LLM Wiki Skills
Turn your markdown vault into a compounding knowledge wiki (Karpathy inspired). Six agent skills - knowledge g
Related Agents
Wiki Advisor
Use this agent when the user asks a question that should be answered from the existing wiki knowledge base. Ad
Wiki Ingestor
Specialized agent for ingesting raw sources into the knowledge base. Reads source material, extracts structure
Wiki Crystallize
Use this agent when distilling session insights into typed-knowledge pages during automated maintenance cycles