add wiki
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 17:16:48 +09:00
parent 665c5ab4e4
commit 4cc312954f
5693 changed files with 66683 additions and 4087 deletions
+59 -70
View File
@@ -1,7 +1,7 @@
---
type: meta
title: "Getting Started"
updated: 2026-04-07
updated: 2026-05-28
tags:
- meta
- onboarding
@@ -9,92 +9,81 @@ status: evergreen
related:
- "[[index]]"
- "[[overview]]"
- "[[LLM Wiki Pattern]]"
- "[[Wiki vs RAG]]"
- "[[Finite Element Procedures]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
- "[[MITC Study Notes]]"
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[Solid Element Notes]]"
- "[[Finite Element Method]]"
- "[[Wiki Map]]"
---
# Getting Started with claude-obsidian
# Getting Started
Welcome. This vault is your compounding knowledge base — a persistent second brain built with Claude and Obsidian.
Every source you add gets processed into 815 cross-referenced wiki pages. Every question you ask pulls from everything that's been ingested. Knowledge compounds like interest.
This vault is currently organized around finite element procedures and computational mechanics.
---
## Three-Step Quick Start
## Navigation
### 1. Drop a source
Put any document into the `.raw/` folder:
- PDFs, markdown files, transcripts, articles
- Or paste a URL and ask Claude to fetch it
### 2. Ingest it
Tell Claude in any Claude Code session:
```
ingest [filename]
```
Claude reads the source, creates 815 wiki pages under `wiki/`, cross-references everything, and updates `wiki/index.md`, `wiki/log.md`, and `wiki/hot.md`.
### 3. Ask questions
```
what do you know about [topic]?
```
Claude reads the hot cache, scans the index, drills into relevant pages, and gives you a synthesized answer — citing specific wiki pages, not training data.
- [[index]] - master catalog of current wiki pages
- [[overview]] - short summary of the vault scope
- [[hot]] - recent context cache for future sessions
- [[log]] - operation log, currently trimmed to 2026-05-28 entries
- [[Wiki Map]] - visual map of the current finite-element wiki
- [[dashboard]] - Obsidian Bases dashboard
---
## How the Hot Cache Works
## Current Source
`wiki/hot.md` is a ~500-word summary of recent vault context. It loads automatically at the start of every session (via the SessionStart hook).
You don't need to recap. Claude starts every session knowing what you've been working on.
Update it manually at any time: `update hot cache`
- [[Finite Element Procedures]] by [[Klaus-Jurgen Bathe]]
- [[A Continuum Mechanics Based Four-Node Shell]] by [[Eduardo N. Dvorkin]] and [[Klaus-Jurgen Bathe]]
- [[Four-Node-Quadrilateral-Shell-Element-MITC4|Four-Node Quadrilateral Shell Element MITC4]] by [[Edita Dvorakova]] and [[Borek Patzak]]
- [[MITC Study Notes]]
- [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method|Dynamic Buckling Analysis of Shell Structures using Finite Element Method]] by [[Hee Jun Lee]]
- [[On-the-Finite-Element-Analysis-of-Shell-Structures|On the Finite Element Analysis of Shell Structures]] by [[Phill-Seung Lee]] and [[Hyuk-Chun Noh]]
- [[Solid Element Notes]]
---
## Your First Ingest — Walkthrough
## Current Domain
1. Create a file in `.raw/` — copy a transcript, paste an article, or save a PDF
2. Open Claude Code in this vault folder
3. Type: `ingest [your-filename]`
4. Watch the wiki grow — Claude will report which pages it created
5. Open `wiki/index.md` — you'll see the new pages listed
6. Open Graph View in Obsidian — a new cluster of connected nodes appears
After 35 ingests, the graph starts to look like a real knowledge network. Cross-references emerge automatically.
- [[Computational Mechanics]]
---
## Key Commands
## Query Starting Points
| You say | Claude does |
|---------|-------------|
| `ingest [file]` | Creates 815 wiki pages from a source |
| `what do you know about X?` | Queries the wiki, cites pages |
| `/save` | Files this conversation as a wiki note |
| `/autoresearch [topic]` | Searches the web, ingests results autonomously |
| `lint the wiki` | Health check — finds orphans, gaps, stale links |
| `update hot cache` | Refreshes the session context summary |
---
## Navigate the Vault
- **[[Wiki Map]]** — visual Fibonacci graph of all wiki pages
- **[[index]]** — master catalog, all pages by type
- **[[overview]]** — executive summary of vault contents
- **[[LLM Wiki Pattern]]** — the pattern this vault is built on
- **[[Wiki vs RAG]]** — why a wiki beats RAG at human scale
- **[[dashboard]]** — live Dataview queries (requires Dataview plugin)
---
*Built on the [LLM Wiki pattern](https://github.com/karpathy) by Andrej Karpathy.*
- [[Finite Element Method]]
- [[Displacement-Based Finite Element Formulation]]
- [[Isoparametric Finite Elements]]
- [[Isoparametric Linear Solid Elements]]
- [[Solid Element Shape Functions]]
- [[Solid Element Strain-Displacement Matrix]]
- [[Solid Element Stiffness Integration]]
- [[Incompatible Mode Solid Elements]]
- [[Mixed Finite Element Formulations]]
- [[Nonlinear Finite Element Analysis]]
- [[Continuum Mechanics Based Four-Node Shell Element]]
- [[Assumed Transverse Shear Strain Interpolation]]
- [[Total Lagrangian Shell Formulation]]
- [[MITC4 Shell Element]]
- [[MITC Shell Kinematics]]
- [[Green-Lagrange Strain Linearization]]
- [[Nonlinear Newmark-Beta Integration]]
- [[Dynamic Buckling Analysis]]
- [[Dynamic Instability Region]]
- [[Geometric Stiffness Matrix]]
- [[Scordelis-Lo Shell Benchmark]]
- [[Basic Shell Mathematical Model]]
- [[Shell Structure Asymptotic Behavior]]
- [[Shell Locking Phenomenon]]
- [[Uniform Optimal Convergence]]
- [[Shell Element Benchmark Testing]]
- [[Static Equilibrium Equation Solvers]]
- [[Direct Time Integration Methods]]
- [[Finite Element Eigenproblem Solvers]]
- [[Finite Element Program Implementation]]