# Knowledge

> Use when turning collected web, video, Feishu, or reading material into ThirdSpace knowledge cards, study notes, or long-term topic notes.

- Skill: `zzyong24/knowledge` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add zzyong24/knowledge`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zzyong24/knowledge/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zzyong24 (https://skillmd.com/u/zzyong24)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zzyong24/knowledge

---


# Knowledge Skill

## Scope

This is a domain Skill loaded after `thirdspace-vault` and `workspace-knowledge`. It handles processed knowledge, not raw capture.

## Current Paths

- Raw or unprocessed capture: `{VAULT}/01-收件箱/网页剪藏` or `{VAULT}/01-收件箱/待整理`
- Knowledge cards and notes: `{VAULT}/03-知识/<一级主题>/YYYYMMDD_主题.md`
- Study notes and book notes: `{VAULT}/03-知识/书籍笔记/YYYYMMDD_主题.md`

## Rules

- Do not save raw webpage全文 directly into `03-知识`.
- Choose an existing first-level knowledge directory; do not create temporary nested categories.
- New knowledge files must use `workspace: "03-知识"` and `type: "note"` or `type: "card"`.
- If content is still unprocessed, route it to `01-收件箱/待整理`.

## Prompts

- `prompts/knowledge-card.md`
- `prompts/study-doc.md`


